Home
last modified time | relevance | path

Searched refs:PlaneProcessor (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/avsutl/
H A DPlaneProcessor.h45 class PlaneProcessor
84 virtual ~PlaneProcessor () = default;
159 PlaneProcessor () = delete;
160 PlaneProcessor (const PlaneProcessor &other) = delete;
161 PlaneProcessor (PlaneProcessor &&other) = delete;
162 PlaneProcessor &
163 operator = (const PlaneProcessor &other) = delete;
164 PlaneProcessor &
165 operator = (PlaneProcessor &&other) = delete;
166 bool operator == (const PlaneProcessor &other) const = delete;
[all …]
H A DPlaneProcessor_avs.cpp49 PlaneProcessor::PlaneProcessor (const ::VideoInfo &vi, PlaneProcCbInterface &cb, bool manual_flag) in PlaneProcessor() function in avsutl::PlaneProcessor
127 void PlaneProcessor::set_proc_mode (std::string pmode) in set_proc_mode()
166 void PlaneProcessor::set_proc_mode (int plane_index, double mode) in set_proc_mode()
203 int PlaneProcessor::get_nbr_planes () const in get_nbr_planes()
236 const ::VideoInfo & PlaneProcessor::use_vi (ClipIdx index) const in use_vi()
293 bool PlaneProcessor::is_manual () const in is_manual()
300 PlaneProcMode PlaneProcessor::get_mode (int plane_index) const in get_mode()
316 double PlaneProcessor::get_fill_val (int plane_index) const in get_fill_val()
389 int PlaneProcessor::get_nbr_planes (const ::VideoInfo &vi) in get_nbr_planes()
403 int PlaneProcessor::get_min_w (const ::VideoInfo &vi) in get_min_w()
[all …]
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/vsutl/
H A DPlaneProcessor.h67 class PlaneProcessor
77 …explicit PlaneProcessor (const ::VSAPI &vsapi, PlaneProcCbInterface &cb, const char filter_n…
78 virtual ~PlaneProcessor () {} in ~PlaneProcessor()
128 PlaneProcessor () = delete;
129 PlaneProcessor (const PlaneProcessor &other) = delete;
130 PlaneProcessor &
131 operator = (const PlaneProcessor &other) = delete;
132 bool operator == (const PlaneProcessor &other) const = delete;
133 bool operator != (const PlaneProcessor &other) const = delete;
H A DPlaneProcessor_vs.cpp55 PlaneProcessor::PlaneProcessor (const ::VSAPI &vsapi, PlaneProcCbInterface &cb, const char filter_n… in PlaneProcessor() function in vsutl::PlaneProcessor
72 void PlaneProcessor::set_filter (const ::VSMap &in, ::VSMap &out, const ::VSVideoInfo &vi_out, bool… in set_filter()
208 const ::VSFrameRef * PlaneProcessor::try_initial (::VSCore &core) in try_initial()
253 int PlaneProcessor::process_frame (::VSFrameRef &dst, int n, void *frame_data_ptr, ::VSFrameContext… in process_frame()
308 bool PlaneProcessor::is_manual () const in is_manual()
315 PlaneProcMode PlaneProcessor::get_mode (int plane_index) const in get_mode()
327 double PlaneProcessor::get_mode_val (int plane_index) const in get_mode_val()
337 void PlaneProcessor::fill_plane (::VSFrameRef &dst, double val, int plane_index) in fill_plane()
388 void PlaneProcessor::copy_plane (::VSFrameRef &dst, const ::VSFrameRef &src, int plane_index) in copy_plane()
436 void PlaneProcessor::fill_plane (void *ptr, T val, int stride, int w, int h) in fill_plane()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DBitdepth_avs.cpp111 std::make_unique <avsutl::PlaneProcessor> (vi, *this, false); in Bitdepth()
113 avsutl::PlaneProcessor::ClipIdx_SRC1, _clip_src_sptr in Bitdepth()
219 dst_sptr, plane_id, avsutl::PlaneProcessor::ClipIdx_DST in do_process_plane()
H A Dfnc.h47 class PlaneProcessor; variable
76 void set_masktools_planes_param (avsutl::PlaneProcessor &pp, ::IScriptEnvironment &env, const ::AVS…
H A DResample_avs.cpp172 std::make_unique <avsutl::PlaneProcessor> (vi, *this, true); in Resample()
174 avsutl::PlaneProcessor::ClipIdx_SRC1, _clip_src_sptr in Resample()
691 plane_index, avsutl::PlaneProcessor::ClipIdx_SRC1 in process_plane_proc()
694 plane_index, avsutl::PlaneProcessor::ClipIdx_DST in process_plane_proc()
746 plane_index, avsutl::PlaneProcessor::ClipIdx_SRC1 in process_plane_copy()
749 plane_index, avsutl::PlaneProcessor::ClipIdx_DST in process_plane_copy()
753 src_sptr, plane_id_s, avsutl::PlaneProcessor::ClipIdx_SRC1 in process_plane_copy()
757 dst_sptr, plane_id_d, avsutl::PlaneProcessor::ClipIdx_DST in process_plane_copy()
H A DBitdepth.h100 std::unique_ptr <avsutl::PlaneProcessor>
H A DResample.h202 std::unique_ptr <avsutl::PlaneProcessor>
H A Dfnc_fmtcavs.cpp346 void set_masktools_planes_param (avsutl::PlaneProcessor &pp, ::IScriptEnvironment &env, const ::AVS… in set_masktools_planes_param()
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtc/
H A DBitdepth.h89 vsutl::PlaneProcessor
H A DResample.h138 vsutl::PlaneProcessor
/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/build/unix/
H A DMakefile.am336 ../../src/vsutl/PlaneProcessor.h \