Searched refs:highbd_idct8x8_1_add_pos_kernel (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct8x8_add_neon.c | 19 static INLINE void highbd_idct8x8_1_add_pos_kernel(uint16_t **dest, in highbd_idct8x8_1_add_pos_kernel() function 51 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 52 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 53 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 54 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 55 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 56 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 57 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon() 58 highbd_idct8x8_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct8x8_1_add_neon()
|