Lines Matching refs:step1l
241 int32x2_t step1l[4], step1h[4]; in idct8x8_64_half1d_bd12() local
257 step1l[0] = vget_low_s32(*io0); in idct8x8_64_half1d_bd12()
259 step1l[1] = vget_low_s32(*io2); in idct8x8_64_half1d_bd12()
261 step1l[2] = vget_low_s32(*io4); in idct8x8_64_half1d_bd12()
263 step1l[3] = vget_low_s32(*io6); in idct8x8_64_half1d_bd12()
296 t64[2] = vmull_lane_s32(step1l[0], vget_high_s32(cospis0), 0); in idct8x8_64_half1d_bd12()
298 t64[4] = vmull_lane_s32(step1l[1], vget_high_s32(cospis0), 1); in idct8x8_64_half1d_bd12()
300 t64[6] = vmull_lane_s32(step1l[1], vget_low_s32(cospis0), 1); in idct8x8_64_half1d_bd12()
302 t64[0] = vmlal_lane_s32(t64[2], step1l[2], vget_high_s32(cospis0), 0); in idct8x8_64_half1d_bd12()
304 t64[2] = vmlsl_lane_s32(t64[2], step1l[2], vget_high_s32(cospis0), 0); in idct8x8_64_half1d_bd12()
306 t64[4] = vmlsl_lane_s32(t64[4], step1l[3], vget_low_s32(cospis0), 1); in idct8x8_64_half1d_bd12()
308 t64[6] = vmlal_lane_s32(t64[6], step1l[3], vget_high_s32(cospis0), 1); in idct8x8_64_half1d_bd12()