Part Number: TDA2
Tool/software: TI-RTOS
Hello,
I am using existing vlib for resizing a image (i.e. ti_components/algorithms/vlib_c66x_3_3_0_3/packages/ti/vlib/src/VLIB_image_rescale).
This library works fine, meaning gives me resized image. Currently it gives around 48 output fps and DSP is utilizing 87%.
I want this library results in 60 or more than 60 fps.
Until now, as part of optimization i did following things,
1. transferred chunk of data from DDR to internal memory of DSP using edma and processing inside SRAM only.
2. data transfer and processing in ping pong fashion.
--------------
I have below doubts/query,
1. At what rate VLIB_image_rescale() can execute?
2. What else I need to do to get min. 60 fps ?
Regards,
Kajal