Searched refs:LinesInDETChroma (Results 1 – 3 of 3) sorted by relevance
1030 double LinesInDETChroma; member
5834 double LinesInDETChroma; local5871 LinesInDETChroma = DETBufferSizeC / BytePerPixelInDETC / swath_width_chroma_ub;5873 DETBufferSizeInTimeChroma = dml_floor(LinesInDETChroma, SwathHeightC) * LineTime / VRatio;
6135 double LinesInDETChroma; in CalculateUrgentBurstFactor() local6165 …LinesInDETChroma = (dml_is_phantom_pipe(plane_cfg) ? 1024 * 1024 : DETBufferSizeC) / BytePerPixelI… in CalculateUrgentBurstFactor()6167 DETBufferSizeInTimeChroma = math_floor2(LinesInDETChroma, SwathHeightC) * LineTime / VRatioC; in CalculateUrgentBurstFactor()