Searched refs:vpx_fdct16x16_1_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 149 make_tuple(&vpx_fdct16x16_1_neon, 16, VPX_BITS_8), 158 make_tuple(&vpx_fdct16x16_1_neon, 16, VPX_BITS_8),
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct_partial_neon.c | 64 void vpx_fdct16x16_1_neon(const int16_t *input, tran_low_t *output, in vpx_fdct16x16_1_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 223 void vpx_fdct16x16_1_neon(const int16_t *input, tran_low_t *output, int stride); 224 #define vpx_fdct16x16_1 vpx_fdct16x16_1_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 223 void vpx_fdct16x16_1_neon(const int16_t *input, tran_low_t *output, int stride); 224 #define vpx_fdct16x16_1 vpx_fdct16x16_1_neon
|