Searched refs:tmp0_h (Results 1 – 4 of 4) sorted by relevance
/external/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 118 int32x4_t tmp0_h = vmull_lane_s16(vget_high_s16(row1), consts, 3); in jsimd_idct_2x2_neon() local 119 tmp0_h = vmlal_lane_s16(tmp0_h, vget_high_s16(row3), consts, 2); in jsimd_idct_2x2_neon() 120 tmp0_h = vmlal_lane_s16(tmp0_h, vget_high_s16(row5), consts, 1); in jsimd_idct_2x2_neon() 121 tmp0_h = vmlal_lane_s16(tmp0_h, vget_high_s16(row7), consts, 0); in jsimd_idct_2x2_neon() 125 vrshrn_n_s32(vaddq_s32(tmp10_h, tmp0_h), CONST_BITS)); in jsimd_idct_2x2_neon() 127 vrshrn_n_s32(vsubq_s32(tmp10_h, tmp0_h), CONST_BITS)); in jsimd_idct_2x2_neon() 362 int32x4_t tmp0_h = vshll_n_s16(vget_high_s16(row0), CONST_BITS + 1); in jsimd_idct_4x4_neon() local 373 int32x4_t tmp10_h = vaddq_s32(tmp0_h, tmp2_h); in jsimd_idct_4x4_neon() 375 int32x4_t tmp12_h = vsubq_s32(tmp0_h, tmp2_h); in jsimd_idct_4x4_neon() 387 tmp0_h = vmull_lane_s16(vget_high_s16(z1), consts.val[0], 2); in jsimd_idct_4x4_neon() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | avg_msa.c | 264 v8u16 tmp0_h, tmp1_h, tmp2_h, tmp3_h, tmp4_h, tmp5_h, tmp6_h, tmp7_h; in vpx_satd_msa() local 269 tmp0_h = (v8u16)__msa_asub_s_h(src0, zero); in vpx_satd_msa() 271 tmp0_w = __msa_hadd_u_w(tmp0_h, tmp0_h); in vpx_satd_msa() 277 tmp0_h = (v8u16)__msa_asub_s_h(src0, zero); in vpx_satd_msa() 286 tmp0_w = __msa_hadd_u_w(tmp0_h, tmp0_h); in vpx_satd_msa() 303 tmp0_h = (v8u16)__msa_asub_s_h(src0, zero); in vpx_satd_msa() 312 tmp0_w += __msa_hadd_u_w(tmp0_h, tmp0_h); in vpx_satd_msa() 321 tmp0_h = (v8u16)__msa_asub_s_h(src8, zero); in vpx_satd_msa() 330 tmp0_w += __msa_hadd_u_w(tmp0_h, tmp0_h); in vpx_satd_msa() 348 tmp0_h = (v8u16)__msa_asub_s_h(src0, zero); in vpx_satd_msa() [all …]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | loopfilter_filters_msa.c | 200 uint16_t tmp0_h; \ 204 tmp0_h = __msa_copy_u_h((v8i16)in1, in1_idx); \ 206 SH(tmp0_h, pdst + stride); \
|
/external/webp/src/dsp/ |
D | dec_msa.c | 294 const uint16_t tmp0_h = __msa_copy_s_h((v8i16)in1, in1_idx); \ 297 SH(tmp0_h, pdst + stride); \
|