Lines Matching refs:FLAC__int32
102 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC…
109 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
140 …_signal)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
142 …l_64bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
144 …l_16bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
148 FLAC__int32 *output[FLAC__MAX_CHANNELS];
149 …FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real p…
166 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
1282 FLAC__int32 *tmp; in allocate_output_()
1310 tmp = safe_malloc_muladd2_(sizeof(FLAC__int32), /*times (*/size, /*+*/4/*)*/); in allocate_output_()
1315 memset(tmp, 0, sizeof(FLAC__int32)*4); in allocate_output_()
2026 FLAC__int32 mid, side; in read_frame_()
2136 …memset(decoder->private_->output[channel], 0, sizeof(FLAC__int32) * decoder->private_->frame.heade… in read_frame_()
2159 …if(write_audio_frame_to_client_(decoder, &decoder->private_->frame, (const FLAC__int32 * const *)d… in read_frame_()
2549 FLAC__int32 x; in read_subframe_constant_()
2551 FLAC__int32 *output = decoder->private_->output[channel]; in read_subframe_constant_()
2572 FLAC__int32 i32; in read_subframe_fixed_()
2619 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_fixed_()
2629 FLAC__int32 i32; in read_subframe_lpc_()
2698 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_lpc_()
2717 FLAC__int32 x, *residual = decoder->private_->residual[channel]; in read_subframe_verbatim_()
2732 …memcpy(decoder->private_->output[channel], subframe->data, sizeof(FLAC__int32) * decoder->private_… in read_subframe_verbatim_()
2737 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC… in read_residual_partitioned_rice_()
2935 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[… in write_audio_frame_to_client_()
2955 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS]; in write_audio_frame_to_client_()