Searched defs:byteBS2 (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
468 byteBS2 = *ptrBS2++;
469 byteBS1 |= (byteBS2 >> bitused);
471 byteBS1 = byteBS2 << bitleft;

Completed in 27 milliseconds