/external/aac/libDRCdec/src/ |
D | drcDec_reader.cpp | 156 HANDLE_FDK_BITSTREAM hBs) /*!< Handle to bitbuffer */ in _decodeHuffmanCW() 176 drcDec_readUniDrc(HANDLE_FDK_BITSTREAM hBs, HANDLE_UNI_DRC_CONFIG hUniDrcConfig, in drcDec_readUniDrc() 216 HANDLE_FDK_BITSTREAM hBs, const GAIN_CODING_PROFILE gainCodingProfile) { in _decodeGainInitial() 254 static int _decodeNNodes(HANDLE_FDK_BITSTREAM hBs) { in _decodeNNodes() 266 static void _decodeGains(HANDLE_FDK_BITSTREAM hBs, in _decodeGains() 291 static void _decodeSlopes(HANDLE_FDK_BITSTREAM hBs, in _decodeSlopes() 304 static int _decodeTimeDelta(HANDLE_FDK_BITSTREAM hBs, const int Z) { in _decodeTimeDelta() 325 static void _decodeTimes(HANDLE_FDK_BITSTREAM hBs, const int deltaTmin, in _decodeTimes() 376 static void _readNodes(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readNodes() 411 static void _readDrcGainSequence(HANDLE_FDK_BITSTREAM hBs, GAIN_SET* gainSet, in _readDrcGainSequence() [all …]
|
/external/aac/libFDK/src/ |
D | FDK_crc.cpp | 277 INT FDKcrcStartReg(HANDLE_FDK_CRCINFO hCrcInfo, const HANDLE_FDK_BITSTREAM hBs, in FDKcrcStartReg() 292 INT FDKcrcEndReg(HANDLE_FDK_CRCINFO hCrcInfo, const HANDLE_FDK_BITSTREAM hBs, in FDKcrcEndReg() 336 USHORT crcPoly, HANDLE_FDK_BITSTREAM hBs, in calcCrc_Bits() 377 HANDLE_FDK_BITSTREAM hBs, INT nBytes) { in calcCrc_Bytes() 426 static void crcCalc(HANDLE_FDK_CRCINFO hCrcInfo, HANDLE_FDK_BITSTREAM hBs, in crcCalc()
|
/external/aac/libMpegTPEnc/src/ |
D | tpenc_adts.cpp | 110 HANDLE_FDK_BITSTREAM hBs, /*!< handle to current bit buffer structure */ in adtsWrite_CrcStartReg() 121 HANDLE_FDK_BITSTREAM hBs, /*!< handle to current bit buffer structure */ in adtsWrite_CrcEndReg() 258 void adtsWrite_EndRawDataBlock(HANDLE_ADTS hAdts, HANDLE_FDK_BITSTREAM hBs, in adtsWrite_EndRawDataBlock()
|
D | tpenc_latm.cpp | 119 static UINT transportEnc_LatmWriteValue(HANDLE_FDK_BITSTREAM hBs, int value) { in transportEnc_LatmWriteValue() 287 CreateStreamMuxConfig(HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, in CreateStreamMuxConfig() 638 HANDLE_FDK_BITSTREAM hBs, in AdvanceAudioMuxElement() 682 transportEnc_LatmWrite(HANDLE_LATM_STREAM hAss, HANDLE_FDK_BITSTREAM hBs, in transportEnc_LatmWrite() 724 HANDLE_FDK_BITSTREAM hBs, in transportEnc_LatmGetFrame() 787 HANDLE_FDK_BITSTREAM hBs, in transportEnc_Latm_Init()
|
D | tpenc_adif.cpp | 108 int adifWrite_EncodeHeader(ADIF_INFO *adif, HANDLE_FDK_BITSTREAM hBs, in adifWrite_EncodeHeader()
|
D | tpenc_asc.cpp | 348 int transportEnc_writePCE(HANDLE_FDK_BITSTREAM hBs, CHANNEL_MODE channelMode, in transportEnc_writePCE() 684 static void writeSampleRate(HANDLE_FDK_BITSTREAM hBs, int sampleRate, in writeSampleRate() 740 static int transportEnc_writeELDSpecificConfig(HANDLE_FDK_BITSTREAM hBs, in transportEnc_writeELDSpecificConfig() 856 static int transportEnc_writeUsacSpecificConfig(HANDLE_FDK_BITSTREAM hBs, in transportEnc_writeUsacSpecificConfig()
|
D | tpenc_lib.cpp | 389 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream; in transportEnc_WriteAccessUnit() local 499 HANDLE_FDK_BITSTREAM hBs = &hTpEnc->bitStream; in transportEnc_GetFrame() local
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_drm.cpp | 116 HANDLE_FDK_BITSTREAM hBs, /*!< handle to current bit buffer structure */ in drmRead_CrcStartReg() 130 HANDLE_FDK_BITSTREAM hBs, /*!< handle to current bit buffer structure */ in drmRead_CrcEndReg()
|
D | tpdec_adts.cpp | 115 HANDLE_FDK_BITSTREAM hBs, /*!< handle to current bit buffer structure */ in adtsRead_CrcStartReg() 127 HANDLE_FDK_BITSTREAM hBs, /*!< handle to current bit buffer structure */ in adtsRead_CrcEndReg() 168 HANDLE_FDK_BITSTREAM hBs, in adtsRead_DecodeHeader()
|
D | tpdec_lib.cpp | 270 HANDLE_FDK_BITSTREAM hBs = &bs; in transportDec_OutOfBandConfig() local 371 HANDLE_FDK_BITSTREAM hBs = &bs; in transportDec_InBandConfig() local 643 HANDLE_FDK_BITSTREAM hBs; in transportDec_FillData() local 718 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[0]; in transportDec_AdjustEndOfAccessUnit() local 861 HANDLE_TRANSPORTDEC hTp, HANDLE_FDK_BITSTREAM hBs, int syncLength, in transportDec_readHeader() 1049 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[0]; in synchronization() local 1335 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[layer]; in transportDec_readStream() local 1436 HANDLE_FDK_BITSTREAM hBs; in transportDec_ReadAccessUnit() local 1601 HANDLE_FDK_BITSTREAM hBs = &hTp->bitStream[0]; in transportDec_EndAccessUnit() local 1812 HANDLE_FDK_BITSTREAM hBs = &bs; in transportDec_DrmRawSdcAudioConfig_Check() local
|
D | tpdec_asc.cpp | 1265 static INT skipSbrHeader(HANDLE_FDK_BITSTREAM hBs, int isUsac) { in skipSbrHeader() 1285 HANDLE_FDK_BITSTREAM hBs, CSTpCallBacks *cb) { in ld_sbr_header() 1324 HANDLE_FDK_BITSTREAM hBs, in EldSpecificConfig_Parse() 1495 HANDLE_FDK_BITSTREAM hBs, const INT configSize_bits, /* If < 0 (> 0) config in StoreConfigAsBitstream() 1541 HANDLE_FDK_BITSTREAM hBs, in extElementConfig() 1626 HANDLE_FDK_BITSTREAM hBs, in configExtension() 1689 CSAudioSpecificConfig *asc, HANDLE_FDK_BITSTREAM hBs, in UsacRsv60DecoderConfig_Parse() 1942 HANDLE_FDK_BITSTREAM hBs, in UsacConfig_Parse() 2283 CSAudioSpecificConfig *asc, HANDLE_FDK_BITSTREAM hBs, int audioMode, in Drm_xHEAACDecoderConfig()
|
/external/aac/libSBRdec/src/ |
D | env_extr.cpp | 378 sbrGetHeaderData(HANDLE_SBR_HEADER_DATA hHeaderData, HANDLE_FDK_BITSTREAM hBs, in sbrGetHeaderData() 477 HANDLE_FDK_BITSTREAM hBs, const UINT flags) { in sbrGetSyntheticCodedData() 527 HANDLE_FDK_BITSTREAM hBs /*!< Handle to the bit buffer */ in extractExtendedData() 621 UCHAR pvc_mode_last, HANDLE_FDK_BITSTREAM hBs, in sbrGetChannelElement() 827 HANDLE_FDK_BITSTREAM hBs, /*!< handle to struct BIT_BUF */ in sbrGetDirectionControlData() 863 HANDLE_FDK_BITSTREAM hBs) /*!< handle to struct BIT_BUF */ in sbrGetNoiseFloorData() 930 HANDLE_FDK_BITSTREAM hBs, /*!< handle to struct BIT_BUF */ in sbrGetPvcEnvelope() 1025 HANDLE_FDK_BITSTREAM hBs, /*!< handle to struct BIT_BUF */ in sbrGetEnvelope() 1256 HANDLE_FDK_BITSTREAM hBs, /*!< bitbuffer handle */ in extractPvcFrameInfo() 1346 HANDLE_FDK_BITSTREAM hBs, /*!< bitbuffer handle */ in extractFrameInfo()
|
D | sbr_crc.cpp | 138 static int getCrc(HANDLE_FDK_BITSTREAM hBs, ULONG NrBits) { in getCrc() 166 int SbrCrcCheck(HANDLE_FDK_BITSTREAM hBs, /*!< handle to bit-buffer */ in SbrCrcCheck()
|
D | huff_dec.cpp | 124 HANDLE_FDK_BITSTREAM hBs) /*!< Handle to Bitbuffer */ in DecodeHuffmanCW()
|
D | sbr_ram.h | 126 HANDLE_FDK_BITSTREAM hBs; member
|
/external/aac/libAACdec/src/ |
D | usacdec_lpc.cpp | 119 static int get_vlclbf(HANDLE_FDK_BITSTREAM hBs) { in get_vlclbf() 134 static int get_vlclbf_n(HANDLE_FDK_BITSTREAM hBs, int n) { in get_vlclbf_n() 581 static void decode_qn(HANDLE_FDK_BITSTREAM hBs, int nk_mode, int nqn, in decode_qn() 671 HANDLE_FDK_BITSTREAM hBs, /* input: codebook index */ in vlpc_1st_dec() 694 HANDLE_FDK_BITSTREAM hBs, in vlpc_2st_dec() 721 int CLpc_DecodeAVQ(HANDLE_FDK_BITSTREAM hBs, FIXP_DBL *pOutput, int nk_mode, in CLpc_DecodeAVQ() 763 int CLpc_Read(HANDLE_FDK_BITSTREAM hBs, FIXP_LPC lsp[][M_LP_FILTER_ORDER], in CLpc_Read()
|
D | aacdecoder_lib.cpp | 167 HANDLE_FDK_BITSTREAM hBs = transportDec_GetBitstream(self->hInput, 0); in aacDecoder_GetFreeBytes() local 232 HANDLE_FDK_BITSTREAM hBs = &bs; in aacDecoder_RawISOBMFFData() local 372 void *handle, HANDLE_FDK_BITSTREAM hBs, const INT sampleRateIn, in aacDecoder_SbrCallback() 388 static INT aacDecoder_SscCallback(void *handle, HANDLE_FDK_BITSTREAM hBs, in aacDecoder_SscCallback() 436 static INT aacDecoder_UniDrcCallback(void *handle, HANDLE_FDK_BITSTREAM hBs, in aacDecoder_UniDrcCallback() 1088 HANDLE_FDK_BITSTREAM hBs, in aacDecoder_UpdateBitStreamCounters() 1140 HANDLE_FDK_BITSTREAM hBs; in aacDecoder_DecodeFrame() local
|
D | aacdec_drc.cpp | 677 HANDLE_AAC_DRC self, HANDLE_FDK_BITSTREAM hBs, in aacDecoder_drcExtractAndMap() 1262 HANDLE_AAC_DRC self, HANDLE_FDK_BITSTREAM hBs, in aacDecoder_drcProlog() 1304 HANDLE_AAC_DRC self, HANDLE_FDK_BITSTREAM hBs, in aacDecoder_drcEpilog()
|
D | aacdec_tns.cpp | 236 void CTns_ReadDataPresentUsac(HANDLE_FDK_BITSTREAM hBs, CTnsData *pTnsData0, in CTns_ReadDataPresentUsac()
|
D | channel.cpp | 413 HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo[], in CChannelElement_Read()
|
D | aacdecoder.cpp | 390 HANDLE_FDK_BITSTREAM hBs, in CAacDecoder_AncDataParse() 655 HANDLE_FDK_BITSTREAM hBs; in CAacDecoder_PreRollExtensionPayloadParse() local 806 HANDLE_AACDECODER self, HANDLE_FDK_BITSTREAM hBs, int *count, in CAacDecoder_ExtPayloadParse()
|
D | usacdec_lpd.cpp | 1051 HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in CLpd_TCX_Read() 1110 UCHAR mod[4], HANDLE_FDK_BITSTREAM hBs, UINT elFlags) { in CLpd_ReadAndMapLpdModeToModArray() 1197 HANDLE_FDK_BITSTREAM hBs, CAacDecoderChannelInfo *pAacDecoderChannelInfo, in CLpdChannelStream_Read()
|
/external/aac/libArithCoding/src/ |
D | ac_arith_coder.cpp | 431 static inline INT ari_decode_14bits(HANDLE_FDK_BITSTREAM hBs, Tastat *s, in ari_decode_14bits() 738 HANDLE_FDK_BITSTREAM hBs, in CArco_DecodeArithData()
|
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 701 CMpegSurroundDecoder *pMpegSurroundDecoder, HANDLE_FDK_BITSTREAM hBs, in mpegSurroundDecoder_Config() 1170 CMpegSurroundDecoder *pMpegSurroundDecoder, HANDLE_FDK_BITSTREAM hBs, in mpegSurroundDecoder_ParseNoHeader() 1287 HANDLE_FDK_BITSTREAM hBs, int *pMpsDataBits, in mpegSurroundDecoder_Parse()
|
D | sac_tsd.cpp | 206 int TsdRead(HANDLE_FDK_BITSTREAM hBs, const int numSlots, TSD_DATA *pTsdData) { in TsdRead()
|