Searched refs:prediction_order_method (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | flacenc.c | 66 int prediction_order_method; member 210 switch (opt->prediction_order_method) { in dprint_compression_options() 328 if (s->options.prediction_order_method < 0) in flac_encode_init() 329 s->options.prediction_order_method = ((int[]){ ORDER_METHOD_EST, ORDER_METHOD_EST, ORDER_METHOD_EST, in flac_encode_init() 824 omethod = s->options.prediction_order_method; 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" },
|
Completed in 3 milliseconds