Hi , everyone!
I have ported x264 source code to DM6446 EVM, through optimizing the code on DM6446, now the encoder speed is 30f/ps with CIF format.
the optimized techniques include memory optimizing, intrinsics, also write some modules to assemble language, such as DCT and SAD.
But now if I want to continue optimizing the encoder ,and the goal is making the encoder run 30f/ps with 720x576.
What to do for me the next step? what optimizing techniques should I take?
I want to listen to your suggest and share your experience!
I'm very appreciate for your response! Thank you!