Lines Matching defs:MpegSurroundDecoder
198 struct MpegSurroundDecoder { struct
199 HANDLE_FDK_QMF_DOMAIN pQmfDomain;
200 UCHAR mpsData[MPS_DATA_BUFFER_SIZE]; /* Buffer for MPS payload accross more
202 INT mpsDataBits; /* Amount of bits in mpsData */
204 SPATIAL_SPECIFIC_CONFIG spatialSpecificConfig[1]; /* SSC delay line which is
206 spatialDec *pSpatialDec;
208 spatialSpecificConfigBackup; /* SSC used while parsing */
211 UCHAR mpegSurroundDecoderLevel;
213 UCHAR mpegSurroundSscIsGlobalCfg; /* Flag telling that the SSC
216 UCHAR mpegSurroundUseTimeInterface;
219 bsFrames[1]; /* Bitstream Structs that contain data read from the
221 BS_LL_STATE llState; /* Bit stream parser state memory */
222 UCHAR bsFrameParse; /* Current parse frame context index */
223 UCHAR bsFrameDecode; /* Current decode/apply frame context index */
224 UCHAR bsFrameDelay; /* Amount of frames delay between parsing and processing.
228 SPATIALDEC_PARAM mpegSurroundUserParams;
231 SPATIAL_DEC_UPMIX_TYPE upmixType;
232 int initFlags[1];
233 MPEGS_ANCSTARTSTOP ancStartStopPrev;
234 MPEGS_SYNCSTATE fOnSync[1];
237 SPATIAL_DEC_CONFIG decConfig;