Searched refs:highbd_idct4x4_1_add_kernel1 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_idct4x4_add_neon.c | 47 highbd_idct4x4_1_add_kernel1(&dest, stride, dc, max); in vpx_highbd_idct4x4_1_add_neon() 48 highbd_idct4x4_1_add_kernel1(&dest, stride, dc, max); in vpx_highbd_idct4x4_1_add_neon() 87 highbd_idct4x4_1_add_kernel1(&dest, stride, a[0], max); in vpx_highbd_idct4x4_16_add_neon()
|
D | highbd_idct_neon.h | 20 static INLINE void highbd_idct4x4_1_add_kernel1(uint16_t **dest, in highbd_idct4x4_1_add_kernel1() function
|
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht4x4_add_neon.c | 179 highbd_idct4x4_1_add_kernel1(&dest, stride, a[0], max); in vp9_highbd_iht4x4_16_add_neon() 180 highbd_idct4x4_1_add_kernel1(&dest, stride, a[1], max); in vp9_highbd_iht4x4_16_add_neon()
|