Searched refs:pSsc (Results 1 – 5 of 5) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 241 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 …]
|
D | sac_dec.cpp | 550 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/ |
D | sacenc_lib.h | 237 UCHAR *pSsc; /*!< SpatialSpecificConfig buffer in binary format. */ member
|
/external/aac/libAACenc/src/ |
D | mps_main.cpp | 421 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/ |
D | sacenc_lib.cpp | 485 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()
|