Searched refs:FF_MB_DECISION_BITS (Results 1 – 3 of 3) sorted by relevance
1016 #define FF_MB_DECISION_BITS 1 ///< chooses the one which needs the fewest bits macro
249 {"bits", "use fewest bits", 0, AV_OPT_TYPE_CONST, {.i64 = FF_MB_DECISION_BITS }, INT_MIN, INT_MAX, …
3385 if(s->avctx->mb_decision == FF_MB_DECISION_BITS) in encode_thread()