Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp28 , _width_factor (1) in CL3AStatsCalculatorContext()
64 _width_factor = width_factor; in allocate_data()
73 _stats_info.aligned_width * _width_factor * in allocate_data()
223 uint32_t cl_stats_width = _stats_info.aligned_width * _width_factor; in copy_stats_out()
231 uint32_t end_i_w = (w + 1) * _width_factor; in copy_stats_out()
232 for (uint32_t i_w = w * _width_factor; i_w < end_i_w; ++i_w) { in copy_stats_out()
Dcl_3a_stats_context.h73 uint32_t _width_factor; variable