Home
last modified time | relevance | path

Searched refs:SPLATI_H2_SH (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.h41 SPLATI_H2_SH(coeff_m, 0, 1, cnst0_m, cnst1_m); \
45 SPLATI_H2_SH(coeff_m, 4, 3, cnst2_m, cnst3_m); \
84 SPLATI_H2_SH(coeff_m, 0, 1, x0_m, x1_m); \
88 SPLATI_H2_SH(coeff_m, 2, 3, x2_m, x3_m); \
111 SPLATI_H2_SH(coeff_m, 4, 5, x0_m, x1_m); \
115 SPLATI_H2_SH(coeff_m, 6, 7, x2_m, x3_m); \
143 SPLATI_H2_SH(coeff_m, 0, 1, x0_m, x1_m); \
147 SPLATI_H2_SH(coeff_m, 2, 3, x2_m, x3_m); \
170 SPLATI_H2_SH(coeff_m, 4, 5, x0_m, x1_m); \
174 SPLATI_H2_SH(coeff_m, 6, 7, x2_m, x3_m); \
[all …]
Dfwd_txfm_msa.c63 SPLATI_H2_SH(coeff, 2, 3, cnst0, cnst1); in fdct8x16_1d_column()
73 SPLATI_H2_SH(coeff1, 0, 1, cnst0, cnst1); in fdct8x16_1d_column()
85 SPLATI_H2_SH(coeff1, 2, 3, cnst0, cnst1); in fdct8x16_1d_column()
96 SPLATI_H2_SH(coeff, 2, 5, cnst0, cnst1); in fdct8x16_1d_column()
109 SPLATI_H2_SH(coeff1, 4, 5, cnst0, cnst1); in fdct8x16_1d_column()
121 SPLATI_H2_SH(coeff1, 6, 7, cnst0, cnst1); in fdct8x16_1d_column()
Dinv_txfm_msa.h27 SPLATI_H2_SH(coeff0_m, 0, 7, cnst0_m, cnst1_m); \
30 SPLATI_H2_SH(coeff0_m, 4, 3, cnst2_m, cnst3_m); \
40 SPLATI_H2_SH(coeff0_m, 2, 5, cnst0_m, cnst1_m); \
43 SPLATI_H2_SH(coeff0_m, 6, 1, cnst2_m, cnst3_m); \
70 SPLATI_H2_SH(coeff1_m, 2, 3, cnst0_m, cnst1_m); \
151 SPLATI_H2_SH(mask_m, 4, 7, k4_m, k3_m); \
188 SPLATI_H2_SH(mask_h, idx1_h, idx2_h, c0_m, c1_m); \
Dmacros_msa.h1278 #define SPLATI_H2_SH(...) SPLATI_H2(v8i16, __VA_ARGS__) macro
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct_msa.h27 SPLATI_H2_SH(coeff0_m, 0, 7, cnst0_m, cnst1_m); \
30 SPLATI_H2_SH(coeff0_m, 4, 3, cnst2_m, cnst3_m); \
40 SPLATI_H2_SH(coeff0_m, 2, 5, cnst0_m, cnst1_m); \
43 SPLATI_H2_SH(coeff0_m, 6, 1, cnst2_m, cnst3_m); \
69 SPLATI_H2_SH(coeff1_m, 2, 3, cnst0_m, cnst1_m); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dsixtap_filter_msa.c989 SPLATI_H2_SH(filt, 0, 1, filt_vt0, filt_vt1); in common_hv_4ht_4vt_4w_msa()
1050 SPLATI_H2_SH(filt, 0, 1, filt_vt0, filt_vt1); in common_hv_4ht_4vt_8w_msa()
1135 SPLATI_H2_SH(filt, 0, 1, filt_vt0, filt_vt1); in common_hv_6ht_4vt_4w_msa()
1202 SPLATI_H2_SH(filt, 0, 1, filt_vt0, filt_vt1); in common_hv_6ht_4vt_8w_msa()
Dvp8_macros_msa.h1202 #define SPLATI_H2_SH(...) SPLATI_H2(v8i16, __VA_ARGS__) macro