Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c552 …int smallest_factor; /* the smallest factor (log2) where the number of cells does not exceed the l… in binary_grid_deci_factor_log2() local
562 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()