Searched refs:smallest_factor (Results 1 – 1 of 1) sorted by relevance
566 …int smallest_factor; /* the smallest factor (log2) where the number of cells does not exceed the l… in binary_grid_deci_factor_log2() local576 smallest_factor = MAX_SPEC_DECI_FACT_LOG2; in binary_grid_deci_factor_log2()578 smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_WIDTH && in binary_grid_deci_factor_log2()579 ISP_BQ_GRID_HEIGHT(height, smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_HEIGHT in binary_grid_deci_factor_log2()580 && smallest_factor > MIN_SPEC_DECI_FACT_LOG2) in binary_grid_deci_factor_log2()581 smallest_factor--; in binary_grid_deci_factor_log2()602 return max(smallest_factor, spec_factor); in binary_grid_deci_factor_log2()