Searched refs:smallest_factor (Results 1 – 1 of 1) sorted by relevance
552 …int smallest_factor; /* the smallest factor (log2) where the number of cells does not exceed the l… in binary_grid_deci_factor_log2() local562 smallest_factor = MAX_SPEC_DECI_FACT_LOG2; in binary_grid_deci_factor_log2()564 smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_WIDTH && in binary_grid_deci_factor_log2()565 ISP_BQ_GRID_HEIGHT(height, smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_HEIGHT in binary_grid_deci_factor_log2()566 && smallest_factor > MIN_SPEC_DECI_FACT_LOG2) in binary_grid_deci_factor_log2()567 smallest_factor--; in binary_grid_deci_factor_log2()588 return max(smallest_factor, spec_factor); in binary_grid_deci_factor_log2()