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

  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
datapart_decode.cpp 146 int MBtype, MCBPC, CBPY;
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;
600 MCBPC = PV_VlcDecMCBPC_com_inter(stream);
602 if (VLC_ERROR_DETECTED(MCBPC))
    [all...]
combined_decode.cpp 153 /* decode COD, MCBPC, ACpred_flag, CPBY and DQUANT */
337 /* Purpose : Decode MB header, not_coded, mcbpc, ac_pred_flag, cbpy, dquant. */
358 int MCBPC;
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
    [all...]

Completed in 153 milliseconds