Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dvp8_mc_msa.c508 const int8_t *filter_horiz = subpel_filters_msa[mx - 1]; in ff_put_vp8_epel4_h6v6_msa() local
521 filt = LD_SH(filter_horiz); in ff_put_vp8_epel4_h6v6_msa()
583 const int8_t *filter_horiz = subpel_filters_msa[mx - 1]; in ff_put_vp8_epel8_h6v6_msa() local
597 filt = LD_SH(filter_horiz); in ff_put_vp8_epel8_h6v6_msa()
1048 const int8_t *filter_horiz = subpel_filters_msa[mx - 1]; in ff_put_vp8_epel4_h4v4_msa() local
1059 filt = LD_SH(filter_horiz); in ff_put_vp8_epel4_h4v4_msa()
1107 const int8_t *filter_horiz = subpel_filters_msa[mx - 1]; in ff_put_vp8_epel8_h4v4_msa() local
1119 filt = LD_SH(filter_horiz); in ff_put_vp8_epel8_h4v4_msa()
1189 const int8_t *filter_horiz = subpel_filters_msa[mx - 1]; in ff_put_vp8_epel4_h6v4_msa() local
1201 filt = LD_SH(filter_horiz); in ff_put_vp8_epel4_h6v4_msa()
[all …]
Dvp9_mc_msa.c763 const int8_t *filter_horiz, in common_hv_8ht_8vt_4w_msa() argument
779 filt = LD_SH(filter_horiz); in common_hv_8ht_8vt_4w_msa()
839 const int8_t *filter_horiz, in common_hv_8ht_8vt_8w_msa() argument
856 filt = LD_SH(filter_horiz); in common_hv_8ht_8vt_8w_msa()
937 const int8_t *filter_horiz, in common_hv_8ht_8vt_16w_msa() argument
944 common_hv_8ht_8vt_8w_msa(src, src_stride, dst, dst_stride, filter_horiz, in common_hv_8ht_8vt_16w_msa()
954 const int8_t *filter_horiz, in common_hv_8ht_8vt_32w_msa() argument
961 common_hv_8ht_8vt_8w_msa(src, src_stride, dst, dst_stride, filter_horiz, in common_hv_8ht_8vt_32w_msa()
971 const int8_t *filter_horiz, in common_hv_8ht_8vt_64w_msa() argument
978 common_hv_8ht_8vt_8w_msa(src, src_stride, dst, dst_stride, filter_horiz, in common_hv_8ht_8vt_64w_msa()
[all …]