Home
last modified time | relevance | path

Searched refs:temp0_w (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c34 v4i32 temp0_w, temp1_w, temp2_w, temp3_w; in fast_quantize_b_msa() local
56 quant3, temp0_w, temp1_w, temp2_w, temp3_w); in fast_quantize_b_msa()
57 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in fast_quantize_b_msa()
58 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, x0, x1); in fast_quantize_b_msa()
114 v4i32 temp0_w, temp1_w, temp2_w, temp3_w; in exact_regular_quantize_b_msa() local
142 quant3, temp0_w, temp1_w, temp2_w, temp3_w); in exact_regular_quantize_b_msa()
143 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa()
144 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
154 quant3, temp0_w, temp1_w, temp2_w, temp3_w); in exact_regular_quantize_b_msa()
155 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa()
[all …]
Ddenoising_msa.c44 v4i32 temp0_w; in vp8_denoiser_filter_msa() local
186 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_msa()
187 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_msa()
305 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_msa()
306 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_msa()
363 v4i32 temp0_w; in vp8_denoiser_filter_uv_msa() local
395 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_uv_msa()
396 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa()
504 temp0_w = __msa_hadd_s_w(temp0_h, temp0_h); in vp8_denoiser_filter_uv_msa()
505 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w); in vp8_denoiser_filter_uv_msa()
[all …]