Home
last modified time | relevance | path

Searched refs:PV_VlcDecCBPY (Results 1 – 4 of 4) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dvlc_decode.h108 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra);
Ddatapart_decode.cpp244 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* MODE_INTRA || MODE_INTRA_Q */ in DecodeDataPart_I_VideoPacket()
431 CBPY = PV_VlcDecCBPY(stream, intra_MB); in DecodeDataPart_P_VideoPacket()
Dcombined_decode.cpp456 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* INTRA || INTRA_Q */ in GetMBheader()
Dvlc_decode.cpp590 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra) in PV_VlcDecCBPY() function