/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
dct_msa.c | 142 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 12); 160 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 16); 196 SRA_4V(in0_w, in1_w, in2_w, in3_w, 3);
|
quantize_msa.c | 57 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); 143 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); 155 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16);
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
fwd_txfm_msa.c | 148 SRA_4V(in0, in1, in2, in3, 2); 149 SRA_4V(in4, in5, in6, in7, 2); 150 SRA_4V(in8, in9, in10, in11, 2); 151 SRA_4V(in12, in13, in14, in15, 2); 194 SRA_4V(in0, in1, in2, in3, 2);
|
idct4x4_msa.c | 25 SRA_4V(in0_r, in1_r, in2_r, in3_r, UNIT_QUANT_SHIFT);
|
macros_msa.h | [all...] |
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
vp9_fdct4x4_msa.c | 96 SRA_4V(in0, in1, in2, in3, 2);
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
idct_msa.c | 160 SRA_4V(vt0, vt1, vt2, vt3, 3);
|
vp8_macros_msa.h | [all...] |