Home | History | Annotate | Download | only in HAL3

Lines Matching defs:min_height

8576     int32_t min_height = active_array_size.height / downscale_factor;
8582 if (processedSizes[i] >= min_width && processedSizes[i+1] >= min_height) {