Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_yuv_pipe_handler.cpp62 , _thr_y (0.05) in CLYuvPipeImageHandler()
186 args.push_back (new CLArgumentT<float> (_thr_y)); in prepare_parameters()
228 _thr_y = (float)config.threshold[0]; in set_tnr_yuv_config()
231 _gain_yuv, _thr_y, _thr_uv); in set_tnr_yuv_config()
Dcl_tnr_handler.cpp265 , _thr_y (0.05) in CLTnrImageHandler()
326 _thr_y = (float)config.threshold[0]; in set_yuv_config()
330 _gain_yuv, _thr_y, _thr_uv); in set_yuv_config()
405 args.push_back (new CLArgumentT<float> (_thr_y)); in prepare_parameters()
Dcl_yuv_pipe_handler.h67 float _thr_y; variable
Dcl_tnr_handler.h121 float _thr_y; variable