Searched refs:LinesInDETChroma (Results 1 – 5 of 5) sorted by relevance
806 double LinesInDETChroma; member
4334 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()4338 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20_ModeSupportAndSystemConfigurationFull()4341 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20_ModeSupportAndSystemConfigurationFull()4359 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()4360 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20_ModeSupportAndSystemConfigurationFull()
4414 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()4418 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 2 / locals->BytePerPixelInDETC[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()4421 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte * 1024 / 3 / locals->BytePerPixelInDETY[k]… in dml20v2_ModeSupportAndSystemConfigurationFull()4439 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()4440 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
5619 double LinesInDETChroma; in CalculateUrgentBurstFactor() local5689 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / (SwathWidthY / 2); in CalculateUrgentBurstFactor()5690 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime in CalculateUrgentBurstFactor()5700 DETBufferSizeInTimeChromaPre = dml_floor(LinesInDETChroma, SwathHeightC) in CalculateUrgentBurstFactor()
5647 double LinesInDETChroma = 0; in CalculateUrgentBurstFactor() local5684 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub; in CalculateUrgentBurstFactor()5686 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in CalculateUrgentBurstFactor()