Merge "Removing unused ssim_weighted_pred_err field from FIRSTPASS_STATS."
This commit is contained in:
Коммит
48f0935b81
|
@ -137,14 +137,13 @@ static void output_stats(FIRSTPASS_STATS *stats,
|
|||
FILE *fpfile;
|
||||
fpfile = fopen("firstpass.stt", "a");
|
||||
|
||||
fprintf(fpfile, "%12.0f %12.0f %12.0f %12.0f %12.0f %12.4f %12.4f"
|
||||
fprintf(fpfile, "%12.0f %12.0f %12.0f %12.0f %12.4f %12.4f"
|
||||
"%12.4f %12.4f %12.4f %12.4f %12.4f %12.4f %12.4f"
|
||||
"%12.0f %12.0f %12.4f %12.0f %12.0f %12.4f\n",
|
||||
stats->frame,
|
||||
stats->intra_error,
|
||||
stats->coded_error,
|
||||
stats->sr_coded_error,
|
||||
stats->ssim_weighted_pred_err,
|
||||
stats->pcnt_inter,
|
||||
stats->pcnt_motion,
|
||||
stats->pcnt_second_ref,
|
||||
|
|
|
@ -22,7 +22,6 @@ typedef struct {
|
|||
double intra_error;
|
||||
double coded_error;
|
||||
double sr_coded_error;
|
||||
double ssim_weighted_pred_err;
|
||||
double pcnt_inter;
|
||||
double pcnt_motion;
|
||||
double pcnt_second_ref;
|
||||
|
|
Загрузка…
Ссылка в новой задаче