Searched refs:temp1_w (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 34 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 …]
|