Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_horiz_msa.c27 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x4_msa()
56 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_4x8_msa()
102 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_8x4_msa()
133 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_8x8mult_msa()
178 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_16w_msa()
216 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_32w_msa()
274 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_64w_msa()
Dvpx_convolve8_avg_horiz_msa.c29 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_4x4_msa()
63 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_4x8_msa()
117 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_8w_msa()
155 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_16w_msa()
209 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_32w_msa()
264 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_hz_8t_and_aver_dst_64w_msa()
Dvpx_convolve8_vert_msa.c29 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_4w_msa()
79 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_8w_msa()
135 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_16w_msa()
216 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_16w_mult_msa()
Dvpx_convolve8_avg_vert_msa.c30 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_and_aver_dst_4w_msa()
87 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_and_aver_dst_8w_msa()
146 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt0, filt1, filt2, filt3); in common_vt_8t_and_aver_dst_16w_mult_msa()
Dvpx_convolve8_msa.c41 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa()
116 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_8w_msa()
Dvpx_convolve8_avg_msa.c31 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_4w_msa()
110 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_and_aver_dst_8w_msa()
Dmacros_msa.h1383 #define SPLATI_H4_SB(...) SPLATI_H4(v16i8, __VA_ARGS__) macro