Searched refs:vpx_idct16x16_10_add_half1d_pass2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct16x16_add_neon.c | 583 void vpx_idct16x16_10_add_half1d_pass2(const int16_t *input, in vpx_idct16x16_10_add_half1d_pass2() function 759 vpx_idct16x16_10_add_half1d_pass2(row_idct_output, NULL, dest, stride, 0); in vpx_idct16x16_10_add_neon() 762 vpx_idct16x16_10_add_half1d_pass2(row_idct_output + 4 * 8, NULL, dest + 8, in vpx_idct16x16_10_add_neon()
|
D | highbd_idct16x16_add_neon.c | 1282 vpx_idct16x16_10_add_half1d_pass2(row_idct_output, NULL, dest, stride, 1); in vpx_highbd_idct16x16_10_add_neon() 1285 vpx_idct16x16_10_add_half1d_pass2(row_idct_output + 4 * 8, NULL, dest + 8, in vpx_highbd_idct16x16_10_add_neon()
|
D | idct_neon.h | 904 void vpx_idct16x16_10_add_half1d_pass2(const int16_t *input,
|