Lines Matching refs:pass

110  * first pass statistics.
115 int pass;
121 int stats_open_file(stats_io_t *stats, const char *fpf, int pass)
125 stats->pass = pass;
127 if (pass == 0)
155 fprintf(stderr, "First-pass stats file must be seekable!\n");
166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n",
179 int stats_open_mem(stats_io_t *stats, int pass)
182 stats->pass = pass;
184 if (!pass)
201 if (stats->pass == last_pass)
216 if (stats->pass == last_pass)
878 static const arg_def_t pass_arg = ARG_DEF(NULL, "pass", 1,
881 "First pass statistics file name");
1096 int pass, one_pass_only = 0;
1167 die("Error: Invalid pass selected (%d)\n", one_pass_only);
1210 /* Ensure that --passes and --pass are consistent. If --pass is set and --passes=2,
1215 /* DWIM: Assume the user meant passes=2 if pass=2 is specified */
1218 fprintf(stderr, "Warning: Assuming --pass=%d implies --passes=%d\n",
1224 die("Must specify --fpf when --pass=%d and --passes=2\n", one_pass_only);
1302 "Warning: option %s ignored in one-pass mode.\n",
1311 "Warning: option %s ignored in one-pass mode.\n",
1320 "Warning: option %s ignored in one-pass mode.\n",
1385 for (pass = one_pass_only ? one_pass_only - 1 : 0; pass < arg_passes; pass++)
1463 if (verbose && pass == 0)
1502 if(pass == (one_pass_only ? one_pass_only - 1 : 0)) {
1530 if (!stats_open_file(&stats, stats_fn, pass))
1538 if (!stats_open_mem(&stats, pass))
1546 ? pass ? VPX_RC_LAST_PASS : VPX_RC_FIRST_PASS
1550 if (pass)
1603 "\rPass %d/%d frame %4d/%-4d %7ldB \033[K", pass + 1,
1688 " %7lu %s (%.2f fps)\033[K", pass + 1,