/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_txfm_msa.c | 163 SRA_4V(in0, in1, in2, in3, 2); in fdct16x8_1d_row() 164 SRA_4V(in4, in5, in6, in7, 2); in fdct16x8_1d_row() 165 SRA_4V(in8, in9, in10, in11, 2); in fdct16x8_1d_row() 166 SRA_4V(in12, in13, in14, in15, 2); in fdct16x8_1d_row() 209 SRA_4V(in0, in1, in2, in3, 2); in vpx_fdct4x4_msa()
|
D | avg_msa.c | 206 SRA_4V(tmp0, tmp1, tmp2, tmp3, 1); in vpx_hadamard_16x16_msa() 207 SRA_4V(tmp4, tmp5, tmp6, tmp7, 1); in vpx_hadamard_16x16_msa() 220 SRA_4V(tmp0, tmp1, tmp2, tmp3, 1); in vpx_hadamard_16x16_msa() 221 SRA_4V(tmp4, tmp5, tmp6, tmp7, 1); in vpx_hadamard_16x16_msa() 234 SRA_4V(tmp0, tmp1, tmp2, tmp3, 1); in vpx_hadamard_16x16_msa() 235 SRA_4V(tmp4, tmp5, tmp6, tmp7, 1); in vpx_hadamard_16x16_msa() 248 SRA_4V(tmp0, tmp1, tmp2, tmp3, 1); in vpx_hadamard_16x16_msa() 249 SRA_4V(tmp4, tmp5, tmp6, tmp7, 1); in vpx_hadamard_16x16_msa()
|
D | idct4x4_msa.c | 25 SRA_4V(in0_r, in1_r, in2_r, in3_r, UNIT_QUANT_SHIFT); in vpx_iwht4x4_16_add_msa()
|
D | macros_msa.h | 1445 #define SRA_4V(in0, in1, in2, in3, shift) \ macro
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 140 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 12); in vp8_short_fdct8x4_msa() 158 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 16); in vp8_short_fdct8x4_msa() 193 SRA_4V(in0_w, in1_w, in2_w, in3_w, 3); in vp8_short_walsh4x4_msa()
|
D | quantize_msa.c | 54 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in fast_quantize_b_msa() 129 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa() 141 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct4x4_msa.c | 94 SRA_4V(in0, in1, in2, in3, 2); in vp9_fht4x4_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1359 #define SRA_4V(in0, in1, in2, in3, shift) \ macro
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1549 #define SRA_4V(in0, in1, in2, in3, shift) \ macro
|