Home
last modified time | relevance | path

Searched refs:_thr_uv (Results 1 – 4 of 4) sorted by relevance

/external/libxcam/modules/ocl/
Dcl_yuv_pipe_handler.cpp63 , _thr_uv (0.05) in CLYuvPipeImageHandler()
187 args.push_back (new CLArgumentT<float> (_thr_uv)); in prepare_parameters()
229 _thr_uv = (float)config.threshold[1]; in set_tnr_yuv_config()
231 _gain_yuv, _thr_y, _thr_uv); in set_tnr_yuv_config()
Dcl_tnr_handler.cpp266 , _thr_uv (0.05) in CLTnrImageHandler()
327 _thr_uv = (float)config.threshold[1]; in set_yuv_config()
330 _gain_yuv, _thr_y, _thr_uv); in set_yuv_config()
406 args.push_back (new CLArgumentT<float> (_thr_uv)); in prepare_parameters()
Dcl_yuv_pipe_handler.h68 float _thr_uv; variable
Dcl_tnr_handler.h122 float _thr_uv; variable