Home | History | Annotate | Download | only in libFLAC

Lines Matching defs:sample

166 	/* for use when the signal is <= 16 bits-per-sample, or <= 15 bits-per-sample on a side channel (which requires 1 extra bit): */
168 /* for use when the signal is <= 16 bits-per-sample, or <= 15 bits-per-sample on a side channel (which requires 1 extra bit), AND order <= 8: */
1173 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 sample)
1196 if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total_samples(decoder))
1221 if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total_samples(decoder)) {
1231 seek_to_absolute_sample_ogg_(decoder, length, sample) :
1233 seek_to_absolute_sample_(decoder, length, sample)
2025 * first figure the correct bits-per-sample of the subframe
2345 /* read the frame's starting sample number (or frame number as the case may be) */
2421 /* calculate the sample number from the frame number if needed */
2724 unsigned partition, sample, u;
2751 sample = 0;
2759 if(!decoder->private_->local_bitreader_read_rice_signed_block(decoder->private_->input, residual + sample, u, rice_parameter))
2761 sample += u;
2767 for(u = (partition_order == 0 || partition > 0)? 0 : predictor_order; u < partition_samples; u++, sample++) {
2770 residual[sample] = i;
3033 * must be ordered by ascending sample number.
3205 * by the distance from the target sample to left_sample and
3211 /* We will switch to a linear search once our current sample is less
3212 * than this number of samples ahead of the target sample
3301 * target sample and we would exit through