This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MCSDK Video TSU库的使用



您好,我正在使用TSU库,想利用TSU库实现对图像的缩放。尝试了TSU的Cubic算法,能够实现缩放功能,但是效率有些低,分辨率2432*2048缩放到1920*1088需要耗时15秒左右。

对于TSU的性能您是否进行过测试?

另外,使用polyphase进行缩放时,有一个参数需要设置即tsuInst_t.scratchPtr,指向某个缓存,不知道这个缓存的大小与什么有关,设置为多大合适?