HomeSort by relevance Sort by last modified time
    Searched refs:typeDCStore (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 193 typedef int16 typeDCStore[6]; /* ACDC */
217 typeDCStore *predDC; /* The DC coeffs for each MB */
datapart_decode.cpp 524 typeDCStore *DC = video->predDC + mbnum;
579 typeDCStore *DC = video->predDC + mbnum;
631 typeDCStore *DC = video->predDC + mbnum;
dcac_prediction.cpp 51 typeDCStore *DC_store = video->predDC + mbnum;
222 typeDCStore *DC_store = video->predDC + mbnum;
pvdec_api.cpp 37 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));
    [all...]
combined_decode.cpp 351 typeDCStore *DC = video->predDC + mbnum;
535 typeDCStore *DC = video->predDC + mbnum;
vlc_dequant.cpp 60 typeDCStore *DC = video->predDC + mbnum;
511 typeDCStore *DC = video->predDC + mbnum;
813 typeDCStore *DC = video->predDC + mbnum;
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 150 typedef Short typeDCStore[6]; /* ACDC */
381 typeDCStore *predDC; /* The DC coeffs for each MB */
mp4enc_api.cpp 679 video->predDC = (typeDCStore *) M4VENC_MALLOC(nTotalMB * sizeof(typeDCStore));
    [all...]
vlc_encode.cpp     [all...]

Completed in 241 milliseconds