Home | History | Annotate | Download | only in src

Lines Matching refs:CBP

652     video->headerInfo.CBP = (UChar *) M4VENC_MALLOC(sizeof(UChar) * nTotalMB);   /* Memory for CBP (Y and C) of each MB */
653 if (video->headerInfo.CBP == NULL) goto CLEAN_UP;
1120 if (video->headerInfo.CBP)M4VENC_FREE(video->headerInfo.CBP);