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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h193 typedef int16 typeDCStore[6]; /* ACDC */ typedef
217 typeDCStore *predDC; /* The DC coeffs for each MB */
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.cpp37 extern typeDCStore IMEM_predDC[QCIF_MBS];
366 video->predDC = (typeDCStore *)(IMEM_predDC);
368 video->memoryUsage += (nTotalMB * sizeof(typeDCStore));
401 video->predDC = (typeDCStore *) oscl_malloc(nTotalMB * sizeof(typeDCStore));
403 video->memoryUsage += (nTotalMB * sizeof(typeDCStore));
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.h150 typedef Short typeDCStore[6]; /* ACDC */ typedef
381 typeDCStore *predDC; /* The DC coeffs for each MB */
H A Dmp4enc_api.cpp679 video->predDC = (typeDCStore *) M4VENC_MALLOC(nTotalMB * sizeof(typeDCStore));
H A Dvlc_encode.cpp2018 typeDCStore *DC_store = video->predDC + mbnum;

Completed in 185 milliseconds