Searched refs:tmp10_l (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 110 int32x4_t tmp10_l = vshll_n_s16(vget_low_s16(row0), CONST_BITS + 2); in jsimd_idct_2x2_neon() local 124 row0 = vcombine_s16(vrshrn_n_s32(vaddq_s32(tmp10_l, tmp0_l), CONST_BITS), in jsimd_idct_2x2_neon() 126 row1 = vcombine_s16(vrshrn_n_s32(vsubq_s32(tmp10_l, tmp0_l), CONST_BITS), in jsimd_idct_2x2_neon() 372 int32x4_t tmp10_l = vaddq_s32(tmp0_l, tmp2_l); in jsimd_idct_4x4_neon() local 402 row0 = vcombine_s16(vrshrn_n_s32(vaddq_s32(tmp10_l, tmp2_l), in jsimd_idct_4x4_neon() 406 row3 = vcombine_s16(vrshrn_n_s32(vsubq_s32(tmp10_l, tmp2_l), in jsimd_idct_4x4_neon()
|