- 16 Sep, 2011 - 2 commits
-
-
John Koleszar authored
Conflicts: vp8/decoder/decodframe.c vp8/encoder/encodeframe.c vp8/encoder/encodemb.c Change-Id: I6e0d1669e4409a2dfd73ba2c7038d730842d3953
-
John Koleszar authored
-
- 15 Sep, 2011 - 1 commit
-
-
Paul Wilkins authored
Plumbing for tuning new segment features on and off. Change-Id: If86cd6f103296b73030e8af7cf85c5b9bbffdbaf
-
- 14 Sep, 2011 - 2 commits
-
-
John Koleszar authored
-
John Koleszar authored
Odd sized images need their chroma plane sizes rounded up. Change-Id: I3cd6fa60551f05697b67ece5b6928bef2a41bad8
-
- 13 Sep, 2011 - 4 commits
-
-
Paul Wilkins authored
Code all the features for one segment (grouped together) then all for the next etc. etc. rather than grouping the data by feature. Change-Id: I2a65193b3a70aca78f92e855e35d8969d857b6dd
-
Scott LaVarnway authored
caused by the "Removed bmi copy to/from BLOCKD" commit. Change-Id: I9fae71bdc34c8ecc07bb81cd3ccf498b91ce3ec7
-
Paul Wilkins authored
This data structure is now [Segment ID][Features] rather than [Features][Segment_ID] I propose as a separate modification to make the experimental bit stream reflect this such that all the features for a segment are coded together. Change-Id: I581e4e3ca2033bdbdef3d9300977a8202f55b4fb
-
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 - 5 commits
-
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
Alpha Lam authored
If a block is marked to be inactive then set distortion to 0. Change-Id: Ib415f19642a2ff7b5cf5cfaedd60ebbd79732272
-
John Koleszar authored
Change-Id: I0aaefeafeb6b2b07ec792024edf4751f2860aa23
-
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 - 8 commits
-
-
Fritz Koenig authored
fwd_boost_score was not being computed or referenced, so remove declaration. Change-Id: Iece36cde1ec113e3c6afaff1407d24cdf12bd0a8
-
Scott LaVarnway authored
for SPLITMV and B_PRED modes. Modified code to use the bmi found in mode_info_context instead of BLOCKD. On the decode side, the uvmvs are calculated only when required, instead of every macroblock. This is WIP. (bmi should eventually be removed from BLOCKD) Small performance gains noticed for RT encodes and decodes.(VGA) Change-Id: I2ed7f0fd5ca733655df684aa82da575c77a973e7
-
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 - 1 commit
-
-
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
-