Searched refs:highbd_idct32x32_1_add_pos_kernel (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct32x32_add_neon.c | 17 static INLINE void highbd_idct32x32_1_add_pos_kernel(uint16_t **dest, in highbd_idct32x32_1_add_pos_kernel() function 75 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct32x32_1_add_neon() 76 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct32x32_1_add_neon() 77 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct32x32_1_add_neon() 78 highbd_idct32x32_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct32x32_1_add_neon()
|