HomeSort by relevance Sort by last modified time
    Searched refs:vp8_short_fdct4x4_neon (Results 1 - 4 of 4) sorted by null

  /external/libvpx/config/arm-neon/
vp8_rtcd.h 147 void vp8_short_fdct4x4_neon(short *input, short *output, int pitch);
148 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon
  /external/libvpx/config/arm64/
vp8_rtcd.h 147 void vp8_short_fdct4x4_neon(short *input, short *output, int pitch);
148 #define vp8_short_fdct4x4 vp8_short_fdct4x4_neon
  /external/libvpx/libvpx/test/
vp8_fdct4x4_test.cc 190 ::testing::Values(vp8_short_fdct4x4_neon));
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
shortfdct_neon.c 15 void vp8_short_fdct4x4_neon(int16_t *input, int16_t *output, int pitch) { function

Completed in 535 milliseconds