Searched refs:vpx_fdct16x16_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct16x16_neon.c | 24 void vpx_fdct16x16_neon(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_neon() function 340 void vpx_fdct16x16_neon(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct16x16_neon() function
|
/external/libvpx/libvpx/test/ |
D | dct_test.cc | 529 make_tuple(&vpx_fdct16x16_neon,
|
D | dct16x16_test.cc | 792 ::testing::Values(make_tuple(&vpx_fdct16x16_neon,
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 219 void vpx_fdct16x16_neon(const int16_t *input, tran_low_t *output, int stride); 220 #define vpx_fdct16x16 vpx_fdct16x16_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 219 void vpx_fdct16x16_neon(const int16_t *input, tran_low_t *output, int stride); 220 #define vpx_fdct16x16 vpx_fdct16x16_neon
|