Lines Matching refs:FLAC__int32
81 FLAC__int32 *data[FLAC__MAX_CHANNELS];
148 const FLAC__int32 integer_signal[],
151 FLAC__int32 *residual[2],
166 const FLAC__int32 signal,
174 const FLAC__int32 signal[],
175 FLAC__int32 residual[],
194 const FLAC__int32 signal[],
195 FLAC__int32 residual[],
216 const FLAC__int32 signal[],
224 const FLAC__int32 residual[],
240 const FLAC__int32 residual[],
250 const FLAC__int32 residual[],
260 const FLAC__int32 residual[],
275 static unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples);
280 const FLAC__int32 * const input[],
288 const FLAC__int32 input[],
295 …k_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
314 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
315 …FLAC__int32 *integer_signal_mid_side[2]; /* the integer version of the mid-side input sig…
324 …FLAC__int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best w…
325 FLAC__int32 *residual_workspace_mid_side[2][2];
350 …void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residu…
352 …unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__…
353 …unsigned (*local_fixed_compute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, F…
355 …unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__…
356 …unsigned (*local_fixed_compute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, F…
360 …efficients)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned or…
361 …ents_64bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned or…
362 …ents_16bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned or…
387 FLAC__int32 *integer_signal_unaligned[FLAC__MAX_CHANNELS];
388 FLAC__int32 *integer_signal_mid_side_unaligned[2];
395 FLAC__int32 *residual_workspace_unaligned[FLAC__MAX_CHANNELS][2];
396 FLAC__int32 *residual_workspace_mid_side_unaligned[2][2];
421 FLAC__int32 expected;
422 FLAC__int32 got;
1120 …if(0 == (encoder->private_->verify.input_fifo.data[i] = safe_malloc_mul_2op_p(sizeof(FLAC__int32),… in init_stream_internal_()
1722 FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); in FLAC__stream_encoder_set_apodization()
1733 FLAC__int32 m; in FLAC__stream_encoder_set_apodization()
1743 FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+15, 0); in FLAC__stream_encoder_set_apodization()
1754 FLAC__int32 m; in FLAC__stream_encoder_set_apodization()
1989 …signed *frame_number, unsigned *channel, unsigned *sample, FLAC__int32 *expected, FLAC__int32 *got) in FLAC__stream_encoder_get_verify_decoder_error_stats()
2152 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * … in FLAC__stream_encoder_process()
2204 …stream_encoder_process_interleaved(FLAC__StreamEncoder *encoder, const FLAC__int32 buffer[], unsig… in FLAC__stream_encoder_process_interleaved()
2207 FLAC__int32 x, mid, side; in FLAC__stream_encoder_process_interleaved()
2452 memset(encoder->private_->integer_signal[i], 0, sizeof(FLAC__int32)*4); in resize_buffers_()
2463 memset(encoder->private_->integer_signal_mid_side[i], 0, sizeof(FLAC__int32)*4); in resize_buffers_()
3063 …>do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC__int32 * const *)encod… in process_frame_()
3364 const FLAC__int32 integer_signal[], in process_subframe_()
3367 FLAC__int32 *residual[2], in process_subframe_()
3666 const FLAC__int32 signal, in evaluate_constant_subframe_()
3689 const FLAC__int32 signal[], in evaluate_fixed_subframe_()
3690 FLAC__int32 residual[], in evaluate_fixed_subframe_()
3751 const FLAC__int32 signal[], in evaluate_lpc_subframe_()
3752 FLAC__int32 residual[], in evaluate_lpc_subframe_()
3770 …FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; /* WATCHOUT: the size is important; some x86 intrinsic… in evaluate_lpc_subframe_()
3821 memcpy(subframe->data.lpc.qlp_coeff, qlp_coeff, sizeof(FLAC__int32)*FLAC__MAX_LPC_ORDER); in evaluate_lpc_subframe_()
3837 const FLAC__int32 signal[], in evaluate_verbatim_subframe_()
3862 const FLAC__int32 residual[], in find_best_partition_order_()
3958 const FLAC__int32 residual[], in precompute_partition_info_sums_()
4019 const FLAC__int32 residual[], in precompute_partition_info_escapes_()
4033 FLAC__int32 r; in precompute_partition_info_escapes_()
4080 const FLAC__int32 *residual in count_rice_bits_in_partition_()
4119 const FLAC__int32 residual[],
4309 unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples)
4312 FLAC__int32 x = 0;
4333 void append_to_verify_fifo_(verify_input_fifo *fifo, const FLAC__int32 * const input[], unsigned in…
4338 …memcpy(&fifo->data[channel][fifo->tail], &input[channel][input_offset], sizeof(FLAC__int32) * wide…
4345 void append_to_verify_fifo_interleaved_(verify_input_fifo *fifo, const FLAC__int32 input[], unsigne…
4393 …k_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
4399 const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize;
4406 FLAC__int32 expect = 0, got = 0;
4411 expect = (FLAC__int32)encoder->private_->verify.input_fifo.data[channel][i];
4412 got = (FLAC__int32)buffer[channel][i];