Home
last modified time | relevance | path

Searched refs:FLAC__EntropyCodingMethod (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/flac/include/FLAC/
H A Dformat.h257 } FLAC__EntropyCodingMethod; typedef
306 FLAC__EntropyCodingMethod entropy_coding_method;
323 FLAC__EntropyCodingMethod entropy_coding_method;
/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder_framing.c44 static FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *…
522 FLAC__bool add_entropy_coding_method_(FLAC__BitWriter *bw, const FLAC__EntropyCodingMethod *method) in add_entropy_coding_method_()
H A Dstream_encoder.c259 FLAC__EntropyCodingMethod *best_ecm
4102 FLAC__EntropyCodingMethod *best_ecm in find_best_partition_order_()