Home
last modified time | relevance | path

Searched refs:idct4x4_16_kernel_bd12 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht4x4_add_neon.c134 idct4x4_16_kernel_bd12(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
135 idct4x4_16_kernel_bd12(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
146 idct4x4_16_kernel_bd12(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
161 idct4x4_16_kernel_bd12(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
/external/libvpx/vpx_dsp/arm/
Dhighbd_idct4x4_add_neon.c80 idct4x4_16_kernel_bd12(cospis, c); in vpx_highbd_idct4x4_16_add_neon()
81 idct4x4_16_kernel_bd12(cospis, c); in vpx_highbd_idct4x4_16_add_neon()
Dhighbd_idct_neon.h61 static INLINE void idct4x4_16_kernel_bd12(const int32x4_t cospis, in idct4x4_16_kernel_bd12() function