Searched refs:add_compression_setting_bool (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/flac/
H A Dmain.c68 static void add_compression_setting_bool(compression_setting_type_t type, FLAC__bool value);
861 add_compression_setting_bool(CST_DO_EXHAUSTIVE_MODEL_SEARCH, false);
864 add_compression_setting_bool(CST_DO_MID_SIDE, false);
865 add_compression_setting_bool(CST_LOOSE_MID_SIDE, false);
868 add_compression_setting_bool(CST_DO_MID_SIDE, false);
869 add_compression_setting_bool(CST_LOOSE_MID_SIDE, false);
872 add_compression_setting_bool(CST_DO_QLP_COEFF_PREC_SEARCH, false);
997 add_compression_setting_bool(CST_DO_EXHAUSTIVE_MODEL_SEARCH, true);
1000 add_compression_setting_bool(CST_DO_ESCAPE_CODING, true);
1014 add_compression_setting_bool(CST_DO_MID_SID
1082 void add_compression_setting_bool(compression_setting_type_t type, FLAC__bool value) function
[all...]

Completed in 75 milliseconds