HomeSort by relevance Sort by last modified time
    Searched refs:entropy_coding_method (Results 1 - 4 of 4) sorted by null

  /external/flac/libFLAC/
stream_encoder_framing.c 389 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method))
391 switch(subframe->entropy_coding_method.type) {
399 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters,
400 subframe->entropy_coding_method.data.partitioned_rice.contents->raw_bits,
401 subframe->entropy_coding_method.data.partitioned_rice.order,
402 /*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RICE2
435 if(!add_entropy_coding_method_(bw, &subframe->entropy_coding_method))
437 switch(subframe->entropy_coding_method.type) {
445 subframe->entropy_coding_method.data.partitioned_rice.contents->parameters,
446 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 299 FLAC__EntropyCodingMethod entropy_coding_method; member in struct:__anon12632
316 FLAC__EntropyCodingMethod entropy_coding_method; member in struct:__anon12633
    [all...]

Completed in 49 milliseconds