Searched refs:tmp0_l (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | loopfilter_16_msa.c | 90 v8u16 tmp0_r, tmp1_r, tmp0_l, tmp1_l; in hz_lpf_t16_16w() local 135 tmp0_l = p7_l_in << 3; in hz_lpf_t16_16w() 136 tmp0_l -= p7_l_in; in hz_lpf_t16_16w() 137 tmp0_l += p6_l_in; in hz_lpf_t16_16w() 138 tmp0_l += q0_l_in; in hz_lpf_t16_16w() 145 tmp1_l += tmp0_l; in hz_lpf_t16_16w() 162 tmp0_l = p5_l_in - p6_l_in; in hz_lpf_t16_16w() 163 tmp0_l += q1_l_in; in hz_lpf_t16_16w() 164 tmp0_l -= p7_l_in; in hz_lpf_t16_16w() 165 tmp1_l += tmp0_l; in hz_lpf_t16_16w() [all …]
|
/external/libaom/libaom/aom_dsp/mips/ |
D | loopfilter_16_msa.c | 89 v8u16 tmp0_r, tmp1_r, tmp0_l, tmp1_l; in aom_hz_lpf_t16_16w() local 134 tmp0_l = p7_l_in << 3; in aom_hz_lpf_t16_16w() 135 tmp0_l -= p7_l_in; in aom_hz_lpf_t16_16w() 136 tmp0_l += p6_l_in; in aom_hz_lpf_t16_16w() 137 tmp0_l += q0_l_in; in aom_hz_lpf_t16_16w() 144 tmp1_l += tmp0_l; in aom_hz_lpf_t16_16w() 161 tmp0_l = p5_l_in - p6_l_in; in aom_hz_lpf_t16_16w() 162 tmp0_l += q1_l_in; in aom_hz_lpf_t16_16w() 163 tmp0_l -= p7_l_in; in aom_hz_lpf_t16_16w() 164 tmp1_l += tmp0_l; in aom_hz_lpf_t16_16w() [all …]
|
/external/libjpeg-turbo/simd/arm/ |
D | jidctred-neon.c | 114 int32x4_t tmp0_l = vmull_lane_s16(vget_low_s16(row1), consts, 3); in jsimd_idct_2x2_neon() local 115 tmp0_l = vmlal_lane_s16(tmp0_l, vget_low_s16(row3), consts, 2); in jsimd_idct_2x2_neon() 116 tmp0_l = vmlal_lane_s16(tmp0_l, vget_low_s16(row5), consts, 1); in jsimd_idct_2x2_neon() 117 tmp0_l = vmlal_lane_s16(tmp0_l, vget_low_s16(row7), consts, 0); in jsimd_idct_2x2_neon() 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() 361 int32x4_t tmp0_l = vshll_n_s16(vget_low_s16(row0), CONST_BITS + 1); in jsimd_idct_4x4_neon() local 372 int32x4_t tmp10_l = vaddq_s32(tmp0_l, tmp2_l); in jsimd_idct_4x4_neon() 374 int32x4_t tmp12_l = vsubq_s32(tmp0_l, tmp2_l); in jsimd_idct_4x4_neon() 383 tmp0_l = vmull_lane_s16(vget_low_s16(z1), consts.val[0], 2); in jsimd_idct_4x4_neon() [all …]
|