Searched refs:temp3_h (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 30 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in fast_quantize_b_msa() local 50 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in fast_quantize_b_msa() 52 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in fast_quantize_b_msa() 99 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in exact_regular_quantize_b_msa() local 125 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa() 127 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in exact_regular_quantize_b_msa() 137 ILVL_H2_SH(temp0_h, x0, temp2_h, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa() 139 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in exact_regular_quantize_b_msa()
|
D | denoising_msa.c | 41 v8i16 temp0_h, temp1_h, temp2_h, temp3_h, cmp, delta_vec; in vp8_denoiser_filter_msa() local 108 temp3_h = __msa_ceqi_h(adjust1, 0); in vp8_denoiser_filter_msa() 110 adjust1 = (v8i16)__msa_bmnz_v((v16u8)adjust1, (v16u8)diff1, (v16u8)temp3_h); in vp8_denoiser_filter_msa() 116 temp2_h = (v8i16)__msa_pckev_b((v16i8)temp3_h, (v16i8)temp2_h); in vp8_denoiser_filter_msa() 156 temp3_h = __msa_ceqi_h(adjust1, 0); in vp8_denoiser_filter_msa() 158 adjust1 = (v8i16)__msa_bmnz_v((v16u8)adjust1, (v16u8)diff1, (v16u8)temp3_h); in vp8_denoiser_filter_msa() 164 temp2_h = (v8i16)__msa_pckev_b((v16i8)temp3_h, (v16i8)temp2_h); in vp8_denoiser_filter_msa() 223 ILVRL_B2_SH(zero, running_avg_y, temp2_h, temp3_h); in vp8_denoiser_filter_msa() 224 ADD2(temp2_h, adjust0, temp3_h, adjust1, adjust2, adjust3); in vp8_denoiser_filter_msa() 232 (v8i16)__msa_bmz_v((v16u8)adjust3, (v16u8)temp3_h, (v16u8)temp1_h); in vp8_denoiser_filter_msa() [all …]
|