Lines Matching refs:time
12 …a simple test program, that convert a raw YUV file to rgb ppm format, and measure computation time.
13 Optionally, it also compares the result and computation time with the ffmpeg implementation (that u…
44 Processing time (std) : 2.630193 sec
45 Processing time (sse2_unaligned) : 0.704394 sec
46 Processing time (ffmpeg_unaligned) : 1.221432 sec
47 Processing time (ipp_unaligned) : 0.636274 sec
48 Processing time (sse2_aligned) : 0.606648 sec
49 Processing time (ffmpeg_aligned) : 1.227100 sec
50 Processing time (ipp_aligned) : 0.636951 sec
55 Processing time (std) : 2.588675 sec
56 Processing time (sse2_unaligned) : 0.676625 sec
57 Processing time (ffmpeg_unaligned) : 3.385816 sec
58 Processing time (ipp_unaligned) : 0.593890 sec
59 Processing time (sse2_aligned) : 0.640630 sec
60 Processing time (ffmpeg_aligned) : 3.397952 sec
61 Processing time (ipp_aligned) : 0.579043 sec