Home
last modified time | relevance | path

Searched refs:vpx_idct16x16_10_add_half1d_pass2 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct16x16_add_neon.c583 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()
Dhighbd_idct16x16_add_neon.c1282 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()
Didct_neon.h904 void vpx_idct16x16_10_add_half1d_pass2(const int16_t *input,