Searched refs:filt_h1 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | vpx_convolve_msa.h | 33 filt_h0, filt_h1, filt_h2, filt_h3) ({ \ argument 40 filt_h0, filt_h1, filt_h2, filt_h3); \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | sixtap_filter_msa.c | 38 filt_h0, filt_h1, filt_h2) \ argument 46 filt_h0, filt_h1, filt_h2); \ 100 #define HORIZ_4TAP_FILT(src0, src1, mask0, mask1, filt_h0, filt_h1) \ argument 106 hz_out_m = FILT_4TAP_DPADD_S_H(vec0_m, vec1_m, filt_h0, filt_h1); \
|