Lines Matching refs:stream

43     BitstreamDecVideo *stream = video->bitstream;
100 if ((status = quickSearchVideoPacketHeader(stream, resync_marker_length)) != PV_SUCCESS)
142 BitstreamDecVideo *stream = video->bitstream;
151 int32 startSecondPart, startFirstPart = getPointer(stream);
159 BitstreamShowBits16(stream, 9, &code);
162 PV_BitstreamFlushBits(stream, 9);
163 BitstreamShowBits16(stream, 9, &code);
169 MCBPC = PV_VlcDecMCBPC_com_intra(stream);
183 movePointerTo(stream, startFirstPart);
191 BitstreamShowBits16(stream, 9, &code);
194 PV_BitstreamFlushBits(stream, 9);
195 BitstreamShowBits16(stream, 9, &code);
198 status = BitstreamShowBits32(stream, DC_MARKER_LENGTH, &tmpvar);
205 PV_BitstreamFlushBits(stream, DC_MARKER_LENGTH);
209 status = quickSearchDCM(stream);
214 PV_BitstreamFlushBits(stream, DC_MARKER_LENGTH);
220 movePointerTo(stream, startFirstPart);
228 startSecondPart = getPointer(stream);
241 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits(stream);
243 CBPY = PV_VlcDecCBPY(stream, MBtype & INTRA_MASK); /* MODE_INTRA || MODE_INTRA_Q */
248 movePointerTo(stream, startSecondPart); /* */
272 movePointerTo(stream, startSecondPart); /* */
280 valid_stuffing = validStuffing(stream);
284 movePointerTo(stream, startSecondPart);
307 BitstreamDecVideo *stream = video->bitstream;
320 startFirstPart = getPointer(stream);
324 BitstreamShowBits16(stream, 10, &code);
327 PV_BitstreamFlushBits(stream, 10);
328 BitstreamShowBits16(stream, 10, &code);
342 movePointerTo(stream, startFirstPart);
358 movePointerTo(stream, startFirstPart);
368 BitstreamShowBits16(stream, 10, &code);
371 PV_BitstreamFlushBits(stream, 10);
372 BitstreamShowBits16(stream, 10, &code);
375 status = BitstreamShowBits32(stream, MOTION_MARKER_COMB_LENGTH, &tmpvar);
382 PV_BitstreamFlushBits(stream, MOTION_MARKER_COMB_LENGTH);
386 status = quickSearchMotionMarker(stream);
391 PV_BitstreamFlushBits(stream, MOTION_MARKER_COMB_LENGTH);
397 movePointerTo(stream, startFirstPart);
405 startSecondPart = getPointer(stream);
427 video->acPredFlag[mbnum] = (uint8) BitstreamRead1Bits_INLINE(stream);
430 CBPY = PV_VlcDecCBPY(stream, intra_MB);
436 movePointerTo(stream, startSecondPart);
470 movePointerTo(stream, startSecondPart);
493 valid_stuffing = validStuffing(stream); /* */
497 movePointerTo(stream, startSecondPart); /* */
519 BitstreamDecVideo *stream = video->bitstream;
534 DQUANT = BitstreamReadBits16(stream, 2);
554 status = PV_DecodePredictedIntraDC(comp, stream, (*DC + comp)); /* 03/01/01 */
576 BitstreamDecVideo *stream = video->bitstream;
584 no_dct_flag = BitstreamRead1Bits_INLINE(stream);
600 MCBPC = PV_VlcDecMCBPC_com_inter(stream);