Searched refs:smallest_factor (Results 1 – 1 of 1) sorted by relevance
986 …int smallest_factor; /* the smallest factor (log2) where the number of cells does not exceed the l… in binary_grid_deci_factor_log2() local996 smallest_factor = MAX_SPEC_DECI_FACT_LOG2; in binary_grid_deci_factor_log2()998 smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_WIDTH && in binary_grid_deci_factor_log2()999 ISP_BQ_GRID_HEIGHT(height, smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_HEIGHT in binary_grid_deci_factor_log2()1000 && smallest_factor > MIN_SPEC_DECI_FACT_LOG2) in binary_grid_deci_factor_log2()1001 smallest_factor--; in binary_grid_deci_factor_log2()1022 return max(smallest_factor, spec_factor); in binary_grid_deci_factor_log2()