Home
last modified time | relevance | path

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

/third_party/ffmpeg/tests/checkasm/
H A Dmotion.c46 static const int look_ahead = 17; in test_motion() local
69 x = rnd() % (WIDTH - look_ahead); in test_motion()
70 y = rnd() % (HEIGHT - look_ahead); in test_motion()
/third_party/ffmpeg/libavcodec/
H A Dqsvenc.h167 int look_ahead; member
H A Dqsvenc_h264.c128 { "look_ahead", "Use VBR algorithm with look ahead", OFFSET(qsv.look_ahead), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, VE },
H A Dqsvenc.c437 int want_la = q->look_ahead; in select_rc_mode()

Completed in 5 milliseconds