Home
last modified time | relevance | path

Searched refs:get_bitdepth (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcavs/
H A DProcAlpha.cpp52 , _dst_res (fmt_dst.get_bitdepth ()) in ProcAlpha()
53 , _src_res (fmt_dst.get_bitdepth ()) in ProcAlpha()
H A DMatrix2020CL_avs.cpp84 const int res_src = fmt_src.get_bitdepth (); in Matrix2020CL()
112 const int res_dst = fmt_dst.get_bitdepth (); in Matrix2020CL()
292 const int bitdepth = args [Param_BITS].AsInt (fmt_dst.get_bitdepth ()); in get_output_colorspace()
H A DMatrix_avs.cpp83 const int bd_src = fmt_src.get_bitdepth (); in Matrix()
248 || fmt_dst.get_bitdepth () < fmt_src.get_bitdepth () in Matrix()
402 const int bitdepth = args [Param_BITS].AsInt (fmt_dst.get_bitdepth ()); in get_output_colorspace()
H A DTransfer_avs.cpp73 const int res_src = fmt_src.get_bitdepth (); in Transfer()
83 const int res_dst = fmt_dst.get_bitdepth (); in Transfer()
294 int res = fmt_dst.get_bitdepth (); in get_output_colorspace()
H A DFmtAvs.h65 int get_bitdepth () const noexcept;
H A Dfnc_fmtcavs.cpp117 pic_fmt._sf = conv_bitdepth_to_splfmt (fmt.get_bitdepth ()); in conv_fmtavs_to_picfmt()
118 pic_fmt._res = fmt.get_bitdepth (); in conv_fmtavs_to_picfmt()
H A DPrimaries_avs.cpp79 const auto res = fmt_src.get_bitdepth (); in Primaries()
H A DFmtAvs.cpp392 int FmtAvs::get_bitdepth () const noexcept in get_bitdepth() function in fmtcavs::FmtAvs
H A DResample_avs.cpp81 _src_res = _fmt_src.get_bitdepth (); in Resample()
109 _dst_res = _fmt_dst.get_bitdepth (); in Resample()
/dports/audio/traverso/traverso-0.49.6/src/core/
H A DProject.h48 int get_bitdepth() const;
H A DAudioClip.h100 int get_bitdepth() const;
H A DSheet.h85 int get_bitdepth();
H A DSheet.cpp1035 int Sheet::get_bitdepth( ) in get_bitdepth() function in Sheet
1037 return m_project->get_bitdepth(); in get_bitdepth()
H A DProject.cpp742 int Project::get_bitdepth( ) const in get_bitdepth() function in Project
H A DAudioClip.cpp870 int AudioClip::get_bitdepth( ) const in get_bitdepth() function in AudioClip