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.

Add my own algorithm



Hello!

I'm new in EVM8168. I'd like to add my own video algorithm into dsp. I refer to the demo in DVR RDK 04.00.01.02, and I choose the usecase "multich_vdec_vdis.c". The path of this usecase is shown as below:

--IPC_BITS_OUT_A8(Bitstream) --IPC BITS_IN(Video) -- DEC (yuv420sp) -- IPC_OUT(Video) -- IPC_IN(Vpss) -- MP_SCLR(Vpss) -- DUP -- SW Mosaic -- On-Chip HDMI

However, I don't know where to integrate my algorithm. Follow DUP? Or  DEC? Thx!