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.

RGB Scale Question on DM8148

I had tested the YUV422 format can be scaled(1920x1080 -> 512x512), but RGB888 get fail.

Then i follow some discussion and find the HDVPSS scalers are 4:2:2, so RGB format can't be scaled?

The question is my algorithm need rgb format and rescale to 512x512, now i use c code to implement, but it is too slow,
Is any solution can get better performance?