Home
last modified time | relevance | path

Searched refs:is_loglut_req (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/vapoursynth-fmtconv/fmtconv-r28/src/fmtcl/
H A DTransLut.h105 static bool is_loglut_req (const TransOpInterface &curve);
H A DTransModel.cpp421 bool loglut_flag = TransLut::is_loglut_req (*op_s); in TransModel()
447 bool loglut_flag = TransLut::is_loglut_req (*op_d); in TransModel()
H A DTransLut.cpp366 bool TransLut::is_loglut_req (const TransOpInterface &curve) in is_loglut_req() function in fmtcl::TransLut