Home
last modified time | relevance | path

Searched refs:_thr_r (Results 1 – 2 of 2) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_tnr_handler.cpp268 , _thr_r (0.064) // set high initial threshold to get strong denoise effect in CLTnrImageHandler()
307 _thr_r = (float)config.threshold[0]; in set_rgb_config()
311 _gain_rgb, _thr_r, _thr_g, _thr_b); in set_rgb_config()
418 args.push_back (new CLArgumentT<float> (_thr_r)); in prepare_parameters()
Dcl_tnr_handler.h125 float _thr_r; variable