Searched refs:predDC (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h217 typeDCStore *predDC; /* The DC coeffs for each MB */ member in struct:tagVideoDecData
H A Ddatapart_decode.cpp524 typeDCStore *DC = video->predDC + mbnum;
579 typeDCStore *DC = video->predDC + mbnum;
631 typeDCStore *DC = video->predDC + mbnum;
H A Ddcac_prediction.cpp51 typeDCStore *DC_store = video->predDC + mbnum;
222 typeDCStore *DC_store = video->predDC + mbnum;
H A Dpvdec_api.cpp403 video->predDC = (typeDCStore *)(IMEM_predDC);
404 if (video->predDC == NULL) status = PV_FALSE;
441 video->predDC = (typeDCStore *) oscl_malloc(nTotalMB * sizeof(typeDCStore));
442 if (video->predDC == NULL) status = PV_FALSE;
625 video->predDC = NULL;
686 if (video->predDC) oscl_free(video->predDC);
H A Dcombined_decode.cpp351 typeDCStore *DC = video->predDC + mbnum;
535 typeDCStore *DC = video->predDC + mbnum;
H A Dvlc_dequant.cpp60 typeDCStore *DC = video->predDC + mbnum;
511 typeDCStore *DC = video->predDC + mbnum;
813 typeDCStore *DC = video->predDC + mbnum;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h382 typeDCStore *predDC; /* The DC coeffs for each MB */ member in struct:tagVideoEncData
H A Dmp4enc_api.cpp696 video->predDC = (typeDCStore *) M4VENC_MALLOC(nTotalMB * sizeof(typeDCStore));
697 if (video->predDC == NULL) goto CLEAN_UP;
1175 if (video->predDC) M4VENC_FREE(video->predDC);
H A Dvlc_encode.cpp2018 typeDCStore *DC_store = video->predDC + mbnum;

Completed in 1593 milliseconds