Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_highbd_iht16x16_add_neon.c72 #define highbd_iadst_butterfly(in0, in1, c, lane0, lane1, s0, s1) \ macro
246 highbd_iadst_butterfly(x[0], x[1], vget_low_s32(c_1_31_5_27), 0, 1, s0, s1); in highbd_iadst16_neon()
247 highbd_iadst_butterfly(x[2], x[3], vget_high_s32(c_1_31_5_27), 0, 1, s2, s3); in highbd_iadst16_neon()
248 highbd_iadst_butterfly(x[4], x[5], vget_low_s32(c_9_23_13_19), 0, 1, s4, s5); in highbd_iadst16_neon()
249 highbd_iadst_butterfly(x[6], x[7], vget_high_s32(c_9_23_13_19), 0, 1, s6, s7); in highbd_iadst16_neon()
250 highbd_iadst_butterfly(x[8], x[9], vget_low_s32(c_17_15_21_11), 0, 1, s8, s9); in highbd_iadst16_neon()
251 highbd_iadst_butterfly(x[10], x[11], vget_high_s32(c_17_15_21_11), 0, 1, s10, in highbd_iadst16_neon()
253 highbd_iadst_butterfly(x[12], x[13], vget_low_s32(c_25_7_29_3), 0, 1, s12, in highbd_iadst16_neon()
255 highbd_iadst_butterfly(x[14], x[15], vget_high_s32(c_25_7_29_3), 0, 1, s14, in highbd_iadst16_neon()
284 highbd_iadst_butterfly(x[8], x[9], vget_low_s32(c_4_28_20_12), 0, 1, s8, s9); in highbd_iadst16_neon()
[all …]