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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dmp4lib_int.h219 typeDCACStore *predDCAC_col; member in struct:tagVideoDecData
H A Dpvdec_api.cpp406 video->predDCAC_col = (typeDCACStore *)(IMEM_predDCAC_col);
407 if (video->predDCAC_col == NULL) status = PV_FALSE;
409 video->predDCAC_row = video->predDCAC_col + 1;
449 video->predDCAC_col = (typeDCACStore *) oscl_malloc((nMBPerRow + 1) * sizeof(typeDCACStore));
450 if (video->predDCAC_col == NULL) status = PV_FALSE;
455 video->predDCAC_row = video->predDCAC_col + 1; /* ACDC */
627 video->predDCAC_col = NULL;
688 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/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h384 typeDCACStore *predDCAC_col; member in struct:tagVideoEncData
H A Dmp4enc_api.cpp704 video->predDCAC_col = (typeDCACStore *) M4VENC_MALLOC(((max_width >> 4) + 1) * sizeof(typeDCACStore));
705 if (video->predDCAC_col == NULL) goto CLEAN_UP;
709 video->predDCAC_row = video->predDCAC_col + 1; /* ACDC */
1177 if (video->predDCAC_col) M4VENC_FREE(video->predDCAC_col);
H A Dvlc_encode.cpp2020 typeDCACStore *DCAC_col = video->predDCAC_col;

Completed in 100 milliseconds