Searched refs:LinesInDETChroma (Results 1 – 6 of 6) sorted by relevance
813 double LinesInDETChroma; member
4335 locals->LinesInDETChroma = 0; in dml20_ModeSupportAndSystemConfigurationFull()4339 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETC… in dml20_ModeSupportAndSystemConfigurationFull()4342 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 3 / locals->BytePerPixelInDETY… in dml20_ModeSupportAndSystemConfigurationFull()4360 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20_ModeSupportAndSystemConfigurationFull()4361 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20_ModeSupportAndSystemConfigurationFull()
4456 locals->LinesInDETChroma = 0; in dml20v2_ModeSupportAndSystemConfigurationFull()4460 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 2 / locals->BytePerPixelInDETC… in dml20v2_ModeSupportAndSystemConfigurationFull()4463 …locals->LinesInDETChroma = locals->DETBufferSizeInKByte[0] * 1024 / 3 / locals->BytePerPixelInDETY… in dml20v2_ModeSupportAndSystemConfigurationFull()4481 locals->EffectiveDETLBLinesChroma = dml_floor(locals->LinesInDETChroma + dml_min( in dml20v2_ModeSupportAndSystemConfigurationFull()4482 locals->LinesInDETChroma * locals->RequiredDISPCLK[i][j] * locals->BytePerPixelInDETC[k] * in dml20v2_ModeSupportAndSystemConfigurationFull()
5634 double LinesInDETChroma; in CalculateUrgentBurstFactor() local5704 LinesInDETChroma = (double)DETBufferSizeC / BytePerPixelInDETC / (SwathWidthY / 2); in CalculateUrgentBurstFactor()5705 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime in CalculateUrgentBurstFactor()5715 DETBufferSizeInTimeChromaPre = dml_floor(LinesInDETChroma, SwathHeightC) in CalculateUrgentBurstFactor()
5645 double LinesInDETChroma = 0; in CalculateUrgentBurstFactor() local5682 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub; in CalculateUrgentBurstFactor()5684 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio; in CalculateUrgentBurstFactor()
6067 double LinesInDETChroma; local6104 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub;6106 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio;
Completed in 58 milliseconds