Searched refs:vpx_fdct8x8_1_neon (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct_partial_test.cc | 150 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_12), 151 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_10), 152 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_8), 159 make_tuple(&vpx_fdct8x8_1_neon, 8, VPX_BITS_8),
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | fdct_partial_neon.c | 51 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride) { in vpx_fdct8x8_1_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 251 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); 252 #define vpx_fdct8x8_1 vpx_fdct8x8_1_neon 911 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); 912 #define vpx_highbd_fdct8x8_1 vpx_fdct8x8_1_neon
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 251 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); 252 #define vpx_fdct8x8_1 vpx_fdct8x8_1_neon 911 void vpx_fdct8x8_1_neon(const int16_t *input, tran_low_t *output, int stride); 912 #define vpx_highbd_fdct8x8_1 vpx_fdct8x8_1_neon
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 549 $vpx_highbd_fdct8x8_1_neon=vpx_fdct8x8_1_neon;
|