Searched refs:vpx_highbd_idct32x32_1_add_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_add_neon.c | 62 void vpx_highbd_idct32x32_1_add_neon(const tran_low_t *input, uint16_t *dest, in vpx_highbd_idct32x32_1_add_neon() function
|
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 517 &highbd_wrapper<vpx_highbd_idct32x32_1_add_neon>, TX_32X32, 1, 8, 2), 520 &highbd_wrapper<vpx_highbd_idct32x32_1_add_neon>, TX_32X32, 1, 10, 2), 523 &highbd_wrapper<vpx_highbd_idct32x32_1_add_neon>, TX_32X32, 1, 12, 2),
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 964 void vpx_highbd_idct32x32_1_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd); 965 #define vpx_highbd_idct32x32_1_add vpx_highbd_idct32x32_1_add_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 964 void vpx_highbd_idct32x32_1_add_neon(const tran_low_t *input, uint16_t *dest, int stride, int bd); 965 #define vpx_highbd_idct32x32_1_add vpx_highbd_idct32x32_1_add_neon
|