Home
last modified time | relevance | path

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

/linux/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c542 int smallest_factor; /* the smallest factor (log2) where the number of cells does not exceed the limitation */ in binary_grid_deci_factor_log2() local
552 smallest_factor = MAX_SPEC_DECI_FACT_LOG2; in binary_grid_deci_factor_log2()
554 smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_WIDTH && in binary_grid_deci_factor_log2()
555 ISP_BQ_GRID_HEIGHT(height, smallest_factor - 1) <= SH_CSS_MAX_BQ_GRID_HEIGHT in binary_grid_deci_factor_log2()
556 && smallest_factor > MIN_SPEC_DECI_FACT_LOG2) in binary_grid_deci_factor_log2()
557 smallest_factor--; in binary_grid_deci_factor_log2()
567 /* If smallest_factor is smaller than or equal to spec_factor, choose spec_factor to follow the specification. in binary_grid_deci_factor_log2()
568 If smallest_factor is larger than spec_factor, choose smallest_factor. in binary_grid_deci_factor_log2()
571 smallest_factor in binary_grid_deci_factor_log2()
[all...]