- 20 Jun, 2014 - 6 commits
-
-
Alex Converse authored
Change-Id: I549868725b789f0f4f89828005a65972c20df888
-
Alex Converse authored
Copy split from macroblock to pick mode context so it doesn't get lost. Change-Id: Ie37aa12558dbe65c4f8076cf808250fffb7f27a8
-
Tim Kopp authored
-
Jingning Han authored
-
Tim Kopp authored
s/stdint.h/vpx\/vpx_int.h Added missing 'break;'s Also included other minor changes, mostly cosmetic. Change-Id: I852bba3e85e794f1d4af854c45c16a23a787e6a3
-
Tim Kopp authored
-
- 19 Jun, 2014 - 18 commits
-
-
Johann authored
-
Jingning Han authored
This commit allows the key frame to search through more prediction modes and more flexible block sizes. No speed change observed. The coding performance for rtc set is improved by 1.7% for speed -5 and 3.0% for speed -6. Change-Id: Ifd1bc28558017851b210b4004f2d80838938bcc5
-
Tim Kopp authored
-
hkuang authored
-
Jingning Han authored
-
Tim Kopp authored
-
Tim Kopp authored
-
Johann authored
Use break instead of goto for early exit. Unbreaks Visual Studio builds. Change-Id: I96dee43a3c82145d4abe0d6a99af6e6e1a3991b5
-
hkuang authored
A superframe is a bunch of frames that bundled as one frame. It is mostly used to combine one or more non-displayable frames and one displayable frame. For frame parallel decoding, libvpx decoder will only support decoding one normal frame or a super frame with superframe index. If an application pass a superframe without superframe index or a chunk of displayable frames without superframe index to libvpx decoder, libvpx will not decode it in frame parallel mode. But libvpx decoder still could decode it in serial mode. Change-Id: I04c9f2c828373d64e880a8c7bcade5307015ce35
-
Yunqing Wang authored
-
Johann authored
-
Tim Kopp authored
Change-Id: Iab9b4e11cad927f3282e486c203564e1a658f377
-
Tim Kopp authored
Change-Id: I1216f17e2206ef521fe219b6d72d8e41d1ba1147
-
Tim Kopp authored
Change-Id: Ie0aa41fb7957755544321897b3bb2dd92f392027
-
Tim Kopp authored
Change-Id: Ie89ad1e3aebbd474e1a0db69c1961b4d1ddcd33e
-
Tim Kopp authored
-
Tim Kopp authored
-
Tim Kopp authored
-
- 18 Jun, 2014 - 12 commits
-
-
Tom Finegan authored
-
Dmitry Kovalev authored
-
Johann authored
Change-Id: Ibd95df0adf9cc9143006ee9032b4cb2ebfd5dd1b
-
Tim Kopp authored
Changed alloc, free, and running average code as necessary. Change-Id: Ifc4d9ccca462164214019963b3768a457791b9c1
-
Tim Kopp authored
Change-Id: I9577d648542064052795bf5770428fbd5c276b7b
-
Tim Kopp authored
Change-Id: I79eba79f7c52eec19ef2356278597e06620d5e27
-
Adrian Grange authored
-
Tom Finegan authored
- Rename build_targets to build_framework - Add functions for creating the vpx_config shim and obtaining preproc symbols. Change-Id: Ieca6938b9779077eefa26bf4cfee64286d1840b0
-
Yunqing Wang authored
Speed 6 uses small tx size, namely 8x8. max_intra_bsize needs to be modified accordingly to ensure valid intra mode checking. Borg test on RTC set showed an overall PSNR gain of 0.335% in speed -6. This also changes speed -5 encoding by allowing DC_PRED checking for block32x32. Borg test on RTC set showed a slight PSNR gain of 0.145%, and no noticeable speed change. Change-Id: I1502978d8fbe265b3bb235db0f9c35ba0703cd45
-
Jingning Han authored
This is the first step to rework the rate-distortion modeling used in rtc coding mode. The overall goal is to make the modeling customized for the statistics encountered in the rtc coding. This commit makes encoder to perform rate-distortion modeling for DC and AC coefficients separately. No speed changes observed. The coding performance for pedestrian_area_1080p is largely improved: speed -5, from 79558 b/f, 37.871 dB -> 79598 b/f, 38.600 dB speed -6, from 79515 b/f, 37.822 dB -> 79544 b/f, 38.130 dB Overall performance for rtc set at speed -6 is improved by 0.67%. Change-Id: I9153444567e5f75ccdcaac043c2365992c005c0c
-
Adrian Grange authored
Change-Id: I69eba120eb3d8ec43b5552451c8a9bd009390795
-
James Zern authored
-
- 17 Jun, 2014 - 4 commits
-
-
Dmitry Kovalev authored
-
Pengchong Jin authored
-
Tom Finegan authored
-
Marco Paniconi authored
-