Searched refs:iadst_butterfly_lane_0_1_neon (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/common/arm/neon/ |
D | vp9_iht16x16_add_neon.c | 135 iadst_butterfly_lane_0_1_neon(x[0], x[1], c_1_31_5_27, s0, s1); in vpx_iadst16x16_256_add_half1d() 137 iadst_butterfly_lane_0_1_neon(x[4], x[5], c_9_23_13_19, s4, s5); in vpx_iadst16x16_256_add_half1d() 139 iadst_butterfly_lane_0_1_neon(x[8], x[9], c_17_15_21_11, s8, s9); in vpx_iadst16x16_256_add_half1d() 141 iadst_butterfly_lane_0_1_neon(x[12], x[13], c_25_7_29_3, s12, s13); in vpx_iadst16x16_256_add_half1d() 170 iadst_butterfly_lane_0_1_neon(x[8], x[9], c_4_28_20_12, s8, s9); in vpx_iadst16x16_256_add_half1d()
|
D | vp9_iht_neon.h | 113 static INLINE void iadst_butterfly_lane_0_1_neon(const int16x8_t in0, in iadst_butterfly_lane_0_1_neon() function 215 iadst_butterfly_lane_0_1_neon(x[0], x[1], c0, s0, s1); in iadst8() 217 iadst_butterfly_lane_0_1_neon(x[4], x[5], c1, s4, s5); in iadst8()
|