• Home
  • Raw
  • Download

Lines Matching refs:FLAC__int32

96 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC…
103 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
132 …_signal)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
134 …l_64bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
136 …l_16bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
140 FLAC__int32 *output[FLAC__MAX_CHANNELS];
141FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real p…
158 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
1269 FLAC__int32 *tmp; in allocate_output_()
1294 tmp = safe_malloc_muladd2_(sizeof(FLAC__int32), /*times (*/size, /*+*/4/*)*/); in allocate_output_()
1299 memset(tmp, 0, sizeof(FLAC__int32)*4); in allocate_output_()
2019 FLAC__int32 mid, side; in read_frame_()
2129 …memset(decoder->private_->output[channel], 0, sizeof(FLAC__int32) * decoder->private_->frame.heade… in read_frame_()
2152 …if(write_audio_frame_to_client_(decoder, &decoder->private_->frame, (const FLAC__int32 * const *)d… in read_frame_()
2548 FLAC__int32 x; in read_subframe_constant_()
2550 FLAC__int32 *output = decoder->private_->output[channel]; in read_subframe_constant_()
2571 FLAC__int32 i32; in read_subframe_fixed_()
2623 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_fixed_()
2633 FLAC__int32 i32; in read_subframe_lpc_()
2712 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_lpc_()
2728 FLAC__int32 x, *residual = decoder->private_->residual[channel]; in read_subframe_verbatim_()
2743 …memcpy(decoder->private_->output[channel], subframe->data, sizeof(FLAC__int32) * decoder->private_… in read_subframe_verbatim_()
2748 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC… in read_residual_partitioned_rice_()
2933 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[… in write_audio_frame_to_client_()
2953 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS]; in write_audio_frame_to_client_()