Home | History | Annotate | Download | only in src

Lines Matching refs:PicHeightInMbs

83     video->PicHeightInMbs = video->FrameHeightInMbs;
85 video->PicHeightInSamplesL = video->PicHeightInMbs * 16;
86 video->PicHeightInSamplesC = video->PicHeightInMbs * 8;
87 video->PicSizeInMbs = video->PicWidthInMbs * video->PicHeightInMbs;