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

xiph / rav1e / 2932
86%

Build:
DEFAULT BRANCH: master
Ran 19 Mar 2019 04:56PM UTC
Jobs 1
Files 30
Run time 3s
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

pending completion
2932

push

travis-ci

lu-zero
Add struct FrameMotionVectors

The motion vectors were stored in a Vec<Vec<MotionVector>>.

The innermost Vec contains a flatten matrix (fi.w_in_b x fi.h_in_b) of
MotionVectors, and there are REF_FRAMES instances of them (the outermost
Vec).

Introduce a typed structure to replace the innermost Vec:
 - this improves readability;
 - this allows to expose it as a 2D array, thanks to Index and IndexMut
   traits;
 - this will allow to split it into (non-overlapping) tiled views,
   containing only the motion vectors for a bounded region of the plane
   (see <https://github.com/xiph/rav1e/pull/1126>).

10851 of 13111 relevant lines covered (82.76%)

0.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2932.1 (RUST_BACKTRACE=1) 19 Mar 2019 04:56PM UTC 0
82.76
Travis Job 2932.1
Source Files on build 2932
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2932
  • 5638ae64 on github
  • Prev Build on master (#2930)
  • Next Build on master (#2936)
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