Searched refs:RoundedUpMinSwathSizeBytesY (Results 1 – 2 of 2) sorted by relevance
6302 long RoundedUpMinSwathSizeBytesY = 0; in CalculateSwathAndDETConfiguration() local6381 RoundedUpMinSwathSizeBytesY = swath_width_luma_ub[k] * BytePerPixDETY[k] in CalculateSwathAndDETConfiguration()6385 RoundedUpMinSwathSizeBytesY = dml_ceil((double) RoundedUpMinSwathSizeBytesY, 256); in CalculateSwathAndDETConfiguration()6403 && RoundedUpMinSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC in CalculateSwathAndDETConfiguration()6407 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY; in CalculateSwathAndDETConfiguration()6419 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY; in CalculateSwathAndDETConfiguration()6434 if (RoundedUpMinSwathSizeBytesY + RoundedUpMinSwathSizeBytesC in CalculateSwathAndDETConfiguration()
6893 int RoundedUpMinSwathSizeBytesY; local6967 RoundedUpMinSwathSizeBytesY = swath_width_luma_ub[k] * BytePerPixDETY[k] * MinimumSwathHeightY;6970 RoundedUpMinSwathSizeBytesY = dml_ceil((double) RoundedUpMinSwathSizeBytesY, 256);6985 … && RoundedUpMinSwathSizeBytesY + RoundedUpMaxSwathSizeBytesC <= DETBufferSizeInKByte * 1024 / 2) {6988 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;6999 RoundedUpSwathSizeBytesY = RoundedUpMinSwathSizeBytesY;7015 …if (RoundedUpMinSwathSizeBytesY + RoundedUpMinSwathSizeBytesC > actDETBufferSizeInKByte * 1024 / 2…