• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

OpenVisualCloud / SVT-AV1 / 4866 / 15
0%
master: 0%

Build:
DEFAULT BRANCH: master
Ran 23 Feb 2020 08:56PM UTC
Files 469
Run time 33s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Feb 2020 08:22PM UTC coverage: 0.0%. Remained the same
COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON"

push

travis-ci

web-flow
asm: use unaligned store and load mov to avoid crash (#853)

example commandline

SvtAv1EncApp -i 424x240.yuv -w 424 -h 240 -bit-depth 10 -fps 24.0 -n 2877 -rc 2 -tbr 200000 -irefresh-type 2 -enc-mode 5 -b test.ivf

you will get following crash stack.

[Switching to Thread 0x7ffdbe66b700 (LWP 170530)]
0x00007fffed3d0966 in dc_store_8xh (dst=0x7fff74424c68, stride=372, height=8, dc=0x7ffdbe6687f0) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/ASM_SSE2/highbd_intrapred_sse2.c:410
410 _mm_store_si128((__m128i *)dst, dc_dup);
(gdb) bt
0 0x00007fffed3d0966 in dc_store_8xh (dst=0x7fff74424c68, stride=372, height=8, dc=0x7ffdbe6687f0) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/ASM_SSE2/highbd_intrapred_sse2.c:410
1 0x00007fffed3d0a63 in eb_aom_highbd_dc_left_predictor_8x8_sse2 (dst=0x7fff74424980, stride=372, above=0x7ffdbe668a10, left=0x7ffdbe668b50, bd=10) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/ASM_SSE2/highbd_intrapred_sse2.c:479
2 0x00007fffed1d469a in build_intra_predictors_high (xd=0x7ffdbe668f88, topNeighArray=0x7ffdbe669ab2, leftNeighArray=0x7ffdbe6699a2, dst=0x7fff74424980, dst_stride=372, mode=DC_PRED, angle_delta=0, filter_intra_mode=FILTER_INTRA_MODES, tx_size=TX_8X8, disable_edge_filter=0, n_top_px=0, n_topright_px=0,
n_left_px=8, n_bottomleft_px=8, plane=1, bd=10) at /home/thomas/codec/SVT-AV1/Source/Lib/Common/Codec/EbIntraPrediction.c:3892
3 0x00007fffed1d3698 in eb_av1_predict_intra_block_16bit (tile=0x555559dca700, stage=1 '\001', blk_geom=0x7ffff7aa1fcc <blk_geom_mds+72732>, cm=0x5555562bcb00, wpx=8, hpx=8, tx_size=TX_8X8, mode=DC_PRED, angle_delta=0, use_palette=0, palette_info=0x7ffea492ffd0, filter_intra_mode=FILTER_INTRA_MODES,
topNeighArray=0x7ffdbe669ab2, leftNeighArray=0x7ffdbe6699a2, recon_buffer=0x55555d90cac0, col_off=0, row_off=0, plane=1, bsize=BLOCK_16X16, tu_org_x_pict=32, tu_org_y_pict=0, bl_org_x_pict=32, bl_org_y_pict=0, bl_org_x_mb=0, bl_org_y_mb=0)
at /home/thomas/codec/SVT-AV1/Source/Lib/... (continued)

0 of 112367 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 4866.15 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON")
  • Tree
  • List 0
  • Changed 35
  • Source Changed 35
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1607
  • Travis Job 4866.15
  • 21f1f405 on github
  • Prev Job for COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON" on master (#4860.15)
  • Next Job for COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON" on master (#4875.15)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc