Searched refs:temp3_w (Results 1 – 1 of 1) 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 …]
|