Home
last modified time | relevance | path

Searched refs:get_wb_blue (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/photoflow/PhotoFlow-8472024f/src/operations/
H A Dwhite_balance.hh97 float get_wb_blue() { return wb_blue_current; /*wb_blue.get();*/ } in get_wb_blue() function in PF::WhiteBalancePar
110 mul[2] = get_wb_blue(); in get_wb()
149 mul[2] = rdpar->get_wb_blue(); in render()
H A Draw_developer.cc174 mul[2] = par->get_wb_blue(); in get_wb()
360 rppar->get_wb_blue() ); in build()
365 rppar->get_wb_blue()*rppar->get_camwb_corr_blue() ); in build()
411 rppar->get_wb_blue() ); in build()
416 rppar->get_wb_blue()*rppar->get_camwb_corr_blue() ); in build()
H A Draw_preprocessor.hh107 float get_wb_blue() { return wb_blue_current; /*wb_blue.get();*/ } in get_wb_blue() function in PF::RawPreprocessorPar
175 mul[2] = rdpar->get_wb_blue(); in render()
183 mul[2] = rdpar->get_wb_blue()*rdpar->get_camwb_corr_blue(); in render()
H A Draw_hl_reco.hh57 float get_wb_blue() { return wb_blue_current; /*wb_blue.get();*/ } in get_wb_blue() function in PF::RawHLRecoPar
H A Draw_output.hh167 float get_wb_blue() { return wb_blue_current; /*wb_blue.get();*/ } in get_wb_blue() function in PF::RawOutputPar
441 opar->get_wb_blue() in render()
H A Draw_hl_reco.cc249 opar->get_wb_blue() in render()
H A Draw_output.cc283 double cam_wb[3] = {get_wb_red(), get_wb_green(), get_wb_blue()}; in build()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/legacy/operations/
H A Draw_preprocessor.hh125 float get_wb_blue() { return wb_blue_current; /*wb_blue.get();*/ } in get_wb_blue() function in PF::RawPreprocessorV1Par
170 mul[2] = rdpar->get_wb_blue(); in render()
178 mul[2] = rdpar->get_wb_blue()*rdpar->get_camwb_corr_blue(); in render()
H A Draw_developer.cc134 mul[2] = par->get_wb_blue(); in get_wb()
335 ropar->set_wb( rppar->get_wb_red(), rppar->get_wb_green(), rppar->get_wb_blue() ); in build()
340 rppar->get_wb_blue()*rppar->get_camwb_corr_blue() ); in build()
H A Draw_output.hh152 float get_wb_blue() { return wb_blue_current; /*wb_blue.get();*/ } in get_wb_blue() function in PF::RawOutputV1Par
387 opar->get_wb_blue() in render()