• Home
  • Raw
  • Download

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];
149FLAC__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_()
2029 FLAC__int32 mid, side; in read_frame_()
2139 …memset(decoder->private_->output[channel], 0, sizeof(FLAC__int32) * decoder->private_->frame.heade… in read_frame_()
2162 …if(write_audio_frame_to_client_(decoder, &decoder->private_->frame, (const FLAC__int32 * const *)d… in read_frame_()
2552 FLAC__int32 x; in read_subframe_constant_()
2554 FLAC__int32 *output = decoder->private_->output[channel]; in read_subframe_constant_()
2575 FLAC__int32 i32; in read_subframe_fixed_()
2622 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_fixed_()
2632 FLAC__int32 i32; in read_subframe_lpc_()
2701 memcpy(decoder->private_->output[channel], subframe->warmup, sizeof(FLAC__int32) * order); in read_subframe_lpc_()
2720 FLAC__int32 x, *residual = decoder->private_->residual[channel]; in read_subframe_verbatim_()
2735 …memcpy(decoder->private_->output[channel], subframe->data, sizeof(FLAC__int32) * decoder->private_… in read_subframe_verbatim_()
2740 …ntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__int32 *residual, FLAC… in read_residual_partitioned_rice_()
2938 …_client_(FLAC__StreamDecoder *decoder, const FLAC__Frame *frame, const FLAC__int32 * const buffer[… in write_audio_frame_to_client_()
2958 const FLAC__int32 *newbuffer[FLAC__MAX_CHANNELS]; in write_audio_frame_to_client_()