Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_retinex_handler.cpp63 , _retinex(retinex) in CLRetinexScalerImageKernel()
70 return _retinex->get_input_buf (); in get_input_buffer()
76 return _retinex->get_scaler_buf1 (); in get_output_buffer()
85 , _retinex (retinex) in CLRetinexGaussImageKernel()
93 return _retinex->get_scaler_buf1 (); in get_input_buf()
99 return _retinex->get_gaussian_buf (_index); in get_output_buf()
104 _retinex (retinex) in CLRetinexImageKernel()
113 SmartPtr<VideoBuffer> input = _retinex->get_input_buf (); in prepare_arguments()
114 SmartPtr<VideoBuffer> output = _retinex->get_output_buf (); in prepare_arguments()
154 SmartPtr<VideoBuffer> gaussian_buf = _retinex->get_gaussian_buf (i); in prepare_arguments()
Dcl_retinex_handler.h62 SmartPtr<CLRetinexImageHandler> _retinex;
80 SmartPtr<CLRetinexImageHandler> _retinex;
96 SmartPtr<CLRetinexImageHandler> _retinex;
Dcl_post_image_processor.cpp242 _retinex = image_handler.dynamic_cast_ptr<CLRetinexImageHandler> (); in create_handlers()
245 _retinex.ptr (), in create_handlers()
248 _retinex->enable_handler (_defog_mode == CLPostImageProcessor::DefogRetinex); in create_handlers()
Dcl_post_image_processor.h116 SmartPtr<CLRetinexImageHandler> _retinex; variable