Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht8x8_add_neon.c256 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[0], &a[1], &a[2], &a[3], in vp9_highbd_iht8x8_64_add_neon()
258 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[8], &a[9], &a[10], &a[11], in vp9_highbd_iht8x8_64_add_neon()
260 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[0], &a[8], &a[1], &a[9], in vp9_highbd_iht8x8_64_add_neon()
262 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[4], &a[12], &a[5], &a[13], in vp9_highbd_iht8x8_64_add_neon()
/external/libvpx/libvpx/vpx_dsp/arm/
Dhighbd_idct8x8_add_neon.c343 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[0], &a[1], &a[2], &a[3], in vpx_highbd_idct8x8_64_add_neon()
345 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[8], &a[9], &a[10], &a[11], in vpx_highbd_idct8x8_64_add_neon()
347 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[0], &a[8], &a[1], &a[9], in vpx_highbd_idct8x8_64_add_neon()
349 idct8x8_64_half1d_bd10(cospis0, cospis1, &a[4], &a[12], &a[5], &a[13], in vpx_highbd_idct8x8_64_add_neon()
Dhighbd_idct_neon.h166 static INLINE void idct8x8_64_half1d_bd10( in idct8x8_64_half1d_bd10() function