This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sb=(3,0) skipped=0 rdo_only=1 | |
sb=(3,0) skipped=0 rdo_only=0 | |
sb=(3,0) skipped=1 rdo_only=0 | |
sb=(3,0) skipped=1 rdo_only=0 | |
sb=(3,0) skipped=1 rdo_only=1 | |
sb=(3,0) skipped=1 rdo_only=0 | |
sb=(3,0) skipped=1 rdo_only=0 | |
sb=(3,0) skipped=1 rdo_only=0 | |
sb=(3,0) skipped=1 rdo_only=1 | |
sb=(3,0) skipped=1 rdo_only=0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sb=(0,0) skipped=0 rdo_only=1 | |
sb=(1,0) skipped=0 rdo_only=1 | |
sb=(2,0) skipped=0 rdo_only=1 | |
sb=(3,0) skipped=0 rdo_only=1 | |
sb=(4,0) skipped=0 rdo_only=1 | |
sb=(5,0) skipped=0 rdo_only=1 | |
sb=(6,0) skipped=0 rdo_only=1 | |
sb=(7,0) skipped=0 rdo_only=1 | |
sb=(8,0) skipped=0 rdo_only=1 | |
sb=(9,0) skipped=0 rdo_only=1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script started on Wed 17 Jun 2015 02:10:19 PM MDT | |
]777;notify;Command completed;./mach build-cef]0;jack@ocate:~/src/servo]7;file://ocate/home/jack/src/servo[jack@ocate servo]$ ./mach build-cef[1@R[1@U[1@S[1@T[1@_[1@L[1@O[1@G[1@=[1@c[1@a[1@r[1@g[1@o[1@:[1@:[1@c[1@o[1@r[1@e[1@:[1@:[1@r[1@e[1@s[1@o[1@l[1@v[1@e[1@r[1@,[1@c[1@a[1@r[1@g[1@o[1@:[1@:[1@o[1@p[1@s[1@:[1@:[1@c[1@a[1@r[1@g[1@o[1@_[1@r[1@u[1@s[1@t[1@c[1@:[1@:[1@f[1@in./mach build-cef [A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Cg./mach build-cef f[A[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[C[Ce./mac |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[jack@ocate servo]$ ./mach build --dev | |
Updating git repository `https://github.com/servo/rust-azure` | |
Updating git repository `https://github.com/servo/io-surface-rs` | |
Updating git repository `https://github.com/servo/rust-layers` | |
Updating git repository `https://github.com/servo/skia` | |
Updating git repository `https://github.com/servo/core-text-rs` | |
Updating git repository `https://github.com/servo/libexpat` | |
Updating git repository `https://github.com/servo/cgl-rs` | |
Updating git repository `https://github.com/ecoal95/rust-offscreen-rendering-context` | |
Updating git repository `https://github.com/aweinstock314/rust-clipboard` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling layout v0.0.1 (file:///home/jack/src/servo/components/servo) | |
/home/jack/src/servo/components/layout/construct.rs:347:43: 347:50 error: mismatched types: | |
expected `alloc::arc::Arc<flow::Flow>`, | |
found `alloc::arc::Arc<flow::Flow>` | |
(lifetime mismatch) [E0308] | |
/home/jack/src/servo/components/layout/construct.rs:347 new_child.add_new_child(child.clone()); | |
^~~~~~~ | |
/home/jack/src/servo/components/layout/construct.rs:347:43: 347:50 help: run `rustc --explain E0308` to see a detailed explanation | |
/home/jack/src/servo/components/layout/construct.rs:338:87: 369:6 note: the anonymous lifetime #3 defined on the block at 338:86... | |
/home/jack/src/servo/components/layout/construct.rs:338 child_node: &ThreadSafeLayoutNode) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling skia v0.0.20130412 (https://github.com/servo/skia#00aaf728) | |
Running `rustc /home/jack/.cargo/git/checkouts/skia-c7a55308e929f530/master/build.rs --crate-name build_script_build --crate-type bin -C prefer-dynamic -g --out-dir /home/jack/src/servo/target/release/build/skia-8169a7e09aafcabf --emit=dep-info,link -L dependency=/home/jack/src/servo/target/release/deps -L dependency=/home/jack/src/servo/target/release/deps -Awarnings` | |
Compiling mozjs_sys v0.0.0 (https://github.com/servo/mozjs#19edb950) | |
Running `rustc /home/jack/.cargo/git/checkouts/mozjs-2284529523a8d467/master/build.rs --crate-name build_script_build --crate-type bin -C prefer-dynamic -g --out-dir /home/jack/src/servo/target/release/build/mozjs_sys-476fe81cd282b5dc --emit=dep-info,link -L dependency=/home/jack/src/servo/target/release/deps -L dependency=/home/jack/src/servo/target/release/deps -Awarnings` | |
Compiling stb_image v0.1.0 (https://github.com/servo/rust-stb-image#f6c411b3) | |
Running `rustc /home/jack/.cargo/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
import re | |
Y4M_HEADER_RE = re.compile("YUV4MPEG2 W([0-9]+) H([0-9]+) F([:0-9]+) .*") | |
def parse_header(header): | |
print(header) | |
m = Y4M_HEADER_RE.match(header) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
136.766376328 psnrhvs q2 hi <---> 151 | |
97.0910805995 psnrhvs q4 hi <---> 121 | |
50.3366921379 psnrhvs q2 lo <---> 76 | |
15.3843180644 psnrhvs q4 lo <---> 46 | |
-40.502339661 fastssim q2 hi <---> -47 | |
-41.1022602145 fastssim q4 hi <---> -77 | |
16.0657253456 fastssim q2 lo <---> 18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function interp(x, ys, xs) | |
ys[1] + (ys[2] - ys[1]) * ((x - xs[1]) / (xs[2] - xs[1])) | |
end | |
base_data = readdlm(ARGS[1]) | |
comp_data = readdlm(ARGS[2]) | |
rows = max(size(base_data, 1), size(comp_data, 1)) | |
# Calculate bits per pixel | |
bpp = zeros(rows, 2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Program received signal SIGSEGV, Segmentation fault. | |
0x000000000041b879 in od_mc_predict1fmv8_sse2 (_dst=0x633620 "", _src=<optimized out>, | |
_systride=4256736, _mvx=<optimized out>, _mvy=<optimized out>, | |
_log_xblk_sz=<optimized out>, _log_yblk_sz=-112) at src/x86/sse2mc.c:1476 | |
1476 (*VTBL[_log_xblk_sz][_log_yblk_sz])(_dst, | |
(gdb) where | |
#0 0x000000000041b879 in od_mc_predict1fmv8_sse2 (_dst=0x633620 "", _src=<optimized out>, | |
_systride=4256736, _mvx=<optimized out>, _mvy=<optimized out>, | |
_log_xblk_sz=<optimized out>, _log_yblk_sz=-112) at src/x86/sse2mc.c:1476 | |
#1 0x000000000040917f in od_mc_predict1fmv8 (state=0x631290, log_yblk_sz=-112, |