Searched refs:SRA_4V (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | fwd_txfm_msa.c | 148 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()
|
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 | 1451 #define SRA_4V(in0, in1, in2, in3, shift) { \ macro
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 142 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()
|
D | quantize_msa.c | 57 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/ |
D | vp9_fdct4x4_msa.c | 96 SRA_4V(in0, in1, in2, in3, 2); in vp9_fht4x4_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 160 SRA_4V(vt0, vt1, vt2, vt3, 3); in vp8_short_inv_walsh4x4_msa()
|
D | vp8_macros_msa.h | 1379 #define SRA_4V(in0, in1, in2, in3, shift) \ macro
|