Home
last modified time | relevance | path

Searched refs:SPLATI_H4_SH (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct_msa.h57 SPLATI_H4_SH(coeff1_m, 0, 4, 1, 5, cnst0_m, cnst1_m, cnst2_m, cnst3_m); \
/external/libvpx/libvpx/vpx_dsp/mips/
Dinv_txfm_msa.h57 SPLATI_H4_SH(coeff1_m, 0, 4, 1, 5, \
145 SPLATI_H4_SH(mask_m, 3, 0, 1, 2, c0_m, c1_m, k1_m, k2_m); \
Dvpx_convolve8_msa.c62 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_4w_msa()
142 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_8w_msa()
Dvpx_convolve8_avg_msa.c56 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
144 SPLATI_H4_SH(filt, 0, 1, 2, 3, filt_vt0, filt_vt1, filt_vt2, filt_vt3); in common_hv_8ht_8vt_and_aver_dst_8w_msa()
Dmacros_msa.h1286 #define SPLATI_H4_SH(...) SPLATI_H4(v8i16, __VA_ARGS__) macro