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

/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h219 typeDCACStore *predDCAC_col; member in struct:tagVideoDecData
H A Dpvdec_api.cpp369 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);
H A Ddcac_prediction.cpp53 typeDCACStore *DCAC_col = video->predDCAC_col;
224 typeDCACStore *DCAC_col = video->predDCAC_col;
H A Dvlc_dequant.cpp63 typeDCACStore *DCAC_col = video->predDCAC_col;
514 typeDCACStore *DCAC_col = video->predDCAC_col;
816 typeDCACStore *DCAC_col = video->predDCAC_col;
H A Dcombined_decode.cpp353 typeDCACStore *DCAC_col = video->predDCAC_col;
H A Ddatapart_decode.cpp483 //oscl_memset(video->predDCAC_col, 0, sizeof(typeDCACStore));
487 pbyte = (uint8*)(video->predDCAC_col);
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h383 typeDCACStore *predDCAC_col; member in struct:tagVideoEncData
H A Dmp4enc_api.cpp684 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 */
1144 if (video->predDCAC_col) M4VENC_FREE(video->predDCAC_col);
H A Dvlc_encode.cpp2020 typeDCACStore *DCAC_col = video->predDCAC_col;

Completed in 76 milliseconds