Lines Matching defs:transient
66 int transient_counter; ///< number of transient samples from the beginning of the transient zone
165 int transient[WMALL_MAX_CHANNELS];
517 s->transient[ch] = get_bits1(&s->gb);
518 if (s->transient[ch]) {
521 s->transient[ch] = 0;
525 s->transient[ch] = 1;
609 * @brief Reset filter parameters and transient area at new seekable tile.
619 a transient area which is samples_per_frame samples long */
621 s->transient[ich] = 1;