Searched refs:auto_alt_ref (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvpxenc.c60 int auto_alt_ref; member in struct:VP8EncoderContext
329 if (ctx->auto_alt_ref >= 0)
330 codecctl_int(avctx, VP8E_SET_ENABLEAUTOALTREF, ctx->auto_alt_ref);
528 "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {-1}, -1, 1, VE},
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxenc.c83 int auto_alt_ref; member in struct:VP8EncoderContext
420 ctx->auto_alt_ref = 1;
421 if (ctx->auto_alt_ref >= 0)
422 codecctl_int(avctx, VP8E_SET_ENABLEAUTOALTREF, ctx->auto_alt_ref);
758 "frames (2-pass only)", OFFSET(auto_alt_ref), AV_OPT_TYPE_INT, {.i64 = -1}, -1, 1, VE}, \

Completed in 46 milliseconds