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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 219 typeDCACStore *predDCAC_col;
pvdec_api.cpp 369 video->predDCAC_col = (typeDCACStore *)(IMEM_predDCAC_col);
370 if (video->predDCAC_col == NULL) status = PV_FALSE;
372 video->predDCAC_row = video->predDCAC_col + 1;
405 video->predDCAC_col = (typeDCACStore *) oscl_malloc((nMBPerRow + 1) * sizeof(typeDCACStore));
406 if (video->predDCAC_col == NULL) status = PV_FALSE;
411 video->predDCAC_row = video->predDCAC_col + 1; /* ACDC */
573 video->predDCAC_col = NULL;
634 if (video->predDCAC_col) oscl_free(video->predDCAC_col);
    [all...]
dcac_prediction.cpp 53 typeDCACStore *DCAC_col = video->predDCAC_col;
224 typeDCACStore *DCAC_col = video->predDCAC_col;
vlc_dequant.cpp 63 typeDCACStore *DCAC_col = video->predDCAC_col;
514 typeDCACStore *DCAC_col = video->predDCAC_col;
816 typeDCACStore *DCAC_col = video->predDCAC_col;
    [all...]
combined_decode.cpp 353 typeDCACStore *DCAC_col = video->predDCAC_col;
datapart_decode.cpp 483 //oscl_memset(video->predDCAC_col, 0, sizeof(typeDCACStore));
487 pbyte = (uint8*)(video->predDCAC_col);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
mp4lib_int.h 383 typeDCACStore *predDCAC_col;
mp4enc_api.cpp 684 video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStore));
685 if (video->predDCAC_col == NULL) goto CLEAN_UP;
689 video->predDCAC_row = video->predDCAC_col + 1; /* ACDC */
    [all...]
vlc_encode.cpp     [all...]

Completed in 58 milliseconds