Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 272 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 272 Bytes

x264-dsp

This is a complete implementation of H.264 codec ported for TI C6000 DSP. By using linear assembly language, we can take full advantage of DSP architecture. We tried to optimize several core routines, including DCT, Intra-Predict, Inter-Predict, CABAC, etc.