Searched refs:highbd_iadst8 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht8x8_add_neon.c | 88 static INLINE void highbd_iadst8(int32x4_t *const io0, int32x4_t *const io1, in highbd_iadst8() function 288 highbd_iadst8(&a[0], &a[8], &a[1], &a[9], &a[2], &a[10], &a[3], &a[11]); in vp9_highbd_iht8x8_64_add_neon() 291 highbd_iadst8(&a[4], &a[12], &a[5], &a[13], &a[6], &a[14], &a[7], in vp9_highbd_iht8x8_64_add_neon() 303 highbd_iadst8(&a[0], &a[1], &a[2], &a[3], &a[4], &a[5], &a[6], &a[7]); in vp9_highbd_iht8x8_64_add_neon() 306 highbd_iadst8(&a[8], &a[9], &a[10], &a[11], &a[12], &a[13], &a[14], in vp9_highbd_iht8x8_64_add_neon() 319 highbd_iadst8(&a[0], &a[1], &a[2], &a[3], &a[4], &a[5], &a[6], &a[7]); in vp9_highbd_iht8x8_64_add_neon() 322 highbd_iadst8(&a[8], &a[9], &a[10], &a[11], &a[12], &a[13], &a[14], in vp9_highbd_iht8x8_64_add_neon() 326 highbd_iadst8(&a[0], &a[8], &a[1], &a[9], &a[2], &a[10], &a[3], &a[11]); in vp9_highbd_iht8x8_64_add_neon() 329 highbd_iadst8(&a[4], &a[12], &a[5], &a[13], &a[6], &a[14], &a[7], in vp9_highbd_iht8x8_64_add_neon()
|