Searched refs:z1_h (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jfdctint-neon.c | 144 int32x4_t z1_h = in jsimd_fdct_islow_neon() local 150 vmlal_lane_s16(z1_h, vget_high_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon() 157 vmlal_lane_s16(z1_h, vget_high_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 187 z1_h = vmull_lane_s16(vget_high_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon() 204 tmp4_h = vaddq_s32(tmp4_h, z1_h); in jsimd_fdct_islow_neon() 225 tmp7_h = vaddq_s32(tmp7_h, z1_h); in jsimd_fdct_islow_neon() 282 z1_h = vmull_lane_s16(vget_high_s16(tmp12_add_tmp13), consts.val[0], 2); in jsimd_fdct_islow_neon() 287 vmlal_lane_s16(z1_h, vget_high_s16(tmp13), consts.val[0], 3); in jsimd_fdct_islow_neon() 294 vmlal_lane_s16(z1_h, vget_high_s16(tmp12), consts.val[1], 3); in jsimd_fdct_islow_neon() 324 z1_h = vmull_lane_s16(vget_high_s16(z1), consts.val[1], 0); in jsimd_fdct_islow_neon() [all …]
|