Home
last modified time | relevance | path

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

/external/aac/libSACdec/src/
Dsac_dec.cpp749 (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) ? 1 : 0; in FDK_SpatialDecInit()
811 if (self->pConfigCurrent->syntaxFlags & in FDK_SpatialDecInit()
820 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in FDK_SpatialDecInit()
1181 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) in SpatialDecApplyParameterSets()
1199 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecApplyParameterSets()
1276 if ((self->pConfigCurrent->syntaxFlags & in SpatialDecApplyParameterSets()
1422 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecApplyFrame()
Dsac_bitdec.cpp1668 self->pConfigCurrent->bitstreamOttBands[i], /* int stopBand, */ in decodeAndMapFrameOtt()
1669 self->pConfigCurrent->ottCLDdefault[i], /* int defaultValue, */ in decodeAndMapFrameOtt()
1694 self->pConfigCurrent->bitstreamOttBands[ottIdx], /* int stopBand, */ in decodeAndMapFrameOtt()
1704 for (int pb = 0; pb < self->pConfigCurrent->numOttBandsIPD; pb++) { in decodeAndMapFrameOtt()
1916 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) in SpatialDecDecodeHeader()
1924 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecDecodeHeader()
2012 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC)) { in SpatialDecDecodeHeader()
2035 self->pConfigCurrent->bitstreamOttBands[i] = in SpatialDecDecodeHeader()
2038 self->numOttBands[i] = self->pConfigCurrent->bitstreamOttBands[i]; in SpatialDecDecodeHeader()
Dsac_process.cpp286 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecHybridAnalysis()
304 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecHybridAnalysis()
496 FDK_ASSERT(!(self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD)); in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
881 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecSynthesis()
Dsac_dec.h388 SPATIAL_SPECIFIC_CONFIG *pConfigCurrent; member
Dsac_dec_lib.cpp785 pMpegSurroundDecoder->pSpatialDec->pConfigCurrent = in mpegSurroundDecoder_Config()
1537 pMpegSurroundDecoder->pSpatialDec->pConfigCurrent = in mpegSurroundDecoder_Apply()
1675 if ((pMpegSurroundDecoder->pSpatialDec->pConfigCurrent->syntaxFlags & in mpegSurroundDecoder_Apply()