- 13 Sep, 2011 - 1 commit
-
-
Paul Wilkins authored
Some basic plumbing added for a range of segment level features. MB_LVL_* changed to SEG_LVL_* to better reflect meaning. Change-Id: Iac96da36990aa0e40afc0d86e990df337fd0c50b
-
- 03 Sep, 2011 - 1 commit
-
- 31 Aug, 2011 - 1 commit
-
-
John Koleszar authored
-
- 30 Aug, 2011 - 2 commits
-
-
John Koleszar authored
-
Alpha Lam authored
vp8_update_zbin_extra() is called all the time even though the fast quantizer doesn't use it. Skip this call if fast quantizer is used. Change-Id: Ia711c38431930cc2486cf59b8466060ef0e9d9db
-
- 28 Aug, 2011 - 1 commit
-
-
John Koleszar authored
-
- 27 Aug, 2011 - 3 commits
-
-
John Koleszar authored
Change-Id: I3137fae1f61400f142d58f18663624b62aa0533c
-
John Koleszar authored
-
John Koleszar authored
-
- 26 Aug, 2011 - 3 commits
-
-
John Koleszar authored
Change-Id: If27b6e914cccc1dc23408ee7117b405e1364e779
-
John Koleszar authored
-
John Koleszar authored
-
- 25 Aug, 2011 - 4 commits
-
-
Yunqing Wang authored
This change makes sure that no key frame recoding in real-time mode even if CONFIG_REALTIME_ONLY is not configured. Change-Id: Ifc34141f3217a6bb63cc087d78b111fadb35eec2
-
John Koleszar authored
Conflicts: vp8/common/defaultcoefcounts.h vp8/common/entropy.c vp8/encoder/bitstream.c Change-Id: Idd4990c80d5b5494ac036254694015fab449bc08
-
John Koleszar authored
Change-Id: Ic9131382306cc18a915f8854ddba33025123968d
-
John Koleszar authored
-
- 24 Aug, 2011 - 7 commits
-
-
Fritz Koenig authored
fwd_boost_score was not being computed or referenced, so remove declaration. Change-Id: Iece36cde1ec113e3c6afaff1407d24cdf12bd0a8
-
Fritz Koenig authored
Prepend idct function names with vp8_ so that under profiling they show up associated with libvpx. Change-Id: I4fe357b50236cb7730a4cc00164c0a3487a1d8b4
-
Scott LaVarnway authored
-
John Koleszar authored
Change-Id: If53ec5c1219b31e5ef9ae552d9cc79432ebda267
-
John Koleszar authored
-
John Koleszar authored
-
Johann authored
The data that the simple horizontal loopfilter reads is aligned, treat it accordingly. For the vertical, we only use the bottom 4 bytes, so don't read in 16 (and incur the penalty for unaligned access). This shows a small improvement on older processors which have a significant penalty for unaligned reads. postproc_mmx.c is unused Change-Id: I87b29bbc0c3b19ee1ca1de3c4f47332a53087b3d
-
- 23 Aug, 2011 - 3 commits
-
-
Fritz Koenig authored
Prepend . to local labels in assembly code. This allows non unique labels within a file. Also makes profiling information more informative by keeping the function name with the loop name. Change-Id: I7a983cb3a5ba2413d5dafd0a37936b268fb9e37f
-
John Koleszar authored
Change-Id: I84dfc81eb14caae02011be2b9fef18a8d7f803f4
-
John Koleszar authored
-
- 22 Aug, 2011 - 4 commits
-
-
Fritz Koenig authored
Calculations were incorrectly classified as either SSE3 or SSSE3. Only using SSE2 instructions. Cleanup function names and make non-RTCD code work as well. Change-Id: I48ad0218af0cc51c5078070a08511dee43ecfe09
-
Fritz Koenig authored
-
Fritz Koenig authored
This reverts commit 01376858
-
Fritz Koenig authored
-
- 21 Aug, 2011 - 1 commit
-
-
John Koleszar authored
-
- 20 Aug, 2011 - 2 commits
-
-
John Koleszar authored
Change-Id: Iefa9c3e87ff25d92093eb949e23d5a85f1b7de09
-
John Koleszar authored
-
- 19 Aug, 2011 - 5 commits
-
-
John Koleszar authored
First version of a simple tool to get a list of the version a user first contributed to. Change-Id: I8f1b1fef5343de269c4b6209632c9cedc2cf1a37
-
Fritz Koenig authored
Calculations were incorrectly classified as either SSE3 or SSSE3. Only using SSE2 instructions. Cleanup function names and make non-RTCD code work as well. Change-Id: I29f5c2ead342b2086a468029c15e2c1d948b5d97
-
John Koleszar authored
-
Alpha Lam authored
When active map is specified and the current frame is not a key frame, golden frame nor a altref frame then copy only those active regions. This significantly reduces encoding time by as much as 19% on the test system where realtime encoding is used. This is particularly useful when the frame size is large (e.g. 2560x1600) and there's only a few action macroblocks. Change-Id: If394a813ec2df5a0201745d1348dbde4278f7ad4
-
John Koleszar authored
-
- 18 Aug, 2011 - 2 commits
-
-
John Koleszar authored
Change-Id: I3a4ec6e9fa7059cac52cfdcf9dfe6ef123629db4
-
John Koleszar authored
-