Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Ddct.c16 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/
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/config/generic/
Dvp8_rtcd.h122 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
123 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/config/mips64/
Dvp8_rtcd.h122 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
123 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/config/mips32/
Dvp8_rtcd.h122 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/
Dvp8_rtcd.h133 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
134 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/config/arm64/
Dvp8_rtcd.h144 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/arm/
Dvp8_rtcd.h142 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h164 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h215 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/x86/
Dvp8_rtcd.h215 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)