[FFmpeg-devel] [PATCH 0/5 v2] AVX functions for 8-bit H.264 IDCT

James Darnley jdarnley at obe.tv
Wed Apr 5 04:53:23 EEST 2017


After better testing I have decided to only submit these two functions.  The
others did not provide a speedup better than the deviation in testing.  Those
patches remain in the list archive should someone wish to try them.

James Darnley (5):
  avcodec/h264: change RETs into REP_RETs where appropriate
  avcodec/h264: change some labels to be macro-local
  avcodec/h264: use some 3 operand forms
  avcodec/h264: add avx 8-bit h264_idct_add
  avcodec/h264: add avx 8-bit h264_idct_dc_add

 libavcodec/x86/h264_idct.asm  | 110 ++++++++++++++++++++++++++++++------------
 libavcodec/x86/h264dsp_init.c |   5 ++
 2 files changed, 84 insertions(+), 31 deletions(-)

-- 
2.8.3



More information about the ffmpeg-devel mailing list