Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Davcodec.h1016 #define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits macro
Doptions_table.h249 {"bits", "use fewest bits", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MB_DECISION_BITS }, INT_MIN, INT_MAX, …
Dmpegvideo_enc.c3385 if(s->avctx->mb_decision == FF_MB_DECISION_BITS) in encode_thread()