Home | History | Annotate | Download | only in libvpx

Lines Matching defs:SHOW

127     ARG_DEF(NULL, "help", 0, "Show usage options and exit");
168 ARG_DEF("v", "verbose", 0, "Show encoder parameters");
170 ARG_DEF(NULL, "psnr", 0, "Show PSNR in status line");
189 ARG_DEF(NULL, "q-hist", 1, "Show quantizer histogram (n-buckets)");
191 ARG_DEF(NULL, "rate-hist", 1, "Show rate histogram (n-buckets)");
1412 #define SHOW(field) \
1427 SHOW(g_usage);
1428 SHOW(g_threads);
1429 SHOW(g_profile);
1430 SHOW(g_w);
1431 SHOW(g_h);
1432 SHOW(g_bit_depth);
1433 SHOW(g_input_bit_depth);
1434 SHOW(g_timebase.num);
1435 SHOW(g_timebase.den);
1436 SHOW(g_error_resilient);
1437 SHOW(g_pass);
1438 SHOW(g_lag_in_frames);
1439 SHOW(rc_dropframe_thresh);
1440 SHOW(rc_resize_allowed);
1441 SHOW(rc_scaled_width);
1442 SHOW(rc_scaled_height);
1443 SHOW(rc_resize_up_thresh);
1444 SHOW(rc_resize_down_thresh);
1445 SHOW(rc_end_usage);
1446 SHOW(rc_target_bitrate);
1447 SHOW(rc_min_quantizer);
1448 SHOW(rc_max_quantizer);
1449 SHOW(rc_undershoot_pct);
1450 SHOW(rc_overshoot_pct);
1451 SHOW(rc_buf_sz);
1452 SHOW(rc_buf_initial_sz);
1453 SHOW(rc_buf_optimal_sz);
1454 SHOW(rc_2pass_vbr_bias_pct);
1455 SHOW(rc_2pass_vbr_minsection_pct);
1456 SHOW(rc_2pass_vbr_maxsection_pct);
1457 SHOW(rc_2pass_vbr_corpus_complexity);
1458 SHOW(kf_mode);
1459 SHOW(kf_min_dist);
1460 SHOW(kf_max_dist);
2059 /* Show configuration */