Lines Matching defs:PS_DEC
232 struct PS_DEC { struct
234 SCHAR noSubSamples;
235 SCHAR noChannels;
237 … /*!< Helper to detected switching from frame based to slot based
240 …D_TYPE bPsDataAvail[(1)+1]; /*!< set if new data available from bitstream */
241 … /*!< set if PS has been processed in the last frame */
244 … /*!< Index of last read slot. */
245 … /*!< Index of current read slot for additional delay. */
246 … /*!< Index of current slot for processing (need for add. delay). */
249 INT rescal;
250 INT sf_IntBuffer;
252 union { /* Bitstream data */
254 } bsData[(1)+1];
257 struct {
310 typedef struct PS_DEC *HANDLE_PS_DEC; argument