Searched refs:temp0_w (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 31 v4i32 temp0_w, temp1_w, temp2_w, temp3_w; in fast_quantize_b_msa() local 53 quant3, temp0_w, temp1_w, temp2_w, temp3_w); in fast_quantize_b_msa() 54 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in fast_quantize_b_msa() 55 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, x0, x1); in fast_quantize_b_msa() 100 v4i32 temp0_w, temp1_w, temp2_w, temp3_w; in exact_regular_quantize_b_msa() local 128 quant3, temp0_w, temp1_w, temp2_w, temp3_w); in exact_regular_quantize_b_msa() 129 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa() 130 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, temp0_h, temp2_h); in exact_regular_quantize_b_msa() 140 quant3, temp0_w, temp1_w, temp2_w, temp3_w); in exact_regular_quantize_b_msa() 141 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa() [all …]
|
D | denoising_msa.c | 42 v4i32 temp0_w; in vp8_denoiser_filter_msa() local 177 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_msa() 178 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_msa() 280 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_msa() 281 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_msa() 329 v4i32 temp0_w; in vp8_denoiser_filter_uv_msa() local 360 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_uv_msa() 361 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa() 463 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_uv_msa() 464 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa() [all …]
|