Home | History | Annotate | Download | only in libvpx

Lines Matching refs:stderr

89     vfprintf(stderr, fmt, ap);
90 fprintf(stderr, "\n");
100 fprintf(stderr, "%s: %s\n", s, vpx_codec_error(ctx));
103 fprintf(stderr, " %s\n", detail);
155 fprintf(stderr, "First-pass stats file must be seekable!\n");
166 fprintf(stderr, "Failed to allocate first-pass stats buffer (%lu bytes)\n",
242 fprintf(stderr,
382 fprintf(stderr, "Error: Unrecognized IVF version! This file may not"
715 fprintf(stderr, "\nFailed to realloc cue list.\n");
1056 fprintf(stderr, "Usage: %s <options> -o dst_filename src_filename \n",
1059 fprintf(stderr, "\nOptions:\n");
1061 fprintf(stderr, "\nEncoder Global Options:\n");
1063 fprintf(stderr, "\nRate Control Options:\n");
1065 fprintf(stderr, "\nTwopass Rate Control Options:\n");
1067 fprintf(stderr, "\nKeyframe Placement Options:\n");
1070 fprintf(stderr, "\nVP8 Specific Options:\n");
1073 fprintf(stderr, "\n"
1078 fprintf(stderr, " %-6s - %s\n",
1218 fprintf(stderr, "Warning: Assuming --pass=%d implies --passes=%d\n",
1232 fprintf(stderr, "Failed to get config: %s\n",
1301 fprintf(stderr,
1310 fprintf(stderr,
1319 fprintf(stderr,
1397 fprintf(stderr, "Failed to open input file\n");
1428 fprintf(stderr, "Unsupported Y4M stream.\n");
1445 fprintf(stderr, "Unsupported fourcc (%08x) in IVF\n", fourcc);
1456 fprintf(stderr, "Specify stream dimensions with --width (-w) "
1461 #define SHOW(field) fprintf(stderr, " %-28s = %d\n", #field, cfg.field)
1465 fprintf(stderr, "Codec: %s\n", vpx_codec_iface_name(codec->iface));
1466 fprintf(stderr, "Source file: %s Format: %s\n", in_fn,
1468 fprintf(stderr, "Destination file: %s\n", out_fn);
1469 fprintf(stderr, "Encoder parameters:\n");
1518 fprintf(stderr, "Failed to open output file\n");
1524 fprintf(stderr, "WebM output to pipes not supported.\n");
1532 fprintf(stderr, "Failed to open statistics store\n");
1540 fprintf(stderr, "Failed to open statistics store\n");
1578 fprintf(stderr, "Error: Tried to set control %d = %d\n",
1602 fprintf(stderr,
1632 fprintf(stderr, " %6luF",
1654 fprintf(stderr, " %6luS",
1671 fprintf(stderr, "%.3lf ", pkt->data.psnr.psnr[i]);
1686 fprintf(stderr,
1701 fprintf(stderr, "\nPSNR (Overall/Avg/Y/U/V)");
1703 fprintf(stderr, " %.3lf", ovpsnr);
1706 fprintf(stderr, " %.3lf", psnr_totals[i]/psnr_count);
1726 fprintf(stderr, "\n");