Home
last modified time | relevance | path

Searched refs:entropy_coding_method (Results 1 – 4 of 4) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder_framing.c389 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method)) in FLAC__subframe_add_fixed()
391 switch(subframe->entropy_coding_method.type) { in FLAC__subframe_add_fixed()
399 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters, in FLAC__subframe_add_fixed()
400 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits, in FLAC__subframe_add_fixed()
401 subframe->entropy_coding_method.data.partitioned_rice.order, in FLAC__subframe_add_fixed()
402 …/*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RI… in FLAC__subframe_add_fixed()
435 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method)) in FLAC__subframe_add_lpc()
437 switch(subframe->entropy_coding_method.type) { in FLAC__subframe_add_lpc()
445 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters, in FLAC__subframe_add_lpc()
446 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits, in FLAC__subframe_add_lpc()
[all …]
Dstream_decoder.c2599 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_fixed_()
2600 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2610 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_fixed_()
2611 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_fixed_()
2620 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2623entropy_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[c… in read_subframe_fixed_()
2688 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_lpc_()
2689 switch(subframe->entropy_coding_method.type) { in read_subframe_lpc_()
2699 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_lpc_()
2700 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_lpc_()
[all …]
Dstream_encoder.c3719 subframe->data.fixed.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_fixed_subframe_()
3720 …subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_conte… in evaluate_fixed_subframe_()
3738 &subframe->data.fixed.entropy_coding_method in evaluate_fixed_subframe_()
3802 subframe->data.lpc.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_lpc_subframe_()
3803 …subframe->data.lpc.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_content… in evaluate_lpc_subframe_()
3821 &subframe->data.lpc.entropy_coding_method in evaluate_lpc_subframe_()
/external/flac/include/FLAC/
Dformat.h299 FLAC__EntropyCodingMethod entropy_coding_method; member
316 FLAC__EntropyCodingMethod entropy_coding_method; member