Hello,
I am trying to use the Image Library for C66x devices. Specifically, I am trying to use a wavelet function (IMG_wave_horz) on the TMS320C6657. However, in the file which contains the main function (IMG_wave_horz_d.c), I try to output the filter coefficients (in the array qmf), and I get random values. This means that I have to set the coefficients myself, right? But the documentation says that the functions uses a D4 wavelet with four vanishing moments. I thought that four vanishing moments implies D8--so which wavelet should I use? Will all the array elements have values, or will half of the array elements be zero (since D4 has only four coefficients)?
My second question relates to the source code. I looked through all the files, but could not find where IMG_wave_horz is actually defined, though I did find the declaration. Where can I look at the function's internals?
Thanks,
Muhammad Ismail Khan