Home | History | Annotate | Download | only in src

Lines Matching refs:bs3

53     BitstreamEncVideo *bs3 = video->bitstream3;
145 BitstreamGetPos(bs3) - numHeaderBits;
156 BitstreamAppendEnc(bs1, bs3); /* Combine bs1 and bs3 */
164 BitstreamEncReset(bs3);
187 BitstreamAppendEnc(bs1, bs3);
193 BitstreamEncReset(bs3);
232 BitstreamEncVideo *bs3 = video->bitstream3;
355 bitCount3 = BitstreamGetPos(bs3);
374 BitstreamGetPos(bs3);// - numHeaderBits; //include header bits
382 BitstreamRepos(bs3, byteCount3, bitCount3); /* rewind one MB */
396 status = BitstreamAppendEnc(bs1, bs3); /* Combine with bs3 */
402 BitstreamEncReset(bs3);
454 status = BitstreamAppendEnc(bs1, bs3); /* Combine with bs3 */
460 BitstreamEncReset(bs3);