Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht4x4_add_neon.c131 idct4x4_16_kernel_bd10(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
132 idct4x4_16_kernel_bd10(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
144 idct4x4_16_kernel_bd10(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
159 idct4x4_16_kernel_bd10(cospis, c); in vp9_highbd_iht4x4_16_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct4x4_add_neon.c77 idct4x4_16_kernel_bd10(cospis, c); in vpx_highbd_idct4x4_16_add_neon()
78 idct4x4_16_kernel_bd10(cospis, c); in vpx_highbd_idct4x4_16_add_neon()
Dhighbd_idct_neon.h38 static INLINE void idct4x4_16_kernel_bd10(const int32x4_t cospis, in idct4x4_16_kernel_bd10() function