Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve_msa.h34 filt_h1, filt_h2, filt_h3) \ argument
42 filt_h1, filt_h2, filt_h3); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dsixtap_filter_msa.c35 #define HORIZ_6TAP_FILT(src0, src1, mask0, mask1, mask2, filt_h0, filt_h1, \ argument
44 DPADD_SH3_SH(vec0_m, vec1_m, vec2_m, filt_h0, filt_h1, filt_h2); \
95 #define HORIZ_4TAP_FILT(src0, src1, mask0, mask1, filt_h0, filt_h1) \ argument
101 hz_out_m = FILT_4TAP_DPADD_S_H(vec0_m, vec1_m, filt_h0, filt_h1); \