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.c394 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method)) in FLAC__subframe_add_fixed()
396 switch(subframe->entropy_coding_method.type) { in FLAC__subframe_add_fixed()
404 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters, in FLAC__subframe_add_fixed()
405 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits, in FLAC__subframe_add_fixed()
406 subframe->entropy_coding_method.data.partitioned_rice.order, in FLAC__subframe_add_fixed()
407 …/*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RI… in FLAC__subframe_add_fixed()
440 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method)) in FLAC__subframe_add_lpc()
442 switch(subframe->entropy_coding_method.type) { in FLAC__subframe_add_lpc()
450 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters, in FLAC__subframe_add_lpc()
451 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits, in FLAC__subframe_add_lpc()
[all …]
Dstream_decoder.c2590 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_fixed_()
2591 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2601 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_fixed_()
2602 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_fixed_()
2611 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2614entropy_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[c… in read_subframe_fixed_()
2679 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_lpc_()
2680 switch(subframe->entropy_coding_method.type) { in read_subframe_lpc_()
2690 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_lpc_()
2691 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_lpc_()
[all …]
Dstream_encoder.c3715 subframe->data.fixed.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_fixed_subframe_()
3716 …subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_conte… in evaluate_fixed_subframe_()
3734 &subframe->data.fixed.entropy_coding_method in evaluate_fixed_subframe_()
3798 subframe->data.lpc.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_lpc_subframe_()
3799 …subframe->data.lpc.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_content… in evaluate_lpc_subframe_()
3817 &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