Lines Matching refs:FLAC__uint64
196 FLAC__uint64 abs_residual_partition_sums[],
216 FLAC__uint64 abs_residual_partition_sums[],
245 FLAC__uint64 abs_residual_partition_sums[],
261 FLAC__uint64 abs_residual_partition_sums[],
282 const FLAC__uint64 abs_residual_partition_sums[],
320 …derSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 absolute_byte_o…
321 …derTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_byte_…
358 …FLAC__uint64 *abs_residual_partition_sums; /* workspace where the sum of abs(candidate resi…
399 FLAC__uint64 bytes_written;
400 FLAC__uint64 samples_written;
414 FLAC__uint64 *abs_residual_partition_sums_unaligned;
434 FLAC__uint64 absolute_sample;
892 …frames = (unsigned)FLAC__fixedpoint_trunc((((FLAC__uint64)(encoder->protected_->sample_rate) * (FL… in init_stream_internal_()
1706 …l FLAC__stream_encoder_set_total_samples_estimate(FLAC__StreamEncoder *encoder, FLAC__uint64 value) in FLAC__stream_encoder_set_total_samples_estimate()
1816 …er_get_verify_decoder_error_stats(const FLAC__StreamEncoder *encoder, FLAC__uint64 *absolute_sampl… in FLAC__stream_encoder_get_verify_decoder_error_stats()
1971 FLAC_API FLAC__uint64 FLAC__stream_encoder_get_total_samples_estimate(const FLAC__StreamEncoder *en… in FLAC__stream_encoder_get_total_samples_estimate()
2438 FLAC__uint64 output_position = 0; in write_frame_()
2464 const FLAC__uint64 frame_first_sample = encoder->private_->samples_written; in write_frame_()
2465 const FLAC__uint64 frame_last_sample = frame_first_sample + (FLAC__uint64)blocksize - 1; in write_frame_()
2466 FLAC__uint64 test_sample; in write_frame_()
2529 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; in update_metadata_()
2648 FLAC__uint64 xx; in update_metadata_()
2694 const FLAC__uint64 samples = metadata->data.stream_info.total_samples; in update_ogg_metadata_()
2835 FLAC__uint64 xx; in update_ogg_metadata_()
2924 …encoder->private_->streaminfo.data.stream_info.total_samples += (FLAC__uint64)encoder->protected_-… in process_frame_()
3506 FLAC__uint64 abs_residual_partition_sums[], in evaluate_fixed_subframe_()
3568 FLAC__uint64 abs_residual_partition_sums[], in evaluate_lpc_subframe_()
3678 FLAC__uint64 abs_residual_partition_sums[], in find_best_partition_order_()
3775 FLAC__uint64 abs_residual_partition_sums[],
3785 FLAC__uint64 abs_residual_partition_sums[], in precompute_partition_info_sums_()
3824 FLAC__uint64 abs_residual_partition_sum; in precompute_partition_info_sums_()
3930 const FLAC__uint64 abs_residual_partition_sum in count_rice_bits_in_partition_()
3956 const FLAC__uint64 abs_residual_partition_sums[], in set_partitioned_rice_()
4037 FLAC__uint64 mean, k; in set_partitioned_rice_()
4270 FLAC__StreamEncoderSeekStatus file_seek_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 … in file_seek_callback_()
4280 FLAC__StreamEncoderTellStatus file_tell_callback_(const FLAC__StreamEncoder *encoder, FLAC__uint64 … in file_tell_callback_()
4292 *absolute_byte_offset = (FLAC__uint64)offset; in file_tell_callback_()