Lines Matching defs:samples
58 int blocksize; ///< number of samples in the current frame
59 int sample_shift; ///< shift required to make output samples 16-bit or 32-bit
63 int32_t *decoded[FLAC_MAX_CHANNELS]; ///< decoded samples
226 int samples;
231 samples = s->blocksize >> rice_order;
244 if (samples << rice_order != s->blocksize) {
250 if (pred_order > samples) {
252 pred_order, samples);
260 for (; i < samples; i++)
264 for (; i < samples; i++) {
290 /* warm up samples */
368 /* warm up samples */