Searched refs:LinesInDETChroma (Results 1 – 4 of 4) sorted by relevance
785 double LinesInDETChroma; member
4326 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()4330 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20_ModeSupportAndSystemConfigurationFull()4333 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20_ModeSupportAndSystemConfigurationFull()4351 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()4352 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20_ModeSupportAndSystemConfigurationFull()
4358 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()4362 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()4365 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()4383 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()4384 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
5602 double LinesInDETChroma; in CalculateUrgentBurstFactor() local5672 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / (SwathWidthY / 2); in CalculateUrgentBurstFactor()5673 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime in CalculateUrgentBurstFactor()5683 DETBufferSizeInTimeChromaPre = dml_floor(LinesInDETChroma, SwathHeightC) in CalculateUrgentBurstFactor()