Home
last modified time | relevance | path

Searched refs:coreSbrFrameLengthIndex (Results 1 – 10 of 10) sorted by relevance

/external/aac/libSACdec/src/
Dsac_bitdec.h134 INT coreSbrFrameLengthIndex);
Dsac_dec_lib.cpp260 FDK_ASSERT((pSsc->coreSbrFrameLengthIndex >= 2) && in mpegSurroundDecoder_GetNrOfQmfBands()
261 (pSsc->coreSbrFrameLengthIndex <= 4)); in mpegSurroundDecoder_GetNrOfQmfBands()
262 qmfBands = mapIdx2QmfBands[pSsc->coreSbrFrameLengthIndex - 2]; in mpegSurroundDecoder_GetNrOfQmfBands()
703 INT numChannels, INT stereoConfigIndex, INT coreSbrFrameLengthIndex, in mpegSurroundDecoder_Config() argument
719 stereoConfigIndex, coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config()
726 coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config()
Dsac_dec_ssc_struct.h268 UCHAR coreSbrFrameLengthIndex; /* Table 70 in ISO/IEC FDIS 23003-3:2011 */ member
Dsac_bitdec.cpp325 INT coreSbrFrameLengthIndex) { in SpatialDecParseMps212Config() argument
331 pSpatialSpecificConfig->coreSbrFrameLengthIndex = coreSbrFrameLengthIndex; in SpatialDecParseMps212Config()
363 pSpatialSpecificConfig->nTimeSlots = (coreSbrFrameLengthIndex == 4) ? 64 : 32; in SpatialDecParseMps212Config()
/external/aac/libSACdec/include/
Dsac_dec_lib.h319 INT numChannels, INT stereoConfigIndex, INT coreSbrFrameLengthIndex,
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp2088 CSAudioSpecificConfig *asc, int coreSbrFrameLengthIndex) { in UsacConfig_SetCoreSbrFrameLengthIndex() argument
2091 if (coreSbrFrameLengthIndex > 4) { in UsacConfig_SetCoreSbrFrameLengthIndex()
2094 asc->m_sc.m_usacConfig.m_coreSbrFrameLengthIndex = coreSbrFrameLengthIndex; in UsacConfig_SetCoreSbrFrameLengthIndex()
2095 asc->m_samplesPerFrame = usacFrameLength[coreSbrFrameLengthIndex]; in UsacConfig_SetCoreSbrFrameLengthIndex()
2096 sbrRatioIndex_val = sbrRatioIndex[coreSbrFrameLengthIndex]; in UsacConfig_SetCoreSbrFrameLengthIndex()
2129 int usacSamplingFrequency, channelConfigurationIndex, coreSbrFrameLengthIndex; in UsacConfig_Parse() local
2141 coreSbrFrameLengthIndex = FDKreadBits(hBs, 3); in UsacConfig_Parse()
2142 if (UsacConfig_SetCoreSbrFrameLengthIndex(asc, coreSbrFrameLengthIndex) != in UsacConfig_Parse()
/external/aac/libMpegTPEnc/include/
Dtp_data.h372 const INT coreSbrFrameLengthIndex, const INT configBytes,
/external/aac/libMpegTPDec/include/
Dtp_data.h372 const INT coreSbrFrameLengthIndex, const INT configBytes,
/external/aac/libAACdec/src/
Daacdecoder_lib.cpp391 const INT stereoConfigIndex, const INT coreSbrFrameLengthIndex, in aacDecoder_SscCallback() argument
400 coreSbrFrameLengthIndex, configBytes, configMode, configChanged); in aacDecoder_SscCallback()
/external/aac/libAACenc/src/
Daacenc_lib.cpp1246 const INT coreSbrFrameLengthIndex, const INT configBytes, in aacenc_SscCallback() argument