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()
2603 …ing_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel]; in read_subframe_fixed_()
2615 …_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel]… in read_subframe_fixed_()
2692 …ing_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel]; in read_subframe_lpc_()
2704 …_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel]… in read_subframe_lpc_()
2749 …ition_order, FLAC__EntropyCodingMethod_PartitionedRiceContents *partitioned_rice_contents, FLAC__i… in read_residual_partitioned_rice_() argument
2762 …mat_entropy_coding_method_partitioned_rice_contents_ensure_size(partitioned_rice_contents, flac_ma… in read_residual_partitioned_rice_()
2771 partitioned_rice_contents->parameters[partition] = rice_parameter; in read_residual_partitioned_rice_()
2773 partitioned_rice_contents->raw_bits[partition] = 0; in read_residual_partitioned_rice_()
2782 partitioned_rice_contents->raw_bits[partition] = rice_parameter; in read_residual_partitioned_rice_()