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.c393 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method)) in FLAC__subframe_add_fixed()
395 switch(subframe->entropy_coding_method.type) { in FLAC__subframe_add_fixed()
403 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters, in FLAC__subframe_add_fixed()
404 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits, in FLAC__subframe_add_fixed()
405 subframe->entropy_coding_method.data.partitioned_rice.order, in FLAC__subframe_add_fixed()
406 …/*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RI… in FLAC__subframe_add_fixed()
439 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method)) in FLAC__subframe_add_lpc()
441 switch(subframe->entropy_coding_method.type) { in FLAC__subframe_add_lpc()
449 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters, in FLAC__subframe_add_lpc()
450 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits, in FLAC__subframe_add_lpc()
[all …]
Dstream_decoder.c2570 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_fixed_()
2571 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2576 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_fixed_()
2577 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_fixed_()
2586 switch(subframe->entropy_coding_method.type) { in read_subframe_fixed_()
2589entropy_coding_method.data.partitioned_rice.order, &decoder->private_->partitioned_rice_contents[c… in read_subframe_fixed_()
2649 subframe->entropy_coding_method.type = (FLAC__EntropyCodingMethodType)u32; in read_subframe_lpc_()
2650 switch(subframe->entropy_coding_method.type) { in read_subframe_lpc_()
2655 subframe->entropy_coding_method.data.partitioned_rice.order = u32; in read_subframe_lpc_()
2656 …subframe->entropy_coding_method.data.partitioned_rice.contents = &decoder->private_->partitioned_r… in read_subframe_lpc_()
[all …]
Dstream_encoder.c3528 subframe->data.fixed.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_fixed_subframe_()
3529 …subframe->data.fixed.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_conte… in evaluate_fixed_subframe_()
3547 &subframe->data.fixed.entropy_coding_method in evaluate_fixed_subframe_()
3611 subframe->data.lpc.entropy_coding_method.type = FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE; in evaluate_lpc_subframe_()
3612 …subframe->data.lpc.entropy_coding_method.data.partitioned_rice.contents = partitioned_rice_content… in evaluate_lpc_subframe_()
3630 &subframe->data.lpc.entropy_coding_method in evaluate_lpc_subframe_()
/external/flac/include/FLAC/
Dformat.h298 FLAC__EntropyCodingMethod entropy_coding_method; member
315 FLAC__EntropyCodingMethod entropy_coding_method; member