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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 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 366 video->predDC = (typeDCStore *)(IMEM_predDC);
367 if (video->predDC == NULL) status = PV_FALSE;
401 video->predDC = (typeDCStore *) oscl_malloc(nTotalMB * sizeof(typeDCStore));
402 if (video->predDC == NULL) status = PV_FALSE;
571 video->predDC = NULL;
632 if (video->predDC) oscl_free(video->predDC);
    [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 381 typeDCStore *predDC; /* The DC coeffs for each MB */
mp4enc_api.cpp 679 video->predDC = (typeDCStore *) M4VENC_MALLOC(nTotalMB * sizeof(typeDCStore));
680 if (video->predDC == NULL) goto CLEAN_UP;
    [all...]
vlc_encode.cpp     [all...]

Completed in 60 milliseconds