Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dvp8_mc_msa.c511 v16i8 filt_hz0, filt_hz1, filt_hz2; in ff_put_vp8_epel4_h6v6_msa() local
522 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in ff_put_vp8_epel4_h6v6_msa()
534 hz_out0 = HORIZ_6TAP_FILT(src0, src1, mask0, mask1, mask2, filt_hz0, in ff_put_vp8_epel4_h6v6_msa()
536 hz_out2 = HORIZ_6TAP_FILT(src2, src3, mask0, mask1, mask2, filt_hz0, in ff_put_vp8_epel4_h6v6_msa()
539 hz_out3 = HORIZ_6TAP_FILT(src3, src4, mask0, mask1, mask2, filt_hz0, in ff_put_vp8_epel4_h6v6_msa()
548 hz_out5 = HORIZ_6TAP_FILT(src5, src6, mask0, mask1, mask2, filt_hz0, in ff_put_vp8_epel4_h6v6_msa()
556 hz_out7 = HORIZ_6TAP_FILT(src7, src8, mask0, mask1, mask2, filt_hz0, in ff_put_vp8_epel4_h6v6_msa()
586 v16i8 filt_hz0, filt_hz1, filt_hz2; in ff_put_vp8_epel8_h6v6_msa() local
598 SPLATI_H3_SB(filt, 0, 1, 2, filt_hz0, filt_hz1, filt_hz2); in ff_put_vp8_epel8_h6v6_msa()
607 hz_out0 = HORIZ_6TAP_FILT(src0, src0, mask0, mask1, mask2, filt_hz0, in ff_put_vp8_epel8_h6v6_msa()
[all …]
Dvp9_mc_msa.c769 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_4w_msa() local
780 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa()
790 hz_out0 = HORIZ_8TAP_FILT(src0, src1, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa()
792 hz_out2 = HORIZ_8TAP_FILT(src2, src3, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa()
794 hz_out4 = HORIZ_8TAP_FILT(src4, src5, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa()
796 hz_out5 = HORIZ_8TAP_FILT(src5, src6, mask0, mask1, mask2, mask3, filt_hz0, in common_hv_8ht_8vt_4w_msa()
812 filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa()
819 filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_4w_msa()
845 v16i8 filt_hz0, filt_hz1, filt_hz2, filt_hz3; in common_hv_8ht_8vt_8w_msa() local
857 SPLATI_H4_SB(filt, 0, 1, 2, 3, filt_hz0, filt_hz1, filt_hz2, filt_hz3); in common_hv_8ht_8vt_8w_msa()
[all …]