Searched refs:highbd_idct8x8_1_add_neg_kernel (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/vpx_dsp/arm/ |
D | highbd_idct8x8_add_neon.c | 30 static INLINE void highbd_idct8x8_1_add_neg_kernel(uint16_t **dest, in highbd_idct8x8_1_add_neg_kernel() function 60 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 61 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 62 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 63 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 64 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 65 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 66 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon() 67 highbd_idct8x8_1_add_neg_kernel(&dest, stride, dc); in vpx_highbd_idct8x8_1_add_neon()
|