Home
last modified time | relevance | path

Searched refs:SRA_4V (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c148 SRA_4V(in0, in1, in2, in3, 2); in fdct16x8_1d_row()
149 SRA_4V(in4, in5, in6, in7, 2); in fdct16x8_1d_row()
150 SRA_4V(in8, in9, in10, in11, 2); in fdct16x8_1d_row()
151 SRA_4V(in12, in13, in14, in15, 2); in fdct16x8_1d_row()
194 SRA_4V(in0, in1, in2, in3, 2); in vpx_fdct4x4_msa()
Didct4x4_msa.c25 SRA_4V(in0_r, in1_r, in2_r, in3_r, UNIT_QUANT_SHIFT); in vpx_iwht4x4_16_add_msa()
Dmacros_msa.h1451 #define SRA_4V(in0, in1, in2, in3, shift) { \ macro
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c142 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 12); in vp8_short_fdct8x4_msa()
160 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 16); in vp8_short_fdct8x4_msa()
196 SRA_4V(in0_w, in1_w, in2_w, in3_w, 3); in vp8_short_walsh4x4_msa()
Dquantize_msa.c57 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in fast_quantize_b_msa()
143 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa()
155 SRA_4V(temp0_w, temp1_w, temp2_w, temp3_w, 16); in exact_regular_quantize_b_msa()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct4x4_msa.c96 SRA_4V(in0, in1, in2, in3, 2); in vp9_fht4x4_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Didct_msa.c160 SRA_4V(vt0, vt1, vt2, vt3, 3); in vp8_short_inv_walsh4x4_msa()
Dvp8_macros_msa.h1379 #define SRA_4V(in0, in1, in2, in3, shift) \ macro