Home
last modified time | relevance | path

Searched refs:_vi_src (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DBitdepth_avs.cpp50 , _vi_src (vi) in Bitdepth()
56 if (! _vi_src.IsPlanar ()) in Bitdepth()
62 const FmtAvs fmt_src (_vi_src); in Bitdepth()
79 res = _vi_src.BitsPerComponent (); in Bitdepth()
104 args [Param_FULLS].AsBool (avsutl::is_full_range_default (_vi_src)); in Bitdepth()
161 conv_vi_to_splfmt (splfmt_src, res_src, _vi_src); in Bitdepth()
H A DMatrix_avs.cpp52 , _vi_src (vi) in Matrix()
66 if (! _vi_src.IsPlanar ()) in Matrix()
71 const FmtAvs fmt_src (_vi_src); in Matrix()
76 const int nbr_planes_src = _vi_src.NumComponents (); in Matrix()
303 vi, dst_sptr, _vi_src, src_sptr, (_plane_out >= 0) in GetFrame()
H A DTransfer_avs.cpp53 , _vi_src (vi) in Transfer()
62 if (! _vi_src.IsPlanar ()) in Transfer()
66 const FmtAvs fmt_src (_vi_src); in Transfer()
241 const auto pa { build_mat_proc (vi, dst_sptr, _vi_src, src_sptr) }; in GetFrame()
H A DMatrix2020CL_avs.cpp50 , _vi_src (vi) in Matrix2020CL()
61 const FmtAvs fmt_src (_vi_src); in Matrix2020CL()
204 const auto pa { build_mat_proc (vi, dst_sptr, _vi_src, src_sptr) }; in GetFrame()
H A DResample_avs.cpp52 , _vi_src (vi) in Resample()
73 if (! _vi_src.IsPlanar ()) in Resample()
78 _fmt_src.conv_from_vi (_vi_src); in Resample()
80 const int nbr_planes_src = _vi_src.NumComponents (); in Resample()
94 _src_width = _vi_src.width; in Resample()
95 _src_height = _vi_src.height; in Resample()
96 _src_type = conv_vi_to_splfmt (_vi_src); in Resample()
108 const int nbr_planes_dst = _vi_src.NumComponents (); in Resample()
834 const int nbr_planes = _vi_src.NumComponents (); in create_all_plane_specs()
H A DPrimaries_avs.cpp54 , _vi_src (vi) in Primaries()
133 const auto pa { build_mat_proc (vi, dst_sptr, _vi_src, src_sptr) }; in GetFrame()
H A DMatrix2020CL.h88 _vi_src; variable
H A DBitdepth.h98 _vi_src; variable
H A DTransfer.h103 _vi_src; variable
H A DMatrix.h98 _vi_src; variable
H A DPrimaries.h97 _vi_src; variable
H A DResample.h165 _vi_src; variable