Searched refs:SPATIAL_SPECIFIC_CONFIG (Results 1 – 7 of 7) sorted by relevance
/external/aac/libSACdec/src/ |
D | sac_bitdec.h | 127 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, 132 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int samplingRate, 138 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int sacHeaderLen, 142 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, 153 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType, 159 spatialDec *self, SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig);
|
D | sac_dec_lib.cpp | 204 SPATIAL_SPECIFIC_CONFIG spatialSpecificConfig[1]; /* SSC delay line which is 207 SPATIAL_SPECIFIC_CONFIG 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() 286 static int mpegSurroundDecoder_CalcInitFlags(SPATIAL_SPECIFIC_CONFIG *pSsc1, in mpegSurroundDecoder_CalcInitFlags() 287 SPATIAL_SPECIFIC_CONFIG *pSsc2, in mpegSurroundDecoder_CalcInitFlags() 417 const SPATIAL_SPECIFIC_CONFIG *pSsc, SPATIAL_DEC_UPMIX_TYPE *pUpmixType) { in check_UParam_Build_DecConfig() 518 SPATIAL_SPECIFIC_CONFIG *const pSSCinput = in initMpegSurroundDecoder() 520 SPATIAL_SPECIFIC_CONFIG *const pSSCtarget = in initMpegSurroundDecoder() [all …]
|
D | sac_dec_interface.h | 260 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2); 263 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, 280 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig,
|
D | sac_bitdec.cpp | 119 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType) { in SpatialDecDecodeHelperInfo() 218 HANDLE_FDK_BITSTREAM bitstream, SPATIAL_SPECIFIC_CONFIG *config, in SpatialDecParseExtensionConfig() 281 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, in SpatialDecParseSpecificConfigHeader() 323 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int samplingRate, in SpatialDecParseMps212Config() 328 FDKmemclear(pSpatialSpecificConfig, sizeof(SPATIAL_SPECIFIC_CONFIG)); in SpatialDecParseMps212Config() 443 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, int sacHeaderLen, in SpatialDecParseSpecificConfig() 452 FDKmemclear(pSpatialSpecificConfig, sizeof(SPATIAL_SPECIFIC_CONFIG)); in SpatialDecParseSpecificConfig() 619 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, in SpatialDecDefaultSpecificConfig() 921 spatialDec *self, const SPATIAL_SPECIFIC_CONFIG *pSSC, in parseArbitraryDownmixData() 970 const SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, UPMIXTYPE upmixType, in SpatialDecParseFrameData() [all …]
|
D | sac_dec_ssc_struct.h | 281 } SPATIAL_SPECIFIC_CONFIG; typedef
|
D | sac_dec.cpp | 142 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, in FDK_SpatialDecInitDefaultSpatialSpecificConfig() 158 SPATIAL_SPECIFIC_CONFIG *pSsc1, SPATIAL_SPECIFIC_CONFIG *pSsc2) { in FDK_SpatialDecCompareSpatialSpecificConfigHeader() 162 if (FDKmemcmp(pSsc1, pSsc2, sizeof(SPATIAL_SPECIFIC_CONFIG)) != 0) { in FDK_SpatialDecCompareSpatialSpecificConfigHeader() 550 const SPATIAL_SPECIFIC_CONFIG *const pSsc, const int decoderLevel, in CheckLevelTreeUpmixType() 625 SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig, in FDK_SpatialDecInit()
|
D | sac_dec.h | 388 SPATIAL_SPECIFIC_CONFIG *pConfigCurrent;
|