Home
last modified time | relevance | path

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

/external/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht8x8_add_neon.c265 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[0], &a[1], &a[2], &a[3], in vp9_highbd_iht8x8_64_add_neon()
267 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[8], &a[9], &a[10], &a[11], in vp9_highbd_iht8x8_64_add_neon()
269 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[0], &a[8], &a[1], &a[9], in vp9_highbd_iht8x8_64_add_neon()
271 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[4], &a[12], &a[5], &a[13], in vp9_highbd_iht8x8_64_add_neon()
282 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[0], &a[1], &a[2], &a[3], in vp9_highbd_iht8x8_64_add_neon()
284 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[8], &a[9], &a[10], &a[11], in vp9_highbd_iht8x8_64_add_neon()
308 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[0], &a[8], &a[1], &a[9], in vp9_highbd_iht8x8_64_add_neon()
310 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[4], &a[12], &a[5], &a[13], in vp9_highbd_iht8x8_64_add_neon()
/external/libvpx/vpx_dsp/arm/
Dhighbd_idct8x8_add_neon.c352 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[0], &a[1], &a[2], &a[3], in vpx_highbd_idct8x8_64_add_neon()
354 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[8], &a[9], &a[10], &a[11], in vpx_highbd_idct8x8_64_add_neon()
356 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[0], &a[8], &a[1], &a[9], in vpx_highbd_idct8x8_64_add_neon()
358 idct8x8_64_half1d_bd12(cospis0, cospis1, &a[4], &a[12], &a[5], &a[13], in vpx_highbd_idct8x8_64_add_neon()
Dhighbd_idct_neon.h234 static INLINE void idct8x8_64_half1d_bd12( in idct8x8_64_half1d_bd12() function