Home
last modified time | relevance | path

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

/third_party/ffmpeg/fftools/
Dffmpeg.h625 extern int qp_hist;
Dffmpeg_opt.c170 int qp_hist = 0; variable
3681 { "qphist", OPT_VIDEO | OPT_BOOL | OPT_EXPERT , { &qp_hist },
Dffmpeg.c1771 if (qp_hist) { in print_report()
3996 if (key == 's') qp_hist ^= 1; in check_keyboard_interaction()