Hi.
I have DM6437(TMS320DM6437ZWTQ6) processor with resizer driver version 1.10.3
I resize grayscale images in many different scales, and most of the time it is successful.
I use fix coefficients array for all the scales, taken from the driver sample and basically it works fine.
In some cases the resizer is hang.
specifically resizing image of 114*114 to 56*56 always get stuck.
hrsz&vrsz calculated by driver are both 497, after (-1 subtraction).
1. Can wrong coefficients cause resizer stuck ?
2. I tried to calculate new coefficients for this setup by linux coefficients utilty, and replaced the fixed coefficients.
first, the hrsz&vrsz in the generated file were 512 and not 497 (in the remarks).
second, the result was the same. the resizer was stucked.
can anyone have an idea what can be the problem ?
I read all the relevant documents, and posts about resizing and don't have a clue.
Thanks,
Barak.