Lines Matching defs:samples
160 uint32_t samples; ///< number of samples, 0xFFFFFFFF if unknown
228 int32_t *prev_raw_samples; ///< contains unshifted raw samples from the previous block
229 int32_t **raw_samples; ///< decoded raw samples for each channel
230 int32_t *raw_buffer; ///< contains all decoded raw samples including carryover samples
231 uint8_t *crc_buffer; ///< buffer of byte order corrected samples used for CRC check
239 int *nbits; ///< contains the number of bits to read for masked lz decompression for all samples
245 unsigned int block_length; ///< number of samples within the block
251 int *store_prev_samples;///< if true, carryover samples have to be stored
257 int32_t *raw_samples; ///< decoded raw samples / residuals for this block
258 int32_t *prev_raw_samples; ///< contains unshifted raw samples from the previous block
259 int32_t *raw_other; ///< decoded raw samples of the other channel of a channel pair
322 sconf->samples = get_bits_long(&gb, 32);
539 * actual number of samples.
560 // more samples than available to be consistent.
562 // to fit the actual number of available samples.
563 // Example: 5 samples, 2nd level block sizes: 2 2 2 2.
567 // This appears to happen in case of an odd number of samples in the last
570 // The ALS conformance files feature an odd number of samples in the last
630 // write raw samples into buffer
948 // reconstruct all samples from residuals
963 // store previous samples in case that they have to be altered
996 // reconstruct raw samples
1011 // restore previous samples in case that they have been altered
1033 // read block type flag and read the samples accordingly
1054 // read block type flag and read the samples accordingly
1086 /** Compute the number of samples left to decode for the current frame and
1087 * sets these samples to zero.
1214 // store carryover raw samples,
1215 // the others channel raw samples are stored by the calling function.
1694 // store carryover raw samples
1776 // store carryover raw samples
1814 // For the first frame, if prediction is used, all samples used from the
1819 if (sconf->samples != 0xFFFFFFFF)
1820 ctx->cur_frame_length = FFMIN(sconf->samples - ctx->frame_id * (uint64_t) sconf->frame_length,
2148 // assign raw samples buffers