Searched refs:LD_SH2 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 38 LD_SH2(coeff_ptr, 8, coeff0, coeff1); in fast_quantize_b_msa() 41 LD_SH2(round, 8, coeff0, coeff1); in fast_quantize_b_msa() 44 LD_SH2(quant, 8, coeff0, coeff1); in fast_quantize_b_msa() 64 LD_SH2(de_quant, 8, de_quant0, de_quant1); in fast_quantize_b_msa() 119 LD_SH2(coeff_ptr, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 122 LD_SH2(round, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 125 LD_SH2(quant, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 128 LD_SH2(zbin, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 145 LD_SH2(quant_shift, 8, coeff0, coeff1); in exact_regular_quantize_b_msa() 207 LD_SH2(de_quant, 8, de_quant0, de_quant1); in exact_regular_quantize_b_msa()
|
D | temporal_filter_msa.c | 48 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_16size_msa() 86 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_16size_msa() 169 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_8size_msa() 213 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_8size_msa()
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 98 LD_SH2(input, 8, input0, input1); in idct4x4_addblk_msa() 151 LD_SH2(input, 8, input0, input1); in vp8_short_inv_walsh4x4_msa() 192 LD_SH2(input, 8, input0, input1); in dequant_idct4x4_addblk_msa() 193 LD_SH2(dequant_input, 8, dequant_in0, dequant_in1); in dequant_idct4x4_addblk_msa() 234 LD_SH2(dequant_input, 8, dequant_in0, dequant_in1); in dequant_idct4x4_addblk_2x_msa() 329 LD_SH2(DQC, 8, dqc0, dqc1); in vp8_dequantize_b_msa() 330 LD_SH2(d->qcoeff, 8, q0, q1); in vp8_dequantize_b_msa()
|
D | vp8_macros_msa.h | 338 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_temporal_filter_msa.c | 49 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_8size_msa() 98 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_8size_msa() 178 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_16size_msa() 225 LD_SH2(cnt, 8, cnt0, cnt1); in temporal_filter_apply_16size_msa()
|
D | vp9_fdct16x16_msa.c | 94 LD_SH2(int_buf + 3 * 8, 4 * 8, g13, g15); in fadst16_cols_step2_msa() 95 LD_SH2(int_buf + 11 * 8, 4 * 8, g5, g7); in fadst16_cols_step2_msa()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 348 #define LD_SH2(...) LD_H2(v8i16, __VA_ARGS__) macro
|