Home
last modified time | relevance | path

Searched refs:ORDER_METHOD_LOG (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dflacenc.c223 case ORDER_METHOD_LOG: in dprint_compression_options()
328 … ORDER_METHOD_4LEVEL, ORDER_METHOD_LOG, ORDER_METHOD_4LEVEL, in flac_encode_init()
329ORDER_METHOD_LOG, ORDER_METHOD_SEARCH, ORDER_METHOD_LOG, in flac_encode_init()
935 } else if (omethod == ORDER_METHOD_LOG) { in encode_residual_ch()
1474 …ptions.prediction_order_method), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, ORDER_METHOD_LOG, FLAGS, "pred…
1480 { "log", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = ORDER_METHOD_LOG }, INT_MIN, INT_MAX, FLAGS,…
Dlpc.h35 #define ORDER_METHOD_LOG 5 macro