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

/external/aac/libAACenc/src/
H A Dbit_cnt.h177 INT FDKaacEnc_codeValues(SHORT *values, INT width, INT codeBook, HANDLE_FDK_BITSTREAM hBitstream);
179 INT FDKaacEnc_codeScalefactorDelta(INT scalefactor, HANDLE_FDK_BITSTREAM hBitstream);
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...]
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.h200 * \param hBitstream Bitstream handle
210 HANDLE_FDK_BITSTREAM hBitstream,
/external/aac/libSBRenc/src/
H A Dps_main.h258 * Returns number of written bits only, if hBitstream == NULL.
261 * \param hBitstream Bitstream buffer handle.
268 HANDLE_FDK_BITSTREAM hBitstream
H A Dps_main.cpp456 HANDLE_FDK_BITSTREAM hBitstream
459 return ( (hParametricStereo!=NULL) ? FDKsbrEnc_WritePSBitstream(&hParametricStereo->psOut[0], hBitstream) : 0 );

Completed in 151 milliseconds