Searched refs:coreSbrFrameLengthIndex (Results 1 – 10 of 10) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_bitdec.h | 134 INT coreSbrFrameLengthIndex);
|
D | sac_dec_ssc_struct.h | 268 UCHAR coreSbrFrameLengthIndex; /* Table 70 in ISO/IEC FDIS 23003-3:2011 */ member
|
D | sac_dec_lib.cpp | 260 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()
|
D | sac_bitdec.cpp | 325 INT coreSbrFrameLengthIndex) { in SpatialDecParseMps212Config() argument 331 pSpatialSpecificConfig->coreSbrFrameLengthIndex = coreSbrFrameLengthIndex; in SpatialDecParseMps212Config() 363 pSpatialSpecificConfig->nTimeSlots = (coreSbrFrameLengthIndex == 4) ? 64 : 32; in SpatialDecParseMps212Config()
|
/external/aac/libSACdec/include/ |
D | sac_dec_lib.h | 319 INT numChannels, INT stereoConfigIndex, INT coreSbrFrameLengthIndex,
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 2088 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/ |
D | tp_data.h | 372 const INT coreSbrFrameLengthIndex, const INT configBytes,
|
/external/aac/libMpegTPDec/include/ |
D | tp_data.h | 372 const INT coreSbrFrameLengthIndex, const INT configBytes,
|
/external/aac/libAACdec/src/ |
D | aacdecoder_lib.cpp | 391 const INT stereoConfigIndex, const INT coreSbrFrameLengthIndex, in aacDecoder_SscCallback() argument 400 coreSbrFrameLengthIndex, configBytes, configMode, configChanged); in aacDecoder_SscCallback()
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 1246 const INT coreSbrFrameLengthIndex, const INT configBytes, in aacenc_SscCallback() argument
|