Searched refs:RoundedUpSwathSizeBytesC (Results 1 – 3 of 3) sorted by relevance
1516 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES]; member
3711 unsigned int RoundedUpSwathSizeBytesC[DML2_MAX_PLANES] = { 0 }; in CalculateSwathAndDETConfiguration() local3829 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()3845 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()3853 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k]; in CalculateSwathAndDETConfiguration()3861 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in CalculateSwathAndDETConfiguration()3869 RoundedUpSwathSizeBytesC[k] = p->full_swath_bytes_c[k] / 2; in CalculateSwathAndDETConfiguration()3898 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()3918 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in CalculateSwathAndDETConfiguration()3949 …MCOMPRESSION * 1024) > TTUFIFODEPTH * (RoundedUpSwathSizeBytesY[k] + RoundedUpSwathSizeBytesC[k]))) in CalculateSwathAndDETConfiguration()3956 …VERBOSE("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k]); in CalculateSwathAndDETConfiguration()
4108 dml_uint_t RoundedUpSwathSizeBytesC[__DML_NUM_PLANES__] = { 0 }; in CalculateSwathAndDETConfiguration() local4241 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k]; in CalculateSwathAndDETConfiguration()4246 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k]; in CalculateSwathAndDETConfiguration()4251 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k] / 2; in CalculateSwathAndDETConfiguration()4256 RoundedUpSwathSizeBytesC[k] = RoundedUpMaxSwathSizeBytesC[k] / 2; in CalculateSwathAndDETConfiguration()4273 } else if (RoundedUpSwathSizeBytesY[k] <= 1.5 * RoundedUpSwathSizeBytesC[k]) { in CalculateSwathAndDETConfiguration()4293 …dml_print("DML::%s: k=%u RoundedUpSwathSizeBytesC = %u\n", __func__, k, RoundedUpSwathSizeBytesC[k… in CalculateSwathAndDETConfiguration()