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()
1282 if ((self->pConfigCurrent->syntaxFlags & in SpatialDecApplyParameterSets()
1431 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecApplyFrame()
Dsac_bitdec.cpp1670 self->pConfigCurrent->bitstreamOttBands[i], /* int stopBand, */ in decodeAndMapFrameOtt()
1671 self->pConfigCurrent->ottCLDdefault[i], /* int defaultValue, */ in decodeAndMapFrameOtt()
1696 self->pConfigCurrent->bitstreamOttBands[ottIdx], /* int stopBand, */ in decodeAndMapFrameOtt()
1706 for (int pb = 0; pb < self->pConfigCurrent->numOttBandsIPD; pb++) { in decodeAndMapFrameOtt()
1918 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) in SpatialDecDecodeHeader()
1926 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecDecodeHeader()
2014 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC)) { in SpatialDecDecodeHeader()
2037 self->pConfigCurrent->bitstreamOttBands[i] = in SpatialDecDecodeHeader()
2040 self->numOttBands[i] = self->pConfigCurrent->bitstreamOttBands[i]; in SpatialDecDecodeHeader()
Dsac_process.cpp293 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecHybridAnalysis()
311 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecHybridAnalysis()
503 FDK_ASSERT(!(self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD)); in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
901 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()
1542 pMpegSurroundDecoder->pSpatialDec->pConfigCurrent = in mpegSurroundDecoder_Apply()
1680 if ((pMpegSurroundDecoder->pSpatialDec->pConfigCurrent->syntaxFlags & in mpegSurroundDecoder_Apply()