Home
last modified time | relevance | path

Searched refs:SPATIAL_BS_FRAME (Results 1 – 15 of 15) sorted by relevance

/external/aac/libSACdec/src/
Dsac_bitdec.h146 SACDEC_ERROR SpatialDecCreateBsFrame(SPATIAL_BS_FRAME *bsFrame,
149 void SpatialDecCloseBsFrame(SPATIAL_BS_FRAME *bsFrame);
152 spatialDec *self, SPATIAL_BS_FRAME *frame, HANDLE_FDK_BITSTREAM bitstream,
156 SACDEC_ERROR SpatialDecDecodeFrame(spatialDec *self, SPATIAL_BS_FRAME *frame);
Dsac_dec_interface.h244 typedef struct SPATIAL_BS_FRAME_struct SPATIAL_BS_FRAME; typedef
279 SACDEC_ERROR FDK_SpatialDecInit(spatialDec *self, SPATIAL_BS_FRAME *frame,
308 spatialDec *self, SPATIAL_BS_FRAME *frame, SPATIALDEC_INPUT_MODE inputMode,
Dsac_smoothing.h109 void SpatialDecSmoothM1andM2(spatialDec *self, const SPATIAL_BS_FRAME *frame,
111 void SpatialDecSmoothOPD(spatialDec *self, const SPATIAL_BS_FRAME *frame,
Dsac_smoothing.cpp123 const SPATIAL_BS_FRAME *frame) { in calcFilterCoeff__FDK()
160 void SpatialDecSmoothM1andM2(spatialDec *self, const SPATIAL_BS_FRAME *frame, in SpatialDecSmoothM1andM2()
218 void SpatialDecSmoothOPD(spatialDec *self, const SPATIAL_BS_FRAME *frame, in SpatialDecSmoothOPD()
Dsac_calcM1andM2.cpp133 spatialDec* self, const SPATIAL_BS_FRAME* frame,
149 spatialDec* self, int ps, const SPATIAL_BS_FRAME* frame);
201 const SPATIAL_BS_FRAME* frame) { in SpatialDecCalculateM1andM2()
246 spatialDec* self, int ps, const SPATIAL_BS_FRAME* frame) { in SpatialDecCalculateM1andM2_212()
524 spatialDec* self, const SPATIAL_BS_FRAME* frame, in param2UMX_PS_IPD_OPD__FDK()
Dsac_reshapeBBEnv.h111 void SpatialDecReshapeBBEnv(spatialDec *self, const SPATIAL_BS_FRAME *frame,
Dsac_stp.h112 SACDEC_ERROR subbandTPApply(spatialDec *self, const SPATIAL_BS_FRAME *frame);
Dsac_calcM1andM2.h127 const SPATIAL_BS_FRAME* frame);
Dsac_bitdec.cpp780 const SPATIAL_BS_FRAME *frame, UINT syntaxFlags, in ecDataDec()
917 const UINT syntaxFlags, const SPATIAL_BS_FRAME *frame, in parseArbitraryDownmixData()
963 spatialDec_struct *self, SPATIAL_BS_FRAME *frame, in SpatialDecParseFrameData()
1639 SPATIAL_BS_FRAME *pCurBs) { in decodeAndMapFrameOtt()
1740 const SPATIAL_BS_FRAME *frame) { in decodeAndMapFrameSmg()
1823 const SPATIAL_BS_FRAME *frame) { in decodeAndMapFrameArbdmx()
1855 SACDEC_ERROR SpatialDecDecodeFrame(spatialDec *self, SPATIAL_BS_FRAME *frame) { in SpatialDecDecodeFrame()
2102 SACDEC_ERROR SpatialDecCreateBsFrame(SPATIAL_BS_FRAME *bsFrame, in SpatialDecCreateBsFrame()
2104 SPATIAL_BS_FRAME *pBs = bsFrame; in SpatialDecCreateBsFrame()
2153 void SpatialDecCloseBsFrame(SPATIAL_BS_FRAME *pBs) { in SpatialDecCloseBsFrame()
Dsac_process.h209 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal,
Dsac_dec.cpp181 SPATIAL_BS_FRAME *bsFrame, const SACDEC_CREATION_PARAMS *const setup) { in SpatialDecClearFrameData()
624 SACDEC_ERROR FDK_SpatialDecInit(spatialDec *self, SPATIAL_BS_FRAME *frame, in FDK_SpatialDecInit()
1113 spatialDec *self, const SPATIAL_BS_FRAME *frame, SPATIALDEC_INPUT_MODE mode, in SpatialDecApplyParameterSets()
1402 SPATIAL_BS_FRAME *frame, /* parsed frame data to be applied */ in SpatialDecApplyFrame()
Dsac_reshapeBBEnv.cpp340 FIXP_DBL *pEnv, const SPATIAL_BS_FRAME *frame) { in extractBBEnv()
567 void SpatialDecReshapeBBEnv(spatialDec *self, const SPATIAL_BS_FRAME *frame, in SpatialDecReshapeBBEnv()
Dsac_stp.cpp336 SACDEC_ERROR subbandTPApply(spatialDec *self, const SPATIAL_BS_FRAME *frame) { in subbandTPApply()
Dsac_dec_lib.cpp218 SPATIAL_BS_FRAME
1292 SPATIAL_BS_FRAME *bsFrame; in mpegSurroundDecoder_Parse()
Dsac_process.cpp359 spatialDec *self, const SPATIAL_BS_FRAME *frame, FIXP_DBL **xReal, in SpatialDecApplyM1_CreateW_Mode212()