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 stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes, in mpegSurroundDecoder_Config() argument
718 stereoConfigIndex, coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config()
724 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 stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes,
/external/aac/libMpegTPDec/src/
Dtpdec_asc.cpp1903 CSAudioSpecificConfig *asc, int coreSbrFrameLengthIndex) { in UsacConfig_SetCoreSbrFrameLengthIndex() argument
1906 if (coreSbrFrameLengthIndex > 4) { in UsacConfig_SetCoreSbrFrameLengthIndex()
1909 asc->m_sc.m_usacConfig.m_coreSbrFrameLengthIndex = coreSbrFrameLengthIndex; in UsacConfig_SetCoreSbrFrameLengthIndex()
1910 asc->m_samplesPerFrame = usacFrameLength[coreSbrFrameLengthIndex]; in UsacConfig_SetCoreSbrFrameLengthIndex()
1911 sbrRatioIndex_val = sbrRatioIndex[coreSbrFrameLengthIndex]; in UsacConfig_SetCoreSbrFrameLengthIndex()
1944 int usacSamplingFrequency, channelConfigurationIndex, coreSbrFrameLengthIndex; in UsacConfig_Parse() local
1953 coreSbrFrameLengthIndex = FDKreadBits(hBs, 3); in UsacConfig_Parse()
1954 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.cpp392 const INT coreSbrFrameLengthIndex, in aacDecoder_SscCallback() argument
401 samplingRate, frameSize, stereoConfigIndex, coreSbrFrameLengthIndex, in aacDecoder_SscCallback()
/external/aac/libAACenc/src/
Daacenc_lib.cpp1221 const INT coreSbrFrameLengthIndex, const INT configBytes, in aacenc_SscCallback() argument