Searched refs:TotalCompressedReadBandwidth (Results 1 – 4 of 4) sorted by relevance
6457 double TotalCompressedReadBandwidth; local6480 TotalCompressedReadBandwidth = 0;6490 …TotalCompressedReadBandwidth = TotalCompressedReadBandwidth + ReadBandwidthPlaneLuma[k] / dml_min(…6501 TotalCompressedReadBandwidth = TotalCompressedReadBandwidth6508 …TotalCompressedReadBandwidth = TotalCompressedReadBandwidth + ReadBandwidthPlaneLuma[k] + ReadBand…6513 AverageDCCCompressionRate = TotalDataReadBandwidth / TotalCompressedReadBandwidth;6517 dml_print("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, TotalCompressedReadBandwidth);
6362 double TotalCompressedReadBandwidth; local6385 TotalCompressedReadBandwidth = 0;6395 …TotalCompressedReadBandwidth = TotalCompressedReadBandwidth + ReadBandwidthPlaneLuma[k] / dml_min(…6406 TotalCompressedReadBandwidth = TotalCompressedReadBandwidth6413 …TotalCompressedReadBandwidth = TotalCompressedReadBandwidth + ReadBandwidthPlaneLuma[k] + ReadBand…6418 AverageDCCCompressionRate = TotalDataReadBandwidth / TotalCompressedReadBandwidth;6422 dml_print("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, TotalCompressedReadBandwidth);
1820 double TotalCompressedReadBandwidth; member
10066 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in CalculateStutterEfficiency()10081 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceChroma[… in CalculateStutterEfficiency()10091 …l->TotalCompressedReadBandwidth = l->TotalCompressedReadBandwidth + p->ReadBandwidthSurfaceLuma[k]… in CalculateStutterEfficiency()10097 l->AverageDCCCompressionRate = p->TotalDataReadBandwidth / l->TotalCompressedReadBandwidth; in CalculateStutterEfficiency()10102 …VERBOSE("DML::%s: TotalCompressedReadBandwidth = %f\n", __func__, l->TotalCompressedReadBandwidth); in CalculateStutterEfficiency()