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_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 stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes, in mpegSurroundDecoder_Config() argument 718 stereoConfigIndex, coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config() 724 coreSbrFrameLengthIndex); in mpegSurroundDecoder_Config()
|
D | sac_dec_ssc_struct.h | 268 UCHAR coreSbrFrameLengthIndex; /* Table 70 in ISO/IEC FDIS 23003-3:2011 */ member
|
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 stereoConfigIndex, INT coreSbrFrameLengthIndex, INT configBytes,
|
/external/aac/libMpegTPDec/src/ |
D | tpdec_asc.cpp | 1903 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/ |
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 | 392 const INT coreSbrFrameLengthIndex, in aacDecoder_SscCallback() argument 401 samplingRate, frameSize, stereoConfigIndex, coreSbrFrameLengthIndex, in aacDecoder_SscCallback()
|
/external/aac/libAACenc/src/ |
D | aacenc_lib.cpp | 1221 const INT coreSbrFrameLengthIndex, const INT configBytes, in aacenc_SscCallback() argument
|