Searched refs:luma_framesize (Results 1 – 1 of 1) sorted by relevance
270 int luma_framesize; in DPBInitPic() local298 luma_framesize = (int)((((video->FrameHeightInMbs + 2) * (video->PicWidthInMbs + 2)) << 8)); in DPBInitPic()301 luma_framesize = video->PicSizeInMbs << 8; in DPBInitPic()305 video->currPic->Scb = video->currFS->base_dpb + luma_framesize + offsetc; in DPBInitPic()306 video->currPic->Scr = video->currPic->Scb + (luma_framesize >> 2); in DPBInitPic()