Searched refs:RoundedUpMinSwathSizeBytesY (Results 1 – 2 of 2) sorted by relevance
6305 long RoundedUpMinSwathSizeBytesY = 0; in CalculateSwathAndDETConfiguration() local6384 RoundedUpMinSwathSizeBytesY = swath_width_luma_ub[k] * BytePerPixDETY[k] in CalculateSwathAndDETConfiguration()6388 RoundedUpMinSwathSizeBytesY = dml_ceil((double) RoundedUpMinSwathSizeBytesY, 256); in CalculateSwathAndDETConfiguration()6406 && RoundedUpMinSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in CalculateSwathAndDETConfiguration()6410 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY; in CalculateSwathAndDETConfiguration()6422 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY; in CalculateSwathAndDETConfiguration()6437 if (RoundedUpMinSwathSizeBytesY + RoundedUpMinSwathSizeBytesC in CalculateSwathAndDETConfiguration()
6673 int RoundedUpMinSwathSizeBytesY; local6747 RoundedUpMinSwathSizeBytesY = swath_width_luma_ub[k] * BytePerPixDETY[k] * MinimumSwathHeightY;6750 RoundedUpMinSwathSizeBytesY = dml_ceil((double) RoundedUpMinSwathSizeBytesY, 256);6765 … && RoundedUpMinSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC <= DETBufferSizeInKByte * 1024 / 2) {6768 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;6779 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;6795 …if (RoundedUpMinSwathSizeBytesY + RoundedUpMinSwathSizeBytesC > actDETBufferSizeInKByte * 1024 / 2…