Home
last modified time | relevance | path

Searched refs:pSsc (Results 1 – 5 of 5) sorted by relevance

/external/aac/libSACdec/src/
Dsac_dec_lib.cpp241 static sscCheckOutOfBand(const SPATIAL_SPECIFIC_CONFIG *pSsc,
245 static SACDEC_ERROR sscParseCheck(const SPATIAL_SPECIFIC_CONFIG *pSsc);
251 const SPATIAL_SPECIFIC_CONFIG *pSsc, UINT sampleRate) { in mpegSurroundDecoder_GetNrOfQmfBands() argument
255 if (pSsc != NULL) { in mpegSurroundDecoder_GetNrOfQmfBands()
256 switch (pSsc->coreCodec) { in mpegSurroundDecoder_GetNrOfQmfBands()
258 if ((pSsc->stereoConfigIndex == 3)) { in mpegSurroundDecoder_GetNrOfQmfBands()
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()
266 samplingFrequency = pSsc->samplingFreq; in mpegSurroundDecoder_GetNrOfQmfBands()
[all …]
Dsac_dec.cpp550 const SPATIAL_SPECIFIC_CONFIG *const pSsc, const int decoderLevel, in CheckLevelTreeUpmixType() argument
556 FDK_ASSERT(pSsc != NULL); in CheckLevelTreeUpmixType()
558 treeConfig = pSsc->treeConfig; in CheckLevelTreeUpmixType()
575 nOutputChannels = pSsc->nInputChannels; in CheckLevelTreeUpmixType()
578 nOutputChannels = pSsc->nOutputChannels; in CheckLevelTreeUpmixType()
583 if ((pSsc->nInputChannels > pCreateParams->maxNumInputChannels) || in CheckLevelTreeUpmixType()
585 (pSsc->nOttBoxes > pCreateParams->maxNumOttBoxes)) { in CheckLevelTreeUpmixType()
/external/aac/libSACenc/include/
Dsacenc_lib.h237 UCHAR *pSsc; /*!< SpatialSpecificConfig buffer in binary format. */ member
/external/aac/libAACenc/src/
Dmps_main.cpp421 FDKwriteBits(hBs, mp4SpaceEncoderInfo.pSscBuf->pSsc[i], 8); in FDK_MpegsEnc_WriteSpatialSpecificConfig()
424 FDKwriteBits(hBs, mp4SpaceEncoderInfo.pSscBuf->pSsc[i], in FDK_MpegsEnc_WriteSpatialSpecificConfig()
/external/aac/libSACenc/src/
Dsacenc_lib.cpp485 FDK_ALLOCATE_MEMORY_1D(hEnc->sscBuf.pSsc, MAX_SSC_BYTES, UCHAR); in mp4SpaceEnc_create()
807 hEnc->sscBuf.pSsc, MAX_SSC_BYTES, &hEnc->sscBuf.nSscSizeBits))) { in FDK_sacenc_init()
1583 if (hEnc->sscBuf.pSsc != NULL) { in FDK_sacenc_close()
1584 FDK_FREE_MEMORY_1D(hEnc->sscBuf.pSsc); in FDK_sacenc_close()