Home | History | Annotate | Download | only in libFLAC

Lines Matching refs:entropy_coding_method

2570 	subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32;
2571 switch(subframe->entropy_coding_method.type) {
2576 subframe->entropy_coding_method.data.partitioned_rice.order = u32;
2577 subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel];
2586 switch(subframe->entropy_coding_method.type) {
2589 if(!read_residual_partitioned_rice_(decoder, order, subframe->entropy_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel], decoder->private_->residual[channel], /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2))
2649 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32;
2650 switch(subframe->entropy_coding_method.type) {
2655 subframe->entropy_coding_method.data.partitioned_rice.order = u32;
2656 subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_rice_contents[channel];
2665 switch(subframe->entropy_coding_method.type) {
2668 if(!read_residual_partitioned_rice_(decoder, order, subframe->entropy_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[channel], decoder->private_->residual[channel], /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2))