- 28 Feb, 2013 1 commit
-
-
Johann authored
-
- 27 Feb, 2013 5 commits
-
-
James Zern authored
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
Jan Kratochvil authored
s/movd/movq/ Change-Id: Id1a56de91551f8dc796f14f1056c565dfc1ba626
-
- 26 Feb, 2013 1 commit
-
-
Johann authored
Reduce dependency on offsets file by using intrinsics. Disassembly shows improvements over previous assembly specifically in register management, preloading, and {pro,epi}log. Speed change is within margin of error. Change-Id: I8131b4b4d62bc092407fe847bfaa8f2c0e1384ff
-
- 23 Feb, 2013 3 commits
-
-
James Zern authored
Change-Id: I4e94ee2c4e2360d6a11a454c323f2899c1bb6f72
-
James Zern authored
variance_vtable clashed with vp8/common/variance.h Change-Id: I09c1de44d5519f1bd13f58c01144c0de4706de6f
-
James Zern authored
prior numbers were removed resulting in the same include guard for vp[89]_rtcd Change-Id: If2741e5b0cbdda7390c20e865e9f05992caff93e
-
- 22 Feb, 2013 13 commits
-
-
James Zern authored
Change-Id: I980da3c70f7cee1b723ede0ed2ae527ac7cd6a51
-
James Zern authored
-
James Zern authored
-
James Zern authored
-
James Zern authored
avoids signed integer overflow; matches kf_group_bits Change-Id: I193145cdc4fa53e70fba0a1731a03eb1a574931d
-
James Zern authored
Change-Id: Id1e6a12db6b0c1d3f64ead8fd8834aadc30fbed2
-
James Zern authored
based on change made in experimental: 98473443 Fix variance (signed integer) overflow Change-Id: I36f4ba5700f6f4615057daf7e70868f68a86669f
-
James Zern authored
-
James Zern authored
-
The issue that potentially broke the encoding process was due to the fact that the length of token link is calculated from the total number of tokens coded, while it is possible, in high bit-rate setting, this length is greater than the buffer length initially assigned to the cpi->tok. This patch increases the initially allocated buffer length assigned to cpi->tok from (mb_rows * mb_cols * 24 * 16) to (mb_rows * mb_cols * (1 + 24 * 16)). It resolves the buffer overflow problem. Change-Id: I8661a8d39ea0a3c24303e3f71a170787a1d5b1df
-
James Zern authored
src_/dst_/dst_c_ are heap allocated, use the allocation size rather than sizeof(var) Change-Id: I3335ad487dc9b154cdf212891d1d74c812eff060
-
John Koleszar authored
-
KO Myung-Hun authored
Change-Id: I1c3b17450b08d2fdfacb7b94055da29d4d20f9c8
-
- 21 Feb, 2013 1 commit
-
-
John Koleszar authored
These aren't required to be supported by sh. Change-Id: I54d641a2377531e0b320676d29d4ecdeee82288a
-
- 17 Feb, 2013 1 commit
-
-
KO Myung-Hun authored
Change-Id: Iffb7cd44b449dc10fa5c24405be909d051b7abb5
-
- 03 Feb, 2013 2 commits
-
-
KO Myung-Hun authored
'CPU amdnop' is supported by YASM only. Change-Id: Ia3f7c2ba6d3bdf2889b62f5c6127fd515d7c7394
-
KO Myung-Hun authored
Change-Id: Ib88ab619fa4e1593e85ca325555f2c4648ac9bc7
-
- 01 Feb, 2013 2 commits
-
-
John Koleszar authored
-
Frank Galligan authored
Some projects must define only win64 for Windows 64bit builds using yasm. Change-Id: I1d09590d66a7bfc8b4412e1cc8685978ac60b748
-
- 31 Jan, 2013 2 commits
-
-
Marco Paniconi authored
Change-Id: I3bf9bdd95abfd287fbcb644f4fb85fb9204be95a
-
Jim Bankoski authored
-
- 30 Jan, 2013 1 commit
-
-
Scott LaVarnway authored
Started adding support for multiple internal decoder instances. Also added code to limit the vp8 config options available when using frame-based multithreading. Change-Id: I0f1ee7abcfcff59204f50162e28254b8dd6972eb
-
- 29 Jan, 2013 4 commits
-
-
Frank Galligan authored
Warnings found when tyring to build libvpx in Chromium. Change-Id: I5824d9e2c06351e0cf46e9f5fa102cc8b04cf963
-
Scott LaVarnway authored
-
Scott LaVarnway authored
for fragment information. Change-Id: Idc83625591a1e4ca6f551dcfb7fc0428f6f37351
-
Johann authored
Trying to create Visual Studio project files would fail with: make[1]: *** No rule to make target `obj_int_extract.bat', needed by `.projects'. Stop. Change-Id: Ie55458427ddea199a3de9973eaf2a37f711f839e
-
- 26 Jan, 2013 3 commits
-
-
Jim Bankoski authored
-
Scott LaVarnway authored
When error concealment is enabled, it swaps the mi and prev_mi ptrs after each frame is decoded. The postproc uses the mi ptr for the mode info context. Now the postproc will use the correct mode info context. Change-Id: I537ae5450f319c624999b44525bb52bb30047b7b
-
Johann authored
Move SSE4 detection below compiler configuration. Otherwise ${CC} may not be populated. We are specifically interested in -msse4.1. Narrow detection code. Change-Id: I0ffac49e91b3fdb2aceb6eb6b90dc1c10b159111
-
- 25 Jan, 2013 1 commit
-
-
Mark Mentovai authored
For 64-bit Mac Chromium, use private_extern for HIDDEN_DATA, the same as 32-bit Mac Chromium. Change-Id: Ica0fa9e48a47409facece691ae1e39327369083c
-