|
| unsigned | input_capacity |
| FLAC__int32 * | integer_signal [FLAC__MAX_CHANNELS] |
| FLAC__int32 * | integer_signal_mid_side [2] |
| FLAC__real * | real_signal [FLAC__MAX_CHANNELS] |
| FLAC__real * | real_signal_mid_side [2] |
| FLAC__real * | window [FLAC__MAX_APODIZATION_FUNCTIONS] |
| FLAC__real * | windowed_signal |
| unsigned | subframe_bps [FLAC__MAX_CHANNELS] |
| unsigned | subframe_bps_mid_side [2] |
| FLAC__int32 * | residual_workspace [FLAC__MAX_CHANNELS][2] |
| FLAC__int32 * | residual_workspace_mid_side [2][2] |
| FLAC__Subframe | subframe_workspace [FLAC__MAX_CHANNELS][2] |
| FLAC__Subframe | subframe_workspace_mid_side [2][2] |
| FLAC__Subframe * | subframe_workspace_ptr [FLAC__MAX_CHANNELS][2] |
| FLAC__Subframe * | subframe_workspace_ptr_mid_side [2][2] |
| FLAC__EntropyCodingMethod_PartitionedRiceContents | partitioned_rice_contents_workspace [FLAC__MAX_CHANNELS][2] |
| FLAC__EntropyCodingMethod_PartitionedRiceContents | partitioned_rice_contents_workspace_mid_side [FLAC__MAX_CHANNELS][2] |
| FLAC__EntropyCodingMethod_PartitionedRiceContents * | partitioned_rice_contents_workspace_ptr [FLAC__MAX_CHANNELS][2] |
| FLAC__EntropyCodingMethod_PartitionedRiceContents * | partitioned_rice_contents_workspace_ptr_mid_side [FLAC__MAX_CHANNELS][2] |
| unsigned | best_subframe [FLAC__MAX_CHANNELS] |
| unsigned | best_subframe_mid_side [2] |
| unsigned | best_subframe_bits [FLAC__MAX_CHANNELS] |
| unsigned | best_subframe_bits_mid_side [2] |
| FLAC__uint64 * | abs_residual_partition_sums |
| unsigned * | raw_bits_per_partition |
| FLAC__BitWriter * | frame |
| unsigned | loose_mid_side_stereo_frames |
| unsigned | loose_mid_side_stereo_frame_count |
| FLAC__ChannelAssignment | last_channel_assignment |
| FLAC__StreamMetadata | streaminfo |
| FLAC__StreamMetadata_SeekTable * | seek_table |
| unsigned | current_sample_number |
| unsigned | current_frame_number |
| FLAC__MD5Context | md5context |
| FLAC__CPUInfo | cpuinfo |
| void(* | local_precompute_partition_info_sums )(const FLAC__int32 residual[], FLAC__uint64 abs_residual_partition_sums[], unsigned residual_samples, unsigned predictor_order, unsigned min_partition_order, unsigned max_partition_order, unsigned bps) |
| unsigned(* | local_fixed_compute_best_predictor )(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]) |
| unsigned(* | local_fixed_compute_best_predictor_wide )(const FLAC__int32 data[], unsigned data_len, FLAC__float residual_bits_per_sample[FLAC__MAX_FIXED_ORDER+1]) |
| void(* | local_lpc_compute_autocorrelation )(const FLAC__real data[], unsigned data_len, unsigned lag, FLAC__real autoc[]) |
| void(* | local_lpc_compute_residual_from_qlp_coefficients )(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) |
| void(* | local_lpc_compute_residual_from_qlp_coefficients_64bit )(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) |
| void(* | local_lpc_compute_residual_from_qlp_coefficients_16bit )(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned order, int lp_quantization, FLAC__int32 residual[]) |
| FLAC__bool | use_wide_by_block |
| FLAC__bool | use_wide_by_partition |
| FLAC__bool | use_wide_by_order |
| FLAC__bool | disable_constant_subframes |
| FLAC__bool | disable_fixed_subframes |
| FLAC__bool | disable_verbatim_subframes |
| FLAC__StreamEncoderReadCallback | read_callback |
| FLAC__StreamEncoderSeekCallback | seek_callback |
| FLAC__StreamEncoderTellCallback | tell_callback |
| FLAC__StreamEncoderWriteCallback | write_callback |
| FLAC__StreamEncoderMetadataCallback | metadata_callback |
| FLAC__StreamEncoderProgressCallback | progress_callback |
| void * | client_data |
| unsigned | first_seekpoint_to_check |
| FILE * | file |
| FLAC__uint64 | bytes_written |
| FLAC__uint64 | samples_written |
| unsigned | frames_written |
| unsigned | total_frames_estimate |
| FLAC__int32 * | integer_signal_unaligned [FLAC__MAX_CHANNELS] |
| FLAC__int32 * | integer_signal_mid_side_unaligned [2] |
| FLAC__real * | real_signal_unaligned [FLAC__MAX_CHANNELS] |
| FLAC__real * | real_signal_mid_side_unaligned [2] |
| FLAC__real * | window_unaligned [FLAC__MAX_APODIZATION_FUNCTIONS] |
| FLAC__real * | windowed_signal_unaligned |
| FLAC__int32 * | residual_workspace_unaligned [FLAC__MAX_CHANNELS][2] |
| FLAC__int32 * | residual_workspace_mid_side_unaligned [2][2] |
| FLAC__uint64 * | abs_residual_partition_sums_unaligned |
| unsigned * | raw_bits_per_partition_unaligned |
| FLAC__real | lp_coeff [FLAC__MAX_LPC_ORDER][FLAC__MAX_LPC_ORDER] |
| FLAC__EntropyCodingMethod_PartitionedRiceContents | partitioned_rice_contents_extra [2] |
| struct { | |
| FLAC__StreamDecoder * decoder | |
| EncoderStateHint state_hint | |
| FLAC__bool needs_magic_hack | |
| verify_input_fifo input_fifo | |
| verify_output output | |
| struct { | |
| FLAC__uint64 absolute_sample | |
| unsigned frame_number | |
| unsigned channel | |
| unsigned sample | |
| FLAC__int32 expected | |
| FLAC__int32 got | |
| } error_stats |
| } | verify |
| FLAC__bool | is_being_deleted |