Lines Matching refs:BitstreamPut1Bits

294     status = BitstreamPut1Bits(stream, 1); /* Marker*/
299 status = BitstreamPut1Bits(stream, 1); /* closed_gov */
300 status = BitstreamPut1Bits(stream, 0); /* broken_link */
330 status = BitstreamPut1Bits(stream, 1);
333 status = BitstreamPut1Bits(stream, 0);
334 status = BitstreamPut1Bits(stream, 1); /* marker bit */
336 status = BitstreamPut1Bits(stream, 1); /* marker bit */
337 status = BitstreamPut1Bits(stream, 0); /* vop_coded bit */
370 status = BitstreamPut1Bits(stream, 1);
373 status = BitstreamPut1Bits(stream, 0);
375 status = BitstreamPut1Bits(stream, 1); /* marker bit */
377 status = BitstreamPut1Bits(stream, 1); /* marker bit */
378 status = BitstreamPut1Bits(stream, currVop->vopCoded); /* vop_coded bit */
386 status = BitstreamPut1Bits(stream, currVop->roundingType); /* vop_rounding_type */
419 status = BitstreamPut1Bits(stream, 1); /* marker bit */
420 status = BitstreamPut1Bits(stream, 0); /* zero bit */
421 status = BitstreamPut1Bits(stream, 0); /* split_screen_indicator=0*/
422 status = BitstreamPut1Bits(stream, 0); /* document_camera_indicator=0*/
423 status = BitstreamPut1Bits(stream, 0); /* full_picture_freeze_release=0*/
483 status = BitstreamPut1Bits(stream, currVop->predictionType); /* picture_coding type */
486 status = BitstreamPut1Bits(stream, 0); /* zero_bit*/
487 status = BitstreamPut1Bits(stream, 0); /* pei=0 */
543 BitstreamPut1Bits(bs, 0); /* header_extension_code = 0 */
549 BitstreamPut1Bits(bs, 1);
551 BitstreamPut1Bits(bs, 0);
554 BitstreamPut1Bits(bs, 1); /* marker bit */
558 BitstreamPut1Bits(bs, 1); /* marker bit */