Home
last modified time | relevance | path

Searched refs:luma_framesize (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/common/src/
Ddpb.cpp270 int luma_framesize; in DPBInitPic() local
298 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()