Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h640 extern int qp_hist;
Dffmpeg_opt.c174 int qp_hist = 0; variable
3902 { "qphist", OPT_VIDEO | OPT_BOOL | OPT_EXPERT , { &qp_hist },
Dffmpeg.c1576 if (qp_hist) { in print_report()
3545 if (key == 's') qp_hist ^= 1; in check_keyboard_interaction()