Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:number

361 	unsigned loose_mid_side_stereo_frames;            /* rounded number of frames the encoder will use before trying both independent and mid/side frames again */
362 unsigned loose_mid_side_stereo_frame_count; /* number of frames using the current channel assignment */
504 /* Number of samples that will be overread to watch for end of stream. By
1099 vorbis_comment.length = 4 + 4; /* MAGIC NUMBER */
2512 /* we keep a high watermark on the number of frames written because
2956 frame_header.number.frame_number = encoder->private_->current_frame_number;
3939 : (unsigned)(abs_residual_partition_sum << 1) /* can't shift by negative number, so reverse */
3943 * The actual number of bits used is closer to the sum(for all i in the partition) of abs(residual[i])>>(rice_parameter-1)
4226 encoder->private_->verify.error_stats.absolute_sample = frame->header.number.sample_number + sample;
4227 encoder->private_->verify.error_stats.frame_number = (unsigned)(frame->header.number.sample_number / blocksize);