• Home
  • Raw
  • Download

Lines Matching refs:partitioned_rice_contents

96 …ition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__i…
142 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents[FLAC__MAX_CHANNELS]; member
293 …opy_coding_method_partitioned_rice_contents_init(&decoder->private_->partitioned_rice_contents[i]); in FLAC__stream_decoder_new()
323 …py_coding_method_partitioned_rice_contents_clear(&decoder->private_->partitioned_rice_contents[i]); in FLAC__stream_decoder_delete()
2602 …ing_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel]; in read_subframe_fixed_()
2614 …_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel]… in read_subframe_fixed_()
2691 …ing_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel]; in read_subframe_lpc_()
2703 …_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel]… in read_subframe_lpc_()
2748 …ition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__i… in read_residual_partitioned_rice_() argument
2761 …mat_entropy_coding_method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_ma… in read_residual_partitioned_rice_()
2770 partitioned_rice_contents->parameters[partition] = rice_parameter; in read_residual_partitioned_rice_()
2772 partitioned_rice_contents->raw_bits[partition] = 0; in read_residual_partitioned_rice_()
2781 partitioned_rice_contents->raw_bits[partition] = rice_parameter; in read_residual_partitioned_rice_()