Home
last modified time | relevance | path

Searched refs:byteBS2 (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
467 byteBS2 = *ptrBS2++; in BitstreamAppendEnc()
468 byteBS1 |= (byteBS2 >> bitused); in BitstreamAppendEnc()
470 byteBS1 = byteBS2 << bitleft; in BitstreamAppendEnc()