Searched defs:byteBS1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dbitstream_io.cpp420 UChar byteBS2, byteBS1; local
464 byteBS1 = ((UChar) bitstream1->word) << bitleft; /* fraction byte from bs1 */
469 byteBS1 |= (byteBS2 >> bitused);
470 *ptrBS1++ = byteBS1;
471 byteBS1 = byteBS2 << bitleft;
475 bitstream1->word = byteBS1 >> bitleft; /* bitstream->bitLeft remains the same */

Completed in 771 milliseconds