Lines Matching defs:PS_DEC
247 struct PS_DEC { struct
248 SCHAR noSubSamples;
249 SCHAR noChannels;
251 SCHAR procFrameBased; /*!< Helper to detected switching from frame based to
256 bPsDataAvail[(1) + 1]; /*!< set if new data available from bitstream */
257 UCHAR psDecodedPrv; /*!< set if PS has been processed in the last frame */
260 UCHAR bsLastSlot; /*!< Index of last read slot. */
261 UCHAR bsReadSlot; /*!< Index of current read slot for additional delay. */
262 UCHAR processSlot; /*!< Index of current slot for processing (need for add.
265 union { /* Bitstream data */
269 } bsData[(1) + 1];
272 struct {
311 typedef struct PS_DEC *HANDLE_PS_DEC; argument