1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavutil
James Almer 1ace9573dc x86/hevc_idct: replace old and unused idct functions
Only 8-bit and 10-bit idct_dc() functions are included (adding others should be trivial).

Benchmarks on an Intel Core i5-4200U:

idct8x8_dc
       SSE2   MMXEXT  C
cycles 22     26      57

idct16x16_dc
       AVX2   SSE2    C
cycles 27     32      249

idct32x32_dc
       AVX2   SSE2    C
cycles 62     126     1375

Signed-off-by: James Almer <jamrial@gmail.com>
Reviewed-by: Mickaël Raulet <mraulet@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-07-26 18:00:11 +02:00
..
2014-07-12 22:33:27 +02:00
2014-07-12 22:33:27 +02:00
2014-07-21 15:30:45 +02:00
2014-07-12 22:33:27 +02:00
2014-06-03 16:03:44 +02:00
2014-07-06 20:45:37 +02:00
2014-06-03 10:58:19 -08:00
2014-06-01 20:49:18 +02:00
2014-06-03 10:58:19 -08:00
2014-07-06 11:44:01 -07:00
2014-07-12 22:33:27 +02:00
2014-07-17 11:29:01 +02:00