Part Number: TDA2EVM5777
Hi,
I have implemented Histogram algorithm using Vision SDK VXLib apis and I am just calling following two apis and takes 32% on DSP.
Image Format is YUV422. I have done profiling and here is the result for Image width = 1280, height = 720 , stride = 2560.
VXLIB_channelExtract_1of2_i8u_o8u (Takes approximately 3414337 CPU cycles)
VXLIB_histogram_i8u_o32u ( Takes approximately 2630963 CPU cycles)
Could you please guide me how to optimize this algorithm ?
If required I can paste code here, please help.
Thanks,