Searched refs:z1_l (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jfdctint-neon.c | 142 int32x4_t z1_l = in jsimd_fdct_islow_neon() local 148 vmlal_lane_s16(z1_l, vget_low_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon() 155 vmlal_lane_s16(z1_l, vget_low_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 186 z1_l = vmull_lane_s16(vget_low_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon() 203 tmp4_l = vaddq_s32(tmp4_l, z1_l); in jsimd_fdct_islow_neon() 224 tmp7_l = vaddq_s32(tmp7_l, z1_l); in jsimd_fdct_islow_neon() 281 z1_l = vmull_lane_s16(vget_low_s16(tmp12_add_tmp13), consts.val[0], 2); in jsimd_fdct_islow_neon() 285 vmlal_lane_s16(z1_l, vget_low_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon() 292 vmlal_lane_s16(z1_l, vget_low_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 323 z1_l = vmull_lane_s16(vget_low_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon() [all …]
|