Lines Matching refs:entropy_coding_method
389 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()
447 subframe->entropy_coding_method.data.partitioned_rice.order, in FLAC__subframe_add_lpc()
448 …/*is_extended=*/subframe->entropy_coding_method.type == FLAC__ENTROPY_CODING_METHOD_PARTITIONED_RI… in FLAC__subframe_add_lpc()