Searched refs:vp8_short_fdct4x4_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | dct.c | 16 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) in vp8_short_fdct4x4_c() function 62 vp8_short_fdct4x4_c(input, output, pitch); in vp8_short_fdct8x4_c() 63 vp8_short_fdct4x4_c(input + 4, output + 16, pitch); in vp8_short_fdct8x4_c()
|
/external/libvpx/libvpx/test/ |
D | vp8_fdct4x4_test.cc | 86 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch); in TEST() 111 vp8_short_fdct4x4_c(test_input_block, test_output_block, pitch); in TEST() 145 vp8_short_fdct4x4_c(test_input_block, test_temp_block, pitch); in TEST()
|
/external/libvpx/config/generic/ |
D | vp8_rtcd.h | 122 void vp8_short_fdct4x4_c(short *input, short *output, int pitch); 123 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
|
/external/libvpx/config/mips64/ |
D | vp8_rtcd.h | 122 void vp8_short_fdct4x4_c(short *input, short *output, int pitch); 123 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
|
/external/libvpx/config/mips32/ |
D | vp8_rtcd.h | 122 void vp8_short_fdct4x4_c(short *input, short *output, int pitch); 123 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vp8_rtcd.h | 133 void vp8_short_fdct4x4_c(short *input, short *output, int pitch); 134 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
|
/external/libvpx/config/arm64/ |
D | vp8_rtcd.h | 144 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/arm/ |
D | vp8_rtcd.h | 142 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/arm-neon/ |
D | vp8_rtcd.h | 164 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/x86_64/ |
D | vp8_rtcd.h | 215 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/config/x86/ |
D | vp8_rtcd.h | 215 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
|
/external/libvpx/libvpx/vp8/encoder/arm/armv6/ |
D | vp8_short_fdct4x4_armv6.asm | 18 ; void vp8_short_fdct4x4_c(short *input, short *output, int pitch)
|