Searched refs:rc_lookahead (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibx264.c52 int rc_lookahead; member in struct:X264Context
292 if (avctx->rc_lookahead >= 0)
293 x4->params.rc.i_lookahead = avctx->rc_lookahead;
386 if (x4->rc_lookahead >= 0)
387 x4->params.rc.i_lookahead = x4->rc_lookahead;
530 { "rc-lookahead", "Number of frames to look ahead for frametype and ratecontrol", OFFSET(rc_lookahead), AV_OPT_TYPE_INT, {-1 }, -1, INT_MAX, VE },
H A Davcodec.h3027 attribute_deprecated int rc_lookahead; member in struct:AVCodecContext
H A Doptions.c495 {"rc_lookahead", "specify number of frames to look ahead for frametype", OFFSET(rc_lookahead), AV_OPT_TYPE_INT, {.dbl = -1 }, -1, INT_MAX, V|E},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibx264.c63 int rc_lookahead; member in struct:X264Context
512 if (x4->rc_lookahead >= 0)
513 x4->params.rc.i_lookahead = x4->rc_lookahead;
771 { "rc-lookahead", "Number of frames to look ahead for frametype and ratecontrol", OFFSET(rc_lookahead), AV_OPT_TYPE_INT, { .i64 = -1 }, -1, INT_MAX, VE },
835 // { "rc_lookahead", "-1" },

Completed in 112 milliseconds