Home
last modified time | relevance | path

Searched refs:vp8_short_fdct4x4_c (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Ddct.c14 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) in vp8_short_fdct4x4_c() function
60 vp8_short_fdct4x4_c(input, output, pitch); in vp8_short_fdct8x4_c()
61 vp8_short_fdct4x4_c(input + 4, output + 16, pitch); in vp8_short_fdct8x4_c()
/external/libvpx/libvpx/test/
Dvp8_fdct4x4_test.cc86 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/generic/
Dvp8_rtcd.h215 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
216 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/mips/
Dvp8_rtcd.h215 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
216 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/mips-dspr2/
Dvp8_rtcd.h226 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
227 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dshortfdct_neon.asm31 ;void vp8_short_fdct4x4_c(short *input, short *output, int pitch)
/external/libvpx/armv7a/
Dvp8_rtcd.h239 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/libvpx/vp8/encoder/arm/armv6/
Dvp8_short_fdct4x4_armv6.asm18 ; void vp8_short_fdct4x4_c(short *input, short *output, int pitch)
/external/libvpx/armv7a-neon/
Dvp8_rtcd.h272 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/x86/
Dvp8_rtcd.h318 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);