Searched refs:predDCAC_col (Results 1 – 9 of 9) sorted by relevance
370 video->predDCAC_col = (typeDCACStore *)(IMEM_predDCAC_col); in PVAllocVideoData()371 if (video->predDCAC_col == NULL) status = PV_FALSE; in PVAllocVideoData()373 video->predDCAC_row = video->predDCAC_col + 1; in PVAllocVideoData()406 video->predDCAC_col = (typeDCACStore *) oscl_malloc((nMBPerRow + 1) * sizeof(typeDCACStore)); in PVAllocVideoData()407 if (video->predDCAC_col == NULL) status = PV_FALSE; in PVAllocVideoData()412 video->predDCAC_row = video->predDCAC_col + 1; /* ACDC */ in PVAllocVideoData()574 video->predDCAC_col = NULL; in PVCleanUpVideoDecoder()635 if (video->predDCAC_col) oscl_free(video->predDCAC_col); in PVCleanUpVideoDecoder()
53 typeDCACStore *DCAC_col = video->predDCAC_col; in doDCACPrediction()224 typeDCACStore *DCAC_col = video->predDCAC_col; in doDCACPrediction_I()
219 typeDCACStore *predDCAC_col; member
63 typeDCACStore *DCAC_col = video->predDCAC_col; in VlcDequantMpegIntraBlock()514 typeDCACStore *DCAC_col = video->predDCAC_col; in VlcDequantH263IntraBlock()816 typeDCACStore *DCAC_col = video->predDCAC_col; in VlcDequantH263IntraBlock_SH()
354 typeDCACStore *DCAC_col = video->predDCAC_col; in GetMBheader()
488 pbyte = (uint8*)(video->predDCAC_col); in DecodeDataPart_P_VideoPacket()
385 typeDCACStore *predDCAC_col; member
684 …video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStor… in PVInitVideoEncoder()685 if (video->predDCAC_col == NULL) goto CLEAN_UP; in PVInitVideoEncoder()689 video->predDCAC_row = video->predDCAC_col + 1; /* ACDC */ in PVInitVideoEncoder()1144 if (video->predDCAC_col) M4VENC_FREE(video->predDCAC_col); in PVCleanUpVideoEncoder()
2020 typeDCACStore *DCAC_col = video->predDCAC_col; in DCACPred()