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?