Home
last modified time | relevance | path

Searched refs:byteBS1 (Results 1 – 1 of 1) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/enc/src/
Dbitstream_io.cpp419 UChar byteBS2, byteBS1; in BitstreamAppendEnc() local
463 byteBS1 = ((UChar) bitstream1->word) << bitleft; /* fraction byte from bs1 */ in BitstreamAppendEnc()
468 byteBS1 |= (byteBS2 >> bitused); in BitstreamAppendEnc()
469 *ptrBS1++ = byteBS1; in BitstreamAppendEnc()
470 byteBS1 = byteBS2 << bitleft; in BitstreamAppendEnc()
474 bitstream1->word = byteBS1 >> bitleft; /* bitstream->bitLeft remains the same */ in BitstreamAppendEnc()