Hello!
Are there any technical documents, libraries and source codes to use the iME coprocessor in own video codec?
I can't find any information, but TI provides h.264 codecs that use them. So how can I get this documentation?
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.
Hello!
Are there any technical documents, libraries and source codes to use the iME coprocessor in own video codec?
I can't find any information, but TI provides h.264 codecs that use them. So how can I get this documentation?
Hi Valentin,
Motion estimation module is part of the C64x+ DSP and I recommend you to read the following articles:
Video Encoding Optimization on TMS320DM64x/C64x
http://www.ti.com/lit/an/spraa63/spraa63.pdf
AVS Fast Motion Estimation Algorithm Based on C64x+ DSP
http://link.springer.com/content/pdf/10.1007%2F978-3-642-24273-1_5.pdf
DM3730 TRM chapter - 5.4.6 iME and iLF Basic Programming Model
http://www.ti.com/lit/ug/sprugn4r/sprugn4r.pdf
BR
Tsvetolin Shulev
Tsvetolin, thank you for pointing the interesting docs.
But as I've understood DM3730 has hardware Motion Estimation coprocessor (iME). Are there any software libraries to communicate it from the DSP core?
I believe that iME coprocessor can do it task in parallel with the C64x+ core.