Searched refs:highbd_idct16x16_1_add_pos_kernel (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct16x16_add_neon.c | 1306 static INLINE void highbd_idct16x16_1_add_pos_kernel(uint16_t **dest, in highbd_idct16x16_1_add_pos_kernel() function 1348 highbd_idct16x16_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct16x16_1_add_neon() 1349 highbd_idct16x16_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct16x16_1_add_neon() 1350 highbd_idct16x16_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct16x16_1_add_neon() 1351 highbd_idct16x16_1_add_pos_kernel(&dest, stride, dc, max); in vpx_highbd_idct16x16_1_add_neon()
|