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

/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dbitenc.h41 Word16 WriteBitstream (HANDLE_BIT_BUF hBitstream,
H A Dbit_cnt.h99 Word16 codeValues(Word16 *values, Word16 width, Word16 codeBook, HANDLE_BIT_BUF hBitstream);
102 Word16 codeScalefactorDelta(Word16 scalefactor, HANDLE_BIT_BUF hBitstream);
/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 70 milliseconds