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()
1208 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) in SpatialDecApplyParameterSets()
1228 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecApplyParameterSets()
1311 if ((self->pConfigCurrent->syntaxFlags & in SpatialDecApplyParameterSets()
1460 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC) && in SpatialDecApplyFrame()
Dsac_bitdec.cpp1675 self->pConfigCurrent->bitstreamOttBands[i], /* int stopBand, */ in decodeAndMapFrameOtt()
1676 self->pConfigCurrent->ottCLDdefault[i], /* int defaultValue, */ in decodeAndMapFrameOtt()
1701 self->pConfigCurrent->bitstreamOttBands[ottIdx], /* int stopBand, */ in decodeAndMapFrameOtt()
1711 for (int pb = 0; pb < self->pConfigCurrent->numOttBandsIPD; pb++) { in decodeAndMapFrameOtt()
1923 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) in SpatialDecDecodeHeader()
1931 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecDecodeHeader()
2019 if ((self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_USAC)) { in SpatialDecDecodeHeader()
2042 self->pConfigCurrent->bitstreamOttBands[i] = in SpatialDecDecodeHeader()
2045 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()
899 if (self->pConfigCurrent->syntaxFlags & SACDEC_SYNTAX_LD) { in SpatialDecSynthesis()
Dsac_dec.h388 SPATIAL_SPECIFIC_CONFIG *pConfigCurrent; member
Dsac_dec_lib.cpp800 pMpegSurroundDecoder->pSpatialDec->pConfigCurrent = in mpegSurroundDecoder_Config()
1557 pMpegSurroundDecoder->pSpatialDec->pConfigCurrent = in mpegSurroundDecoder_Apply()
1695 if ((pMpegSurroundDecoder->pSpatialDec->pConfigCurrent->syntaxFlags & in mpegSurroundDecoder_Apply()