I am new to dsp and trying to use the jpeg decoder downloaded from here:
software-dl.ti.com/.../index.html
Look at the TestAppDecoder.c.
To decoder one jpeg file, the code is activate/deactivate twice. Is this necessary?
I plan to create/activate the decoder once, decoder around 100 jpeg files then deactivate it. is this feasible? what is the proper procedure?