Home
last modified time | relevance | path

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

/external/libxcam/modules/ocl/
Dcl_3a_stats_context.cpp29 , _height_factor (1) in CL3AStatsCalculatorContext()
65 _height_factor = height_factor; in allocate_data()
74 _stats_info.aligned_height * _height_factor * sizeof (CL3AStatsStruct); in allocate_data()
227 uint32_t end_i_h = (h + 1) * _height_factor; in copy_stats_out()
228 for (uint32_t i_h = h * _height_factor; i_h < end_i_h; ++i_h) { in copy_stats_out()
Dcl_3a_stats_context.h74 uint32_t _height_factor; variable