Searched refs:intra_pred_top_cr (Results 1 – 4 of 4) sorted by relevance
179 …video->intra_pred_top_cr = (uint8*) avcHandle->CBAVC_Malloc(userData, PicWidthInMbs << 3, FAST_MEM… in AVCConfigureSequence()180 if (video->intra_pred_top_cr == NULL) in AVCConfigureSequence()
982 if (video->intra_pred_top_cr != NULL) in PVAVCCleanUpDecoder()984 avcHandle->CBAVC_Free(userData, (int)video->intra_pred_top_cr); in PVAVCCleanUpDecoder()
231 video->pintra_pred_top_cr = video->intra_pred_top_cr + (video->mb_x << 3); in IntraMBPrediction()393 video->intra_pred_topleft_cr = video->intra_pred_top_cr[(mb_x<<3)+7]; in SaveNeighborForIntraPred()407 tmp_ptr = video->intra_pred_top_cr + (mb_x << 3); in SaveNeighborForIntraPred()
632 uint8 *intra_pred_top_cr; member