Home
last modified time | relevance | path

Searched refs:SPLATI_H3_SB (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/common/mips/msa/
Dsixtap_filter_msa.c146 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_4x4_msa()
172 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_4x8_msa()
217 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_8w_msa()
261 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_hz_6t_16w_msa()
308 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_vt_6t_4w_msa()
353 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_vt_6t_8w_msa()
402 SPLATI_H3_SB(filt, 0, 1, 2, filt0, filt1, filt2); in common_vt_6t_16w_msa()
469 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_6vt_4w_msa()
542 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_6vt_8w_msa()
1067 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in common_hv_6ht_4vt_4w_msa()
[all …]
Dvp8_macros_msa.h1188 #define SPLATI_H3_SB(...) SPLATI_H3(v16i8, __VA_ARGS__) macro