Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/staging/media/atomisp/pci/runtime/binary/src/
Dbinary.c551 …int smallest_factor; /* the smallest factor (log2) where the number of cells does not exceed the l… in binary_grid_deci_factor_log2() local
561 smallest_factor = MAX_SPEC_DECI_FACT_LOG2; in binary_grid_deci_factor_log2()
563 smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_WIDTH && in binary_grid_deci_factor_log2()
564 ISP_BQ_GRID_HEIGHT(height, smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_HEIGHT in binary_grid_deci_factor_log2()
565 && smallest_factor > MIN_SPEC_DECI_FACT_LOG2) in binary_grid_deci_factor_log2()
566 smallest_factor--; in binary_grid_deci_factor_log2()
587 return max(smallest_factor, spec_factor); in binary_grid_deci_factor_log2()