- 10 Jun, 2015 11 commits
-
-
James Zern authored
Change-Id: Iaea9850890b726c7b5552c5f02b3a309086edc85
-
James Zern authored
removes the need for a prototype for the static function dec_build_inter_predictors_sb Change-Id: I36580ceae061d27f341ab0a16ece479f92e98004
-
James Zern authored
+ strip 'vp9_' prefix Change-Id: Ia057432095e5741473275d4da03ab665c37e924e
-
James Zern authored
-
James Zern authored
-
James Zern authored
* changes: libs.mk: relocate TEST_INTRA_PRED_SPEED_OBJS init test_intra_pred_speed: remove #if w/in another macro
-
Paul Wilkins authored
-
Scott LaVarnway authored
-
James Zern authored
allows the visual studio project to be generated Change-Id: I89a8440fb0bcaef11ff89dd967aa37bfe200758d
-
James Zern authored
fixes the compile under visual studio Change-Id: Ifa3926e198af97d73250540c6d0ef692f5e354ff
-
James Zern authored
add a dependency on *_rtcd.h to ensure they're generated before attempting to build the test files Change-Id: Ibbbd1f6ea77912bfd297129e7c83b9a80923ea12
-
- 09 Jun, 2015 5 commits
-
-
Marco authored
-
Marco authored
Reduce motion threshold and boost factor for second segment, for low bitrates, at low resolutions for now. This is to reduce the rate fluctuation/frame dropping that occurs at these low bitrates. Change-Id: Ia66c3be41831882fca8c1e4fe104f5ea8fbe7142
-
Debargha Mukherjee authored
-
Paul Wilkins authored
Some initial experiments into discounting dead zone formating bars and intra skip blocks (common in some types of animation and graphics) in the calculation of the active max Q for each ARF/GF group. TODO: check for vertical formating bars and validate the horizontal bar at the bottom edge of the image. As expected, this change as it stands, does not make much difference for the natural videos in the std-hd and derf sets. However, for the yt and yt hd set there is a significant rise in the average PSNR with overall PSNR and SSIM remaining neutral. The mean rise for the YT-HD test set was > 6%. This is mainly because the change allows Q to drop further on titles and other graphics sections where spending a small number of extra bits gives a sharp rise in PSNR. Change-Id: I3f878ae91fc1854312d7ecf9fa792c17bc1aa6b7
-
Paul Wilkins authored
For content that is identified as likely to contain some animation or graphics content, increase the availability of split modes for good quality speeds 1-3. On a problem test animation clip this improves metrics results by about 0.25 db and makes a noticeable difference visually. It also causes a small drop in file size (~0.5%) but a rise in encode time of about 5-6% at speed 2. For more normal content it should have no effect. Change-Id: Ic4cd9a8de065af9f9402f4477a17442aebf0e439
-
- 08 Jun, 2015 2 commits
-
-
Debargha Mukherjee authored
Change-Id: I05b7fb378b6b0c5f263e7839f96ba6830ee34fd2
-
Paul Wilkins authored
-
- 06 Jun, 2015 5 commits
-
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
fails unit tests: [ FAILED ] NEON/VP8SubpelVarianceTest.ExtremeRef/0, where GetParam() = (3, 3, 0x14e36d, 0) [ FAILED ] NEON/VP8SubpelVarianceTest.Ref/0, where GetParam() = (3, 3, 0x14e36d, 0) the tests were recently enabled in: eb88b172 Make vp9 subpixel match vp8 the functions likely haven't changed since being converted from assembly Change-Id: I6141717b111b8f735f436c160d74270af53ef722
-
- 05 Jun, 2015 17 commits
-
-
James Zern authored
Change-Id: I95827a6f5e585d2accbb8fc09501f2d38db585e4
-
James Zern authored
move them under their respective config check to avoid some unused variable warnings when disabled Change-Id: Ic5e5280cf1bc1f56e8349676f0bedae4acef34ea
-
hkuang authored
Change-Id: Ia689c254bd2d4f274abcc451a9b758f62e3a2b1f
-
James Zern authored
this quiets warnings from armv6 code [1]. from msdn [2]: -oldit Generate ARMv7-style IT blocks. By default, ARMv8-compatible IT blocks are generated. a new configuration would be needed for armv8 in any case as the neon assembly is being built, so removing this should be harmless [1] A4509: This form of conditional instruction is deprecated [2] https://msdn.microsoft.com/en-us/library/hh873189.aspx Change-Id: I4c3b838b52a87401c6daecd83d22ab148ed7c5d9
-
James Zern authored
-
Scott LaVarnway authored
-
Scott LaVarnway authored
member access within null pointer of type 'FRAME_COUNTS' Change-Id: Id3bf75e0a6f2a1abf8522cf9fbb98b3a4443de38
-
Frank Galligan authored
-
Frank Galligan authored
-
Frank Galligan authored
This control allows the application to skip the loop filter in the decoder. This is an advanced control that should only be used in extreme circumstances as it may introduce and accumulate decode artifacts. Change-Id: I278c65c60826f84c9141ebe06c6eeed3c2335fa8
-
Frank Galligan authored
WebM files will adjust the display width and height according to the input pixel aspect ratio. The default pixel aspect ratio is 1:1. BUG=https://code.google.com/p/webm/issues/detail?id=1005 Change-Id: I23e0a601b7259fa9513cb86110c41b8437769808
-
Johann authored
-
Marco authored
For real-time mode: keep reference_frame masking off for spatial svc. Change-Id: I15e123c06f67ea040172b8d4042a672f3525b9d8
-
Parag Salasakar authored
-
Parag Salasakar authored
average improvement ~3x-4x Change-Id: I59279293ce4b2a1e99bd10579ac97740e943643f
-
Marco authored
-
James Zern authored
dst row 0 can be reused in the same way Change-Id: Id977da62545dcc4a89cebbcbad90ba84f8ff5d6b
-