Searched refs:vpx_fdct4x4_1_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 153 make_tuple(&vpx_fdct4x4_1_neon, 4, VPX_BITS_8))); 160 make_tuple(&vpx_fdct4x4_1_neon, 4, VPX_BITS_8)));
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct_partial_neon.c | 26 void vpx_fdct4x4_1_neon(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct4x4_1_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 243 void vpx_fdct4x4_1_neon(const int16_t *input, tran_low_t *output, int stride); 244 #define vpx_fdct4x4_1 vpx_fdct4x4_1_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 243 void vpx_fdct4x4_1_neon(const int16_t *input, tran_low_t *output, int stride); 244 #define vpx_fdct4x4_1 vpx_fdct4x4_1_neon
|