Lines Matching defs:decoded
93 int32_t *decoded[MAX_CHANNELS];
153 s->decoded[chan] = s->decoded_base[chan] + s->nwrap;
386 s->decoded[channel][i] -= (unsigned)coffset;
393 sum += coeffs[j] * (unsigned)s->decoded[channel][i - j - 1];
394 s->decoded[channel][i] = get_sr_golomb_shorten(&s->gb, residual_size) +
401 s->decoded[channel][i] += (unsigned)coffset;
704 s->decoded[channel][i] = 0;
715 sum += s->decoded[channel][i];
728 s->decoded[channel][i] = s->decoded[channel][i + s->blocksize];
732 fix_bitshift(s, s->decoded[channel]);
752 *samples_u8++ = av_clip_uint8(s->decoded[chan][i]);
756 *samples_s16++ = av_clip_int16(s->decoded[chan][i]);
797 s->decoded[i] = NULL;