/external/aac/libSACdec/src/ |
D | sac_process.h | 113 void SpatialDecApplyPhase(spatialDec *self, FIXP_SGL alpha, 130 SACDEC_ERROR SpatialDecQMFAnalysis(spatialDec *self, const PCM_MPS *inData, 149 SACDEC_ERROR SpatialDecFeedQMF(spatialDec *self, FIXP_DBL **qmfInDataReal, 171 SACDEC_ERROR SpatialDecHybridAnalysis(spatialDec *self, FIXP_DBL **qmfInputReal, 191 SACDEC_ERROR SpatialDecCreateX(spatialDec *self, FIXP_DBL **hybInputReal, 209 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal, 229 SACDEC_ERROR SpatialDecApplyM2(spatialDec *self, INT ps, const FIXP_SGL alpha, 252 spatialDec *self, INT ps, const FIXP_SGL alpha, FIXP_DBL **wReal, 270 SACDEC_ERROR SpatialDecApplyM2_Mode212(spatialDec *self, INT ps, 287 SACDEC_ERROR SpatialDecSynthesis(spatialDec *self, const INT ts, [all …]
|
D | sac_dec_interface.h | 242 typedef struct spatialDec_struct spatialDec, *HANDLE_SPATIAL_DEC; typedef 267 spatialDec *FDK_SpatialDecOpen(const SPATIAL_DEC_CONFIG *config, 273 void SpatialDecInitParserContext(spatialDec *self); 279 SACDEC_ERROR FDK_SpatialDecInit(spatialDec *self, SPATIAL_BS_FRAME *frame, 308 spatialDec *self, SPATIAL_BS_FRAME *frame, SPATIALDEC_INPUT_MODE inputMode, 324 void SpatialDecChannelProperties(spatialDec *self, 329 void FDK_SpatialDecClose(spatialDec *self);
|
D | sac_smoothing.h | 108 void initParameterSmoothing(spatialDec *self); 109 void SpatialDecSmoothM1andM2(spatialDec *self, const SPATIAL_BS_FRAME *frame, 111 void SpatialDecSmoothOPD(spatialDec *self, const SPATIAL_BS_FRAME *frame,
|
D | sac_calcM1andM2.h | 121 SACDEC_ERROR initM1andM2(spatialDec* self, int initStatesFlag, 124 int SpatialDecGetResidualIndex(spatialDec* self, int row); 126 SACDEC_ERROR SpatialDecCalculateM1andM2(spatialDec* self, int ps,
|
D | sac_calcM1andM2.cpp | 116 static void param2UMX_PS__FDK(spatialDec* self, 133 spatialDec* self, const SPATIAL_BS_FRAME* frame, 140 spatialDec* self, FIXP_DBL H11re[MAX_PARAMETER_BANDS], 149 spatialDec* self, int ps, const SPATIAL_BS_FRAME* frame); 164 int SpatialDecGetResidualIndex(spatialDec* self, int row) { in SpatialDecGetResidualIndex() 181 static void updateAlpha(spatialDec* self) { in updateAlpha() 200 SACDEC_ERROR SpatialDecCalculateM1andM2(spatialDec* self, int ps, in SpatialDecCalculateM1andM2() 246 spatialDec* self, int ps, const SPATIAL_BS_FRAME* frame) { in SpatialDecCalculateM1andM2_212() 357 static void param2UMX_PS__FDK(spatialDec* self, in param2UMX_PS__FDK() 477 static void calculateOpd(spatialDec* self, INT ottBoxIndx, INT parameterSetIndx, in calculateOpd() [all …]
|
D | sac_bitdec.h | 152 spatialDec *self, SPATIAL_BS_FRAME *frame, HANDLE_FDK_BITSTREAM bitstream, 156 SACDEC_ERROR SpatialDecDecodeFrame(spatialDec *self, SPATIAL_BS_FRAME *frame); 159 spatialDec *self, SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig);
|
D | sac_smoothing.cpp | 122 static FIXP_DBL calcFilterCoeff__FDK(spatialDec *self, int ps, in calcFilterCoeff__FDK() 152 static int getSmoothOnOff(spatialDec *self, int ps, int pb) { in getSmoothOnOff() 160 void SpatialDecSmoothM1andM2(spatialDec *self, const SPATIAL_BS_FRAME *frame, in SpatialDecSmoothM1andM2() 214 void initParameterSmoothing(spatialDec *self) { in initParameterSmoothing() 218 void SpatialDecSmoothOPD(spatialDec *self, const SPATIAL_BS_FRAME *frame, in SpatialDecSmoothOPD()
|
D | sac_reshapeBBEnv.h | 110 void initBBEnv(spatialDec *self, int initStatesFlag); 111 void SpatialDecReshapeBBEnv(spatialDec *self, const SPATIAL_BS_FRAME *frame,
|
D | sac_process.cpp | 139 static UINT mapChannel(spatialDec *self, UINT ch) { in mapChannel() 149 FIXP_DBL getChGain(spatialDec *self, UINT ch, INT *scale) { in getChGain() 164 SACDEC_ERROR SpatialDecQMFAnalysis(spatialDec *self, const PCM_MPS *inData, in SpatialDecQMFAnalysis() 201 SACDEC_ERROR SpatialDecFeedQMF(spatialDec *self, FIXP_DBL **qmfInDataReal, in SpatialDecFeedQMF() 275 SACDEC_ERROR SpatialDecHybridAnalysis(spatialDec *self, FIXP_DBL **qmfInputReal, in SpatialDecHybridAnalysis() 316 SACDEC_ERROR SpatialDecCreateX(spatialDec *self, FIXP_DBL **hybInputReal, in SpatialDecCreateX() 359 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal, in SpatialDecApplyM1_CreateW_Mode212() 408 SACDEC_ERROR SpatialDecApplyM2_Mode212(spatialDec *self, INT ps, in SpatialDecApplyM2_Mode212() 467 spatialDec *self, INT ps, const FIXP_SGL alpha, FIXP_DBL **wReal, in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() 588 SACDEC_ERROR SpatialDecApplyM2(spatialDec *self, INT ps, const FIXP_SGL alpha, in SpatialDecApplyM2() [all …]
|
D | sac_dec.cpp | 180 spatialDec *self, /* Shall be removed */ in SpatialDecClearFrameData() 239 spatialDec *FDK_SpatialDecOpen(const SPATIAL_DEC_CONFIG *config, in FDK_SpatialDecOpen() 243 spatialDec *self = NULL; in FDK_SpatialDecOpen() 290 FDK_ALLOCATE_MEMORY_1D_INT(self, 1, spatialDec, SECT_DATA_L2) in FDK_SpatialDecOpen() 525 static int isValidConfig(spatialDec const *const self, in isValidConfig() 593 void SpatialDecInitParserContext(spatialDec *self) { in SpatialDecInitParserContext() 624 SACDEC_ERROR FDK_SpatialDecInit(spatialDec *self, SPATIAL_BS_FRAME *frame, in FDK_SpatialDecInit() 873 void SpatialDecChannelProperties(spatialDec *self, in SpatialDecChannelProperties() 916 void FDK_SpatialDecClose(spatialDec *self) { in FDK_SpatialDecClose() 1037 static void SpatialDecApplyBypass(spatialDec *self, FIXP_DBL **hybInputReal, in SpatialDecApplyBypass() [all …]
|
D | sac_stp.h | 112 SACDEC_ERROR subbandTPApply(spatialDec *self, const SPATIAL_BS_FRAME *frame);
|
D | sac_reshapeBBEnv.cpp | 124 void initBBEnv(spatialDec *self, int initStatesFlag) { in initBBEnv() 339 static void extractBBEnv(spatialDec *self, INT inp, INT start, INT channels, in extractBBEnv() 567 void SpatialDecReshapeBBEnv(spatialDec *self, const SPATIAL_BS_FRAME *frame, in SpatialDecReshapeBBEnv()
|
D | sac_stp.cpp | 336 SACDEC_ERROR subbandTPApply(spatialDec *self, const SPATIAL_BS_FRAME *frame) { in subbandTPApply()
|
D | sac_bitdec.cpp | 916 spatialDec *self, const SPATIAL_SPECIFIC_CONFIG *pSSC, in parseArbitraryDownmixData() 1855 SACDEC_ERROR SpatialDecDecodeFrame(spatialDec *self, SPATIAL_BS_FRAME *frame) { in SpatialDecDecodeFrame() 1907 spatialDec *self, SPATIAL_SPECIFIC_CONFIG *pSpatialSpecificConfig) { in SpatialDecDecodeHeader()
|
D | sac_dec_lib.cpp | 206 spatialDec *pSpatialDec; 617 spatialDec *self = NULL; in mpegSurroundDecoder_Create()
|