Home
last modified time | relevance | path

Searched refs:tmp0_h (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctred-neon.c118 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 in jsimd_idct_4x4_neon() local
[all...]
/third_party/ffmpeg/libavcodec/loongarch/
H A Dvp9_lpf_lsx.c736 v8u16 tmp0_l, tmp1_l, tmp0_h, tmp1_h; in vp9_hz_lpf_t16_16w() local
806 tmp0_h = p7_h_in << 3; in vp9_hz_lpf_t16_16w()
807 tmp0_h -= p7_h_in; in vp9_hz_lpf_t16_16w()
808 tmp0_h += p6_h_in; in vp9_hz_lpf_t16_16w()
809 tmp0_h += q0_h_in; in vp9_hz_lpf_t16_16w()
816 tmp1_h += tmp0_h; in vp9_hz_lpf_t16_16w()
834 tmp0_h = p5_h_in - p6_h_in; in vp9_hz_lpf_t16_16w()
835 tmp0_h += q1_h_in; in vp9_hz_lpf_t16_16w()
836 tmp0_h -= p7_h_in; in vp9_hz_lpf_t16_16w()
837 tmp1_h += tmp0_h; in vp9_hz_lpf_t16_16w()
2764 v8u16 tmp0_l, tmp1_l, tmp0_h, tmp1_h; vp9_vt_lpf_t16_16w() local
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dvp8_lpf_msa.c288 uint16_t tmp0_h; \
292 tmp0_h = __msa_copy_u_h((v8i16) in1, in1_idx); \
294 SH(tmp0_h, pdst + stride); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Ddec_msa.c294 const uint16_t tmp0_h = __msa_copy_s_h((v8i16)in1, in1_idx); \
297 SH(tmp0_h, pdst + stride); \

Completed in 15 milliseconds