Home | History | Annotate | Download | only in src

Lines Matching refs:bs2

52     BitstreamEncVideo *bs2 = video->bitstream2;
144 num_bits = BitstreamGetPos(bs1) + BitstreamGetPos(bs2) +
155 BitstreamAppendEnc(bs1, bs2); /* Combine bs1 and bs2 */
163 BitstreamEncReset(bs2);
186 BitstreamAppendEnc(bs1, bs2);
192 BitstreamEncReset(bs2);
231 BitstreamEncVideo *bs2 = video->bitstream2;
354 bitCount2 = BitstreamGetPos(bs2);
373 num_bits = BitstreamGetPos(bs1) + BitstreamGetPos(bs2) +
381 BitstreamRepos(bs2, byteCount2, bitCount2); /* rewind one MB */
395 status = BitstreamAppendEnc(bs1, bs2); /* Combine with bs2 */
401 BitstreamEncReset(bs2);
453 status = BitstreamAppendEnc(bs1, bs2); /* Combine with bs2 */
459 BitstreamEncReset(bs2);