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

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dbit_cnt.c495 Word16 codeValues(Word16 *values, Word16 width, Word16 codeBook, HANDLE_BIT_BUF hBitstream) argument
515 WriteBits(hBitstream, codeWord, codeLength);
527 WriteBits(hBitstream,codeWord,codeLength);
581 WriteBits(hBitstream,codeWord,codeLength);
582 WriteBits(hBitstream,sign,signLength);
635 WriteBits(hBitstream,codeWord,codeLength);
636 WriteBits(hBitstream,sign,signLength);
646 WriteBits(hBitstream,codeWord,codeLength);
656 WriteBits(hBitstream,codeWord,codeLength);
689 WriteBits(hBitstream,codeWor
872 codeScalefactorDelta(Word16 delta, HANDLE_BIT_BUF hBitstream) argument
[all...]

Completed in 42 milliseconds