Home
last modified time | relevance | path

Searched defs:PS_DEC (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSBRdec/src/
Dpsdec.h247 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 */
[all …]