Searched refs:IDCT (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dsimple_idct.c2 * Simple IDCT MMX
322 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
333 //IDCT( src0, src4, src1, src5, dst, shift)
573 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
579 #undef IDCT macro
580 #define IDCT(src0, src4, src1, src5, dst, shift) \ macro
655 //IDCT( src0, src4, src1, src5, dst, shift)
656 IDCT( (%1), 64(%1), 32(%1), 96(%1), 0(%0), 20)
657 IDCT( 8(%1), 72(%1), 40(%1), 104(%1), 4(%0), 20)
658 IDCT( 1
667 #undef IDCT macro
668 #define IDCT macro
741 #undef IDCT macro
742 #define IDCT macro
807 #undef IDCT macro
808 #define IDCT macro
882 #undef IDCT macro
883 #define IDCT macro
946 #undef IDCT macro
947 #define IDCT macro
1011 #undef IDCT macro
1012 #define IDCT macro
1085 #undef IDCT macro
1086 #define IDCT macro
[all...]
H A Didctdsp.asm2 ;* SIMD-optimized IDCT-related routines
H A Dproresdsp.asm2 ;* x86-SIMD-optimized IDCT for prores
3 ;* this is identical to "simple" IDCT written by Michael Niedermayer
255 ; transpose for second part of IDCT
H A Dvp3dsp.asm249 ; Column IDCT normalizes and stores final results
494 ; ecx = IDCT constants
H A Dvp8dsp.asm1135 ; actual IDCT
H A Dvp9itxfm.asm2 ;* VP9 IDCT SIMD optimizations
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dsimple_idct_mmx.c2 * Simple IDCT MMX
319 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
330 //IDCT( src0, src4, src1, src5, dst, shift)
570 //IDCT( src0, src4, src1, src5, dst, rounder, shift)
576 #undef IDCT macro
577 #define IDCT(src0, src4, src1, src5, dst, shift) \ macro
652 //IDCT( src0, src4, src1, src5, dst, shift)
653 IDCT( (%1), 64(%1), 32(%1), 96(%1), 0(%0), 20)
654 IDCT( 8(%1), 72(%1), 40(%1), 104(%1), 4(%0), 20)
655 IDCT( 1
664 #undef IDCT macro
665 #define IDCT macro
738 #undef IDCT macro
739 #define IDCT macro
804 #undef IDCT macro
805 #define IDCT macro
879 #undef IDCT macro
880 #define IDCT macro
943 #undef IDCT macro
944 #define IDCT macro
1008 #undef IDCT macro
1009 #define IDCT macro
1082 #undef IDCT macro
1083 #define IDCT macro
[all...]
H A Dproresdsp.asm2 ;* x86-SIMD-optimized IDCT for prores
3 ;* this is identical to "simple" IDCT except for the clip range
352 ; transpose for second part of IDCT
H A Dvp3dsp.asm251 ; Column IDCT normalizes and stores final results
362 ; ecx = IDCT constants
H A Dvp8dsp.asm1139 ; actual IDCT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Didctdsp.c27 * This file is a direct copy of the AltiVec IDCT module from the libmpeg2
30 * IDCT function itself was to factor out the partial transposition, and to
83 #define IDCT \ macro
160 IDCT;
177 IDCT;
210 IDCT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Didct_altivec.c30 * This file is a direct copy of the AltiVec IDCT module from the libmpeg2
33 * IDCT function itself was to factor out the partial transposition, and to
84 #define IDCT \ macro
166 IDCT
192 IDCT
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Didctdsp_arm.S2 @ ARMv4-optimized IDCT functions
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp_template.c273 #define IDCT(H) \ macro
312 IDCT( 4)
313 IDCT( 8)
314 IDCT(16)
315 IDCT(32)

Completed in 99 milliseconds