[FFmpeg-devel] [PATCH] Port x264 SSE2 deblocking code to H.264 decoder

Jason Garrett-Glaser darkshikari
Thu Dec 18 09:54:18 CET 2008


Note by the way that with Michael's recent changes, it makes it
practical to port x264's SSE2 4x4 iDCT as well.

Other things that are portable specifically for H.264:

x264's intra prediction (should be ported in a clean way to be easily
updated later as one of our SOC students is still improving it).
i16x16 luma DC dequant and iDCT (ffmpeg only has a C version--this is
a special case as dequant is normally done in residual decoding, but
not for i16x16 luma DC)

Dark Shikari




More information about the ffmpeg-devel mailing list