Home
last modified time | relevance | path

Searched refs:vp8_short_fdct4x4_neon (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/config/arm64/
Dvp8_rtcd.h143 void vp8_short_fdct4x4_neon(short *input, short *output, int pitch);
144 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon
/external/libvpx/config/arm-neon/
Dvp8_rtcd.h143 void vp8_short_fdct4x4_neon(short *input, short *output, int pitch);
144 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon
/external/libvpx/libvpx/test/
Dvp8_fdct4x4_test.cc190 ::testing::Values(vp8_short_fdct4x4_neon));
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dshortfdct_neon.c13 void vp8_short_fdct4x4_neon(int16_t *input, int16_t *output, int pitch) { in vp8_short_fdct4x4_neon() function