skufog / libyuv

Automatically exported from code.google.com/p/libyuv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

psnr util #219

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
On windows if psnr is built without omp, it fails

psnr -s 1280 720 -skip 1 0 frames_hd.yuv frames_hd.yuv
Frame    PSNR-Y          PSNR-U          PSNR-V          PSNR-All        Frame
Global:  -1.#IND00       -1.#IND00       -1.#IND00       -1.#IND00          0
Avg:      0.000000        0.000000        0.000000        0.000000          0
Min:    128.000000      128.000000      128.000000      128.000000          0

libyuv-tools-r634-windows-x86 version works, but requires pthreadgc2.dll from 
msys.

Original issue reported on code.google.com by fbarch...@chromium.org on 18 Apr 2013 at 7:05

GoogleCodeExporter commented 9 years ago
Reproduced - this occurs when the file size/frame size mismatch.

Original comment by phthor...@gmail.com on 25 Apr 2013 at 9:39

GoogleCodeExporter commented 9 years ago
A size miscalculation has been found.  The content is correct but the size 
wrong leading to the above error.

Original comment by fbarch...@google.com on 21 May 2013 at 6:49

GoogleCodeExporter commented 9 years ago
Fixed in r705

Original comment by fbarch...@google.com on 28 May 2013 at 10:46