Searched refs:ORDER_METHOD_LOG (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | flacenc.c | 226 case ORDER_METHOD_LOG: in dprint_compression_options() 331 ORDER_METHOD_4LEVEL, ORDER_METHOD_LOG, ORDER_METHOD_4LEVEL, in flac_encode_init() 332 ORDER_METHOD_LOG, ORDER_METHOD_SEARCH, ORDER_METHOD_LOG, in flac_encode_init() 902 } else if (omethod == ORDER_METHOD_LOG) { in encode_residual_ch() 1433 { "prediction_order_method", "Search method for selecting prediction order", offsetof(FlacEncodeContext, options.prediction_order_method), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, ORDER_METHOD_LOG, FLAGS, "predm" }, 1439 { "log", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = ORDER_METHOD_LOG }, INT_MIN, INT_MAX, FLAGS, "predm" },
|
H A D | lpc.h | 35 #define ORDER_METHOD_LOG 5 macro
|
Completed in 3 milliseconds