Re: jpeg codec help with libjpeg6-b



giobeniamino wrote:
Hi,

My name is Giorgio, i'm student ( Electrical and Conputer Science
Engineer) and new on the DSP. For my final test i've to implement a
JPEG real-time decoder on BF-533 EZKIT-lite. On Google's Group i've
read that some of you used the lib of IJG (libjpeg6-b) for coding the
jpeg format.
I would like to use the same library instead of the analog SDK ( the
jpeg6-b is open source with full code access and with good
documentation), so I'm trying to optmize part of the code of the
library ( decompress only) but i don't know where to start.
Have any one any suggest to how i can optimize the code in order to do
real-time decoding application ?

I don't know anything about Analog's SDK, but if their C compiler is
reasonably good, you should be able to port that library relatively
easily. As for where to start, look in the documentation (or failing
that, in a sample program or utility) that comes with the library that
describes/shows you how to use it. You probably only need to know about
a few select functions in order to use the library, and one of them is
probably named something like jpeg_decode(). Locate that function, and
then start porting all the other code that it needs to operate. You may
want to strip out unecessary features (arithmetic coding, progressive
coding, etc.) to meet your project's requirements and/or your chips
memory limitations.

If you have more specific questions, feel free to ask.

Cheers! --M

.



Relevant Pages

  • Re: jpeg codec help with libjpeg6-b
    ... JPEG real-time decoder on BF-533 EZKIT-lite. ... read that some of you used the lib of IJG for coding the ... I would like to use the same library instead of the analog SDK (the ... look in the documentation (or failing ...
    (comp.dsp)
  • Re: PHP Career Advice
    ... You may be able to build it in a weekend, but what about all the documentation for the NEXT guy who has to modify it, and the user documentation, and the training course and manual you have to write. ... The last $500k job I did..probably the last in my professional career - I spent about 4 days installing and setting up kit onsite, I spent 6 days configuring at base, I spent 2 weeks writing the spec, and another 5 days writing training courses and 14 days delivering them. ... Secondly you area systems analyst, and finally your are an ANAL PROG them coding to a spec, and after that the dreaded TECH AUTH and CODE TESTER who rip the thing to pieces and find all its problems and document the thing in PLAIN ENGLISH for the people who think computers are spawn of the devil.. ...
    (comp.lang.php)
  • Re: Reg: Need Solution for Overfull Boxes Information in LOG file
    ... If coding is wrong then why the compiler is allowing my wrong coding. ... overfull messages in the log? ... TeX documentation, if I am not getting any permanent solution for the ...
    (comp.text.tex)
  • VS.NET can help sorting or reordering class members?
    ... I'm a lazy and lousy programmer. ... I often start coding without full ... documentation or planning. ...
    (microsoft.public.vstudio.general)

Loading