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.c2591 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_fixed_()
2592 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2597 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_fixed_()
2598 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_fixed_()
2607 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2610entropy_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[c… in read_subframe_fixed_()
2670 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_lpc_()
2671 switch(subframe->entropy_coding_method.type) { in read_subframe_lpc_()
2676 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_lpc_()
2677 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_lpc_()
[all …]
Dstream_encoder.c3713 subframe->data.fixed.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_fixed_subframe_()
3714 …subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_conte… in evaluate_fixed_subframe_()
3732 &subframe->data.fixed.entropy_coding_method in evaluate_fixed_subframe_()
3796 subframe->data.lpc.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_lpc_subframe_()
3797 …subframe->data.lpc.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_content… in evaluate_lpc_subframe_()
3815 &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