Searched refs:MCBPC (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddatapart_decode.cpp146 int MBtype, MCBPC, CBPY; local
168 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
169 MCBPC = PV_VlcDecMCBPC_com_intra(stream);
171 if (!VLC_ERROR_DETECTED(MCBPC))
173 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
174 video->headerInfo.CBP[mbnum] = (uint8)((MCBPC >> 4) & 3);
333 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
582 int MCBPC; local
600 MCBPC = PV_VlcDecMCBPC_com_inter(stream);
602 if (VLC_ERROR_DETECTED(MCBPC))
[all...]
H A Dcombined_decode.cpp153 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
358 int MCBPC; local
385 MCBPC = PV_VlcDecMCBPC_com_intra(stream);
392 MCBPC = PV_VlcDecMCBPC_com_inter(stream);
396 MCBPC = PV_VlcDecMCBPC_com_inter_H263(stream);
399 MCBPC = PV_VlcDecMCBPC_com_inter(stream);
403 if (VLC_ERROR_DETECTED(MCBPC))
408 Mode[mbnum] = (uint8)(MBtype = MBtype_mode[MCBPC & 7]);
409 CBPC = (MCBPC >> 4) & 3;

Completed in 587 milliseconds