Searched refs:highbd_iadst_half_butterfly (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_highbd_iht16x16_add_neon.c | 65 #define highbd_iadst_half_butterfly(in, c, lane, out) \ macro 348 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 1, x[2]); in highbd_iadst16_neon() 349 highbd_iadst_half_butterfly(sub, vget_low_s32(c_16_n16_8_24), 0, x[3]); in highbd_iadst16_neon() 354 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 0, x[6]); in highbd_iadst16_neon() 355 highbd_iadst_half_butterfly(sub, vget_low_s32(c_16_n16_8_24), 0, x[7]); in highbd_iadst16_neon() 360 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 0, x[10]); in highbd_iadst16_neon() 361 highbd_iadst_half_butterfly(sub, vget_low_s32(c_16_n16_8_24), 0, x[11]); in highbd_iadst16_neon() 366 highbd_iadst_half_butterfly(sum, vget_low_s32(c_16_n16_8_24), 1, x[14]); in highbd_iadst16_neon() 367 highbd_iadst_half_butterfly(sub, vget_low_s32(c_16_n16_8_24), 0, x[15]); in highbd_iadst16_neon()
|