Home | History | Annotate | Download | only in src

Lines Matching refs:framesize

25     int level, framesize, num_fs;
38 framesize = (int)(((FrameHeightInMbs * PicWidthInMbs) << 7) * 3);
41 video->padded_size = (int)((((FrameHeightInMbs + 2) * (PicWidthInMbs + 2)) << 7) * 3) - framesize;
68 dpb->dpb_size = dpb->num_fs * (framesize + video->padded_size);
69 // dpb->dpb_size = (uint32)MaxDPBX2[mapLev2Idx[level]]*512 + framesize;
101 dpb->used_size += (framesize + video->padded_size);
112 int framesize, ii; /* size of one frame */
152 framesize = (FrameHeightInMbs * PicWidthInMbs);
158 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR);
163 for (ii = 0; ii < framesize; ii++)