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

xiph / rav1e / 2456
86%

Build:
DEFAULT BRANCH: master
Ran 08 Feb 2019 06:04PM UTC
Jobs 1
Files 31
Run time 20min
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
2456

push

travis-ci

web-flow
Fully use tx-domain distortion with topdown partition search (#951)

The 'needs_rec' parameter for one of the two rdo_mode_decision() calls by
topdown parition search has been passed with wrong value.
It should be false, since re-encoding step follows once rdo_mode_decision()
decided the mode.
In fact, we don't need 'needs_rec' parameter in rdo_mode_decision(), so remove it.

This patch will cause loss of coding efficiency (0.1250% at speed 1)
with a small speedup.

However, if there is more than one intra prediction blocks in a
partition, i.e. tx_size < partition size, rdo_mode_decision() will need
generate reconstrtucted pixels for intra prediction modes. Sine tx
partition is not provided by rav1e yet, this condition can be
implemented in the future.

9485 of 11791 relevant lines covered (80.44%)

0.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2456.1 (RUST_BACKTRACE=1) 08 Feb 2019 06:04PM UTC 0
80.44
Travis Job 2456.1
Source Files on build 2456
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2456
  • 4284ddae on github
  • Prev Build on master (#2450)
  • Next Build on master (#2460)
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