opsnr.stt: Add a missing tab after PSNRHVS
Logfile parsers expect it to be there. Change-Id: I7c96a42c8be570a28f51cc4edfa619d9cf9af73b
This commit is contained in:
Родитель
7da965daa9
Коммит
62bfc97d05
|
@ -1959,7 +1959,7 @@ void vp10_remove_compressor(VP9_COMP *cpi) {
|
|||
"WstPsnr\tWstSsim\tWstFast\tWstHVS");
|
||||
snprintf(results, sizeof(results),
|
||||
"%7.2f\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
|
||||
"%7.3f\t%7.3f\t%7.3f\t%7.3f"
|
||||
"%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
|
||||
"%7.3f\t%7.3f\t%7.3f\t%7.3f",
|
||||
dr, cpi->psnr.stat[ALL] / cpi->count, total_psnr,
|
||||
cpi->psnrp.stat[ALL] / cpi->count, totalp_psnr,
|
||||
|
|
|
@ -1958,7 +1958,7 @@ void vp9_remove_compressor(VP9_COMP *cpi) {
|
|||
"WstPsnr\tWstSsim\tWstFast\tWstHVS");
|
||||
snprintf(results, sizeof(results),
|
||||
"%7.2f\t%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
|
||||
"%7.3f\t%7.3f\t%7.3f\t%7.3f"
|
||||
"%7.3f\t%7.3f\t%7.3f\t%7.3f\t"
|
||||
"%7.3f\t%7.3f\t%7.3f\t%7.3f",
|
||||
dr, cpi->psnr.stat[ALL] / cpi->count, total_psnr,
|
||||
cpi->psnrp.stat[ALL] / cpi->count, totalp_psnr,
|
||||
|
|
Загрузка…
Ссылка в новой задаче