Lines Matching refs:FLAC__int32
125 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC…
132 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[…
163 …_signal)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
165 …l_64bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
167 …l_16bit)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
169 …_order8)(const FLAC__int32 residual[], unsigned data_len, const FLAC__int32 qlp_coeff[], unsigned …
174 FLAC__int32 *output[FLAC__MAX_CHANNELS];
175 …FLAC__int32 *residual[FLAC__MAX_CHANNELS]; /* WATCHOUT: these are the aligned pointers; the real p…
192 FLAC__int32 *residual_unaligned[FLAC__MAX_CHANNELS];
1310 FLAC__int32 *tmp; in allocate_output_()
1335 tmp = (FLAC__int32*)safe_malloc_muladd2_(sizeof(FLAC__int32), /*times (*/size, /*+*/4/*)*/); in allocate_output_()
1340 memset(tmp, 0, sizeof(FLAC__int32)*4); in allocate_output_()
2005 FLAC__int32 mid, side; in read_frame_()
2115 …memset(decoder->private_->output[channel], 0, sizeof(FLAC__int32) * decoder->private_->frame.heade… in read_frame_()
2138 …if(write_audio_frame_to_client_(decoder, &decoder->private_->frame, (const FLAC__int32 * const *)d… in read_frame_()
2528 FLAC__int32 x; in read_subframe_constant_()
2530 FLAC__int32 *output = decoder->private_->output[channel]; in read_subframe_constant_()
2551 FLAC__int32 i32; in read_subframe_fixed_()
2598 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_fixed_()
2608 FLAC__int32 i32; in read_subframe_lpc_()
2677 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_lpc_()
2700 FLAC__int32 x, *residual = decoder->private_->residual[channel]; in read_subframe_verbatim_()
2715 …memcpy(decoder->private_->output[channel], subframe->data, sizeof(FLAC__int32) * decoder->private_… in read_subframe_verbatim_()
2720 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC… in read_residual_partitioned_rice_()
2918 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[… in write_audio_frame_to_client_()
2938 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS]; in write_audio_frame_to_client_()