• Home
  • Raw
  • Download

Lines Matching refs:FLAC__int32

85 	FLAC__int32 *data[FLAC__MAX_CHANNELS];
152 const FLAC__int32 integer_signal[],
155 FLAC__int32 *residual[2],
170 const FLAC__int32 signal,
178 const FLAC__int32 signal[],
179 FLAC__int32 residual[],
198 const FLAC__int32 signal[],
199 FLAC__int32 residual[],
220 const FLAC__int32 signal[],
228 const FLAC__int32 residual[],
244 const FLAC__int32 residual[],
254 const FLAC__int32 residual[],
264 const FLAC__int32 residual[],
279 static unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples);
284 const FLAC__int32 * const input[],
292 const FLAC__int32 input[],
299 …k_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
318 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
319FLAC__int32 *integer_signal_mid_side[2]; /* the integer version of the mid-side input sig…
328FLAC__int32 *residual_workspace[FLAC__MAX_CHANNELS][2]; /* each channel has a candidate and best w…
329 FLAC__int32 *residual_workspace_mid_side[2][2];
354 …void (*local_precompute_partition_info_sums)(const FLAC__int32 residual[], FLAC__uint64 abs_residu…
356 …unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, float …
357 …unsigned (*local_fixed_compute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, f…
359 …unsigned (*local_fixed_compute_best_predictor)(const FLAC__int32 data[], unsigned data_len, FLAC__…
360 …unsigned (*local_fixed_compute_best_predictor_wide)(const FLAC__int32 data[], unsigned data_len, F…
364 …efficients)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned or…
365 …ents_64bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned or…
366 …ents_16bit)(const FLAC__int32 *data, unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned or…
386 FLAC__int32 *integer_signal_unaligned[FLAC__MAX_CHANNELS];
387 FLAC__int32 *integer_signal_mid_side_unaligned[2];
394 FLAC__int32 *residual_workspace_unaligned[FLAC__MAX_CHANNELS][2];
395 FLAC__int32 *residual_workspace_mid_side_unaligned[2][2];
420 FLAC__int32 expected;
421 FLAC__int32 got;
1109 …if(0 == (encoder->private_->verify.input_fifo.data[i] = safe_malloc_mul_2op_p(sizeof(FLAC__int32),… in init_stream_internal_()
1712 FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); in FLAC__stream_encoder_set_apodization()
1723 FLAC__int32 m; in FLAC__stream_encoder_set_apodization()
1733 FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+15, 0); in FLAC__stream_encoder_set_apodization()
1744 FLAC__int32 m; in FLAC__stream_encoder_set_apodization()
1980 …signed *frame_number, unsigned *channel, unsigned *sample, FLAC__int32 *expected, FLAC__int32 *got) in FLAC__stream_encoder_get_verify_decoder_error_stats()
2143 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * … in FLAC__stream_encoder_process()
2199 …stream_encoder_process_interleaved(FLAC__StreamEncoder *encoder, const FLAC__int32 buffer[], unsig… in FLAC__stream_encoder_process_interleaved()
2202 FLAC__int32 x, mid, side; in FLAC__stream_encoder_process_interleaved()
2445 memset(encoder->private_->integer_signal[i], 0, sizeof(FLAC__int32)*4); in resize_buffers_()
2456 memset(encoder->private_->integer_signal_mid_side[i], 0, sizeof(FLAC__int32)*4); in resize_buffers_()
3056 …>do_md5 && !FLAC__MD5Accumulate(&encoder->private_->md5context, (const FLAC__int32 * const *)encod… in process_frame_()
3363 const FLAC__int32 integer_signal[], in process_subframe_()
3366 FLAC__int32 *residual[2], in process_subframe_()
3668 const FLAC__int32 signal, in evaluate_constant_subframe_()
3691 const FLAC__int32 signal[], in evaluate_fixed_subframe_()
3692 FLAC__int32 residual[], in evaluate_fixed_subframe_()
3753 const FLAC__int32 signal[], in evaluate_lpc_subframe_()
3754 FLAC__int32 residual[], in evaluate_lpc_subframe_()
3772FLAC__int32 qlp_coeff[FLAC__MAX_LPC_ORDER]; /* WATCHOUT: the size is important; some x86 intrinsic… in evaluate_lpc_subframe_()
3823 memcpy(subframe->data.lpc.qlp_coeff, qlp_coeff, sizeof(FLAC__int32)*FLAC__MAX_LPC_ORDER); in evaluate_lpc_subframe_()
3839 const FLAC__int32 signal[], in evaluate_verbatim_subframe_()
3864 const FLAC__int32 residual[], in find_best_partition_order_()
3960 const FLAC__int32 residual[], in precompute_partition_info_sums_()
4017 const FLAC__int32 residual[], in precompute_partition_info_escapes_()
4031 FLAC__int32 r; in precompute_partition_info_escapes_()
4078 const FLAC__int32 *residual in count_rice_bits_in_partition_()
4117 const FLAC__int32 residual[],
4307 unsigned get_wasted_bits_(FLAC__int32 signal[], unsigned samples)
4310 FLAC__int32 x = 0;
4331 void append_to_verify_fifo_(verify_input_fifo *fifo, const FLAC__int32 * const input[], unsigned in…
4336 …memcpy(&fifo->data[channel][fifo->tail], &input[channel][input_offset], sizeof(FLAC__int32) * wide…
4343 void append_to_verify_fifo_interleaved_(verify_input_fifo *fifo, const FLAC__int32 input[], unsigne…
4391 …k_(const FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
4397 const unsigned bytes_per_block = sizeof(FLAC__int32) * blocksize;
4404 FLAC__int32 expect = 0, got = 0;
4409 expect = (FLAC__int32)encoder->private_->verify.input_fifo.data[channel][i];
4410 got = (FLAC__int32)buffer[channel][i];