Home | History | Annotate | Download | only in libvpx

Lines Matching defs:SHOW

862         "Show encoder parameters");
864 "Show PSNR in status line");
1416 #define SHOW(field) fprintf(stderr, " %-28s = %d\n", #field, cfg.field)
1426 SHOW(g_usage);
1427 SHOW(g_threads);
1428 SHOW(g_profile);
1429 SHOW(g_w);
1430 SHOW(g_h);
1431 SHOW(g_timebase.num);
1432 SHOW(g_timebase.den);
1433 SHOW(g_error_resilient);
1434 SHOW(g_pass);
1435 SHOW(g_lag_in_frames);
1436 SHOW(rc_dropframe_thresh);
1437 SHOW(rc_resize_allowed);
1438 SHOW(rc_resize_up_thresh);
1439 SHOW(rc_resize_down_thresh);
1440 SHOW(rc_end_usage);
1441 SHOW(rc_target_bitrate);
1442 SHOW(rc_min_quantizer);
1443 SHOW(rc_max_quantizer);
1444 SHOW(rc_undershoot_pct);
1445 SHOW(rc_overshoot_pct);
1446 SHOW(rc_buf_sz);
1447 SHOW(rc_buf_initial_sz);
1448 SHOW(rc_buf_optimal_sz);
1449 SHOW(rc_2pass_vbr_bias_pct);
1450 SHOW(rc_2pass_vbr_minsection_pct);
1451 SHOW(rc_2pass_vbr_maxsection_pct);
1452 SHOW(kf_mode);
1453 SHOW(kf_min_dist);
1454 SHOW(kf_max_dist);