Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Ddct.c15 void vp8_short_fdct4x4_c(short *input, short *output, int pitch) { in vp8_short_fdct4x4_c() function
56 vp8_short_fdct4x4_c(input, output, pitch); in vp8_short_fdct8x4_c()
57 vp8_short_fdct4x4_c(input + 4, output + 16, pitch); in vp8_short_fdct8x4_c()
/external/libvpx/config/generic/
Dvp8_rtcd.h123 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
124 #define vp8_short_fdct4x4 vp8_short_fdct4x4_c
/external/libvpx/libvpx/test/
Dvp8_fdct4x4_test.cc186 INSTANTIATE_TEST_CASE_P(C, FdctTest, ::testing::Values(vp8_short_fdct4x4_c));
/external/libvpx/config/arm64/
Dvp8_rtcd.h146 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h146 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/x86/
Dvp8_rtcd.h178 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);
/external/libvpx/config/x86_64/
Dvp8_rtcd.h178 void vp8_short_fdct4x4_c(short *input, short *output, int pitch);