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

/external/aac/libAACenc/src/
H A Dbit_cnt.cpp779 INT FDKaacEnc_codeValues(SHORT *RESTRICT values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream) argument
798 FDKwriteBits(hBitstream,codeWord,codeLength);
810 FDKwriteBits(hBitstream,codeWord,codeLength);
857 FDKwriteBits(hBitstream,codeWord,codeLength);
858 FDKwriteBits(hBitstream,sign,signLength);
904 FDKwriteBits(hBitstream,codeWord,codeLength);
905 FDKwriteBits(hBitstream,sign,signLength);
915 FDKwriteBits(hBitstream,codeWord,codeLength);
925 FDKwriteBits(hBitstream,codeWord,codeLength);
954 FDKwriteBits(hBitstream,codeWor
1108 FDKaacEnc_codeScalefactorDelta(INT delta, HANDLE_FDK_BITSTREAM hBitstream) argument
[all...]

Completed in 666 milliseconds