OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:entropy_coding_method
(Results
1 - 4
of
4
) sorted by null
/external/flac/libFLAC/
stream_encoder_framing.c
393
if(!add_entropy_coding_method_(bw, &subframe->
entropy_coding_method
))
395
switch(subframe->
entropy_coding_method
.type) {
403
subframe->
entropy_coding_method
.data.partitioned_rice.contents->parameters,
404
subframe->
entropy_coding_method
.data.partitioned_rice.contents->raw_bits,
405
subframe->
entropy_coding_method
.data.partitioned_rice.order,
406
/*is_extended=*/subframe->
entropy_coding_method
.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
439
if(!add_entropy_coding_method_(bw, &subframe->
entropy_coding_method
))
441
switch(subframe->
entropy_coding_method
.type) {
449
subframe->
entropy_coding_method
.data.partitioned_rice.contents->parameters,
450
subframe->
entropy_coding_method
.data.partitioned_rice.contents->raw_bits
[
all
...]
stream_decoder.c
[
all
...]
stream_encoder.c
[
all
...]
/external/flac/include/FLAC/
format.h
298
FLAC__EntropyCodingMethod
entropy_coding_method
;
member in struct:__anon5817
315
FLAC__EntropyCodingMethod
entropy_coding_method
;
member in struct:__anon5818
[
all
...]
Completed in 1230 milliseconds