Home
last modified time | relevance | path

Searched refs:typeDCStore (Results 1 – 9 of 9) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dmp4lib_int.h193 typedef int16 typeDCStore[6]; /* ACDC */ typedef
217 typeDCStore *predDC; /* The DC coeffs for each MB */
Ddatapart_decode.cpp525 typeDCStore *DC = video->predDC + mbnum; in GetMBheaderDataPart_DQUANT_DC()
580 typeDCStore *DC = video->predDC + mbnum; in GetMBheaderDataPart_P()
632 typeDCStore *DC = video->predDC + mbnum; in GetMBData_DataPart()
Ddcac_prediction.cpp51 typeDCStore *DC_store = video->predDC + mbnum; in doDCACPrediction()
222 typeDCStore *DC_store = video->predDC + mbnum; in doDCACPrediction_I()
Dpvdec_api.cpp38 extern typeDCStore IMEM_predDC[QCIF_MBS];
367 video->predDC = (typeDCStore *)(IMEM_predDC); in PVAllocVideoData()
369 video->memoryUsage += (nTotalMB * sizeof(typeDCStore)); in PVAllocVideoData()
402 video->predDC = (typeDCStore *) oscl_malloc(nTotalMB * sizeof(typeDCStore)); in PVAllocVideoData()
404 video->memoryUsage += (nTotalMB * sizeof(typeDCStore)); in PVAllocVideoData()
Dvlc_dequant.cpp60 typeDCStore *DC = video->predDC + mbnum; in VlcDequantMpegIntraBlock()
511 typeDCStore *DC = video->predDC + mbnum; in VlcDequantH263IntraBlock()
813 typeDCStore *DC = video->predDC + mbnum; in VlcDequantH263IntraBlock_SH()
Dcombined_decode.cpp352 typeDCStore *DC = video->predDC + mbnum; in GetMBheader()
536 typeDCStore *DC = video->predDC + mbnum;
/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dmp4lib_int.h152 typedef Short typeDCStore[6]; /* ACDC */ typedef
383 typeDCStore *predDC; /* The DC coeffs for each MB */
Dmp4enc_api.cpp679 video->predDC = (typeDCStore *) M4VENC_MALLOC(nTotalMB * sizeof(typeDCStore)); in PVInitVideoEncoder()
Dvlc_encode.cpp2018 typeDCStore *DC_store = video->predDC + mbnum; in DCACPred()