Lines Matching refs:partitioned_rice_contents
102 …ition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__i…
150 FLAC__EntropyCodingMethod_PartitionedRiceContents partitioned_rice_contents[FLAC__MAX_CHANNELS]; member
303 …opy_coding_method_partitioned_rice_contents_init(&decoder->private_->partitioned_rice_contents[i]); in FLAC__stream_decoder_new()
333 …py_coding_method_partitioned_rice_contents_clear(&decoder->private_->partitioned_rice_contents[i]); in FLAC__stream_decoder_delete()
2598 …ing_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel]; in read_subframe_fixed_()
2610 …_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel]… in read_subframe_fixed_()
2677 …ing_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel]; in read_subframe_lpc_()
2689 …_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel]… in read_subframe_lpc_()
2737 …ition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__i… in read_residual_partitioned_rice_() argument
2763 …mat_entropy_coding_method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_ma… in read_residual_partitioned_rice_()
2772 partitioned_rice_contents->parameters[partition] = rice_parameter; in read_residual_partitioned_rice_()
2774 partitioned_rice_contents->raw_bits[partition] = 0; in read_residual_partitioned_rice_()
2783 partitioned_rice_contents->raw_bits[partition] = rice_parameter; in read_residual_partitioned_rice_()