• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/

Lines Matching refs: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: */
1167 FLAC_API FLAC__bool FLAC__stream_decoder_seek_absolute(FLAC__StreamDecoder *decoder, FLAC__uint64 sample)
1190 if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total_samples(decoder))
1215 if(FLAC__stream_decoder_get_total_samples(decoder) > 0 && sample >= FLAC__stream_decoder_get_total_samples(decoder)) {
1225 seek_to_absolute_sample_ogg_(decoder, length, sample) :
1227 seek_to_absolute_sample_(decoder, length, sample)
2019 * first figure the correct bits-per-sample of the subframe
2339 /* read the frame's starting sample number (or frame number as the case may be) */
2415 /* calculate the sample number from the frame number if needed */
2718 unsigned partition, sample, u;
2745 sample = 0;
2753 if(!decoder->private_->local_bitreader_read_rice_signed_block(decoder->private_->input, residual + sample, u, rice_parameter))
2755 sample += u;
2761 for(u = (partition_order == 0 || partition > 0)? 0 : predictor_order; u < partition_samples; u++, sample++) {
2764 residual[sample] = i;
3025 * must be ordered by ascending sample number.
3197 * by the distance from the target sample to left_sample and
3203 /* We will switch to a linear search once our current sample is less
3204 * than this number of samples ahead of the target sample
3293 * target sample and we would exit through