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.

How to Optimize "Matrix Transposition" In C6000 ?

I have some difficulties about how to optimize "Matrix Transposition", I want to obtain help from TI's experts

I want to transpose gray image(8 bit) to 90°,180°,270°

Especially in 90 and 270, if you want to transpose to 90 and 270, you must switch row and col.  and the optimization strategy of PINGPONG(DMA + RAM) will not be suitable.

Is there anybody would help me?