Searched refs:HORIZ_2TAP_FILT_UH (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_mc_msa.c | 2504 hz_out0 = HORIZ_2TAP_FILT_UH(src0, src1, mask, filt_hz, 7); in common_hv_2ht_2vt_4x4_msa() 2505 hz_out2 = HORIZ_2TAP_FILT_UH(src2, src3, mask, filt_hz, 7); in common_hv_2ht_2vt_4x4_msa() 2506 hz_out4 = HORIZ_2TAP_FILT_UH(src4, src4, mask, filt_hz, 7); in common_hv_2ht_2vt_4x4_msa() 2542 hz_out0 = HORIZ_2TAP_FILT_UH(src0, src1, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 2543 hz_out2 = HORIZ_2TAP_FILT_UH(src2, src3, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 2544 hz_out4 = HORIZ_2TAP_FILT_UH(src4, src5, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 2545 hz_out6 = HORIZ_2TAP_FILT_UH(src6, src7, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 2546 hz_out8 = HORIZ_2TAP_FILT_UH(src8, src8, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 2601 hz_out0 = HORIZ_2TAP_FILT_UH(src0, src0, mask, filt_hz, 7); in common_hv_2ht_2vt_8x4_msa() 2602 hz_out1 = HORIZ_2TAP_FILT_UH(src in common_hv_2ht_2vt_8x4_msa() [all...] |
H A D | vp8_mc_msa.c | 1954 hz_out0 = HORIZ_2TAP_FILT_UH(src0, src1, mask, filt_hz, 7); in common_hv_2ht_2vt_4x4_msa() 1955 hz_out2 = HORIZ_2TAP_FILT_UH(src2, src3, mask, filt_hz, 7); in common_hv_2ht_2vt_4x4_msa() 1956 hz_out4 = HORIZ_2TAP_FILT_UH(src4, src4, mask, filt_hz, 7); in common_hv_2ht_2vt_4x4_msa() 1993 hz_out0 = HORIZ_2TAP_FILT_UH(src0, src1, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 1994 hz_out2 = HORIZ_2TAP_FILT_UH(src2, src3, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 1995 hz_out4 = HORIZ_2TAP_FILT_UH(src4, src5, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 1996 hz_out6 = HORIZ_2TAP_FILT_UH(src6, src7, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 1997 hz_out8 = HORIZ_2TAP_FILT_UH(src8, src8, mask, filt_hz, 7); in common_hv_2ht_2vt_4x8_msa() 2053 hz_out0 = HORIZ_2TAP_FILT_UH(src0, src0, mask, filt_hz, 7); in common_hv_2ht_2vt_8x4_msa() 2054 hz_out1 = HORIZ_2TAP_FILT_UH(src in common_hv_2ht_2vt_8x4_msa() [all...] |
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 2809 #define HORIZ_2TAP_FILT_UH(in0, in1, mask, coeff, shift) \ macro
|
Completed in 17 milliseconds