Lines Matching refs:BitstreamPut1Bits

2462         status = BitstreamPut1Bits(stream, 0x00); /* visual object identifier */
2464 status = BitstreamPut1Bits(stream, 0x00); /* no video signal type */
2482 status = BitstreamPut1Bits(stream, 0x00);/* Random Access = 0 */
2489 status = BitstreamPut1Bits(stream, 0x00);/* is_object_layer_identifer = 0 */
2493 status = BitstreamPut1Bits(stream, 0x00);/* vol_control_parameters = 0 */
2495 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2497 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2498 status = BitstreamPut1Bits(stream, currVol->fixedVopRate);/* fixed_vop_rate = 0 */
2501 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2503 status = BitstreamPut1Bits(stream, 0x01);/* marker bit */
2505 status = BitstreamPut1Bits(stream, 0x01);/*marker bit */
2507 status = BitstreamPut1Bits(stream, 0x00);/*interlaced = 0 */
2508 status = BitstreamPut1Bits(stream, 0x01);/* obmc_disable = 1 */
2509 status = BitstreamPut1Bits(stream, 0x00);/* sprite_enable = 0 */
2510 status = BitstreamPut1Bits(stream, 0x00);/* not_8_bit = 0 */
2511 status = BitstreamPut1Bits(stream, currVol->quantType);/* quant_type */
2515 status = BitstreamPut1Bits(stream, currVol->loadIntraQuantMat); /* Intra quant matrix */
2534 status = BitstreamPut1Bits(stream, currVol->loadNonIntraQuantMat); /* Non-Intra quant matrix */
2554 status = BitstreamPut1Bits(stream, 0x01); /* complexity_estimation_disable = 1 */
2555 status = BitstreamPut1Bits(stream, currVol->ResyncMarkerDisable);/* Resync_marker_disable */
2556 status = BitstreamPut1Bits(stream, currVol->dataPartitioning);/* Data partitioned */
2559 status = BitstreamPut1Bits(stream, currVol->useReverseVLC); /* Reversible_vlc */
2565 status = BitstreamPut1Bits(stream, currVol->scalability);/* Scalability = 1 */
2566 status = BitstreamPut1Bits(stream, currVol->scalType);/* hierarchy _type ... Spatial= 0 and Temporal = 1 */
2568 status = BitstreamPut1Bits(stream, currVol->refSampDir);/* ref_layer_sampling_direc*/
2573 status = BitstreamPut1Bits(stream, currVol->enhancementType);/* enhancement_type*/
2576 status = BitstreamPut1Bits(stream, currVol->scalability);/* Scalability = 0 */