- 06 Jan, 2012 1 commit
-
-
Fritz Koenig authored
These targets are no longer maintained. Change-Id: I923103006c439849fc015c1ac45ee7a5443ebc6d
-
- 05 Jan, 2012 4 commits
-
-
Johann authored
-
Johann authored
-
Scott LaVarnway authored
-
Scott LaVarnway authored
-
- 04 Jan, 2012 4 commits
-
-
Scott LaVarnway authored
-
Fritz Koenig authored
Current android ndk compiler does not recognize strings for attributes. Numerical equivalents can be found in the "ARM IHI 0045C" document. Change-Id: I72de85b8949dc0ae5212af604fff1d5a91a828ea
-
Scott LaVarnway authored
-
Yunqing Wang authored
-
- 03 Jan, 2012 1 commit
-
-
Scott LaVarnway authored
-
- 29 Dec, 2011 1 commit
-
-
Yunqing Wang authored
Simplified the EOB calculation in the function. Change-Id: I7422f18be40ae270358f5cb0811d66e64436b56f
-
- 28 Dec, 2011 3 commits
-
-
John Koleszar authored
Change-Id: Ie2dc0d72363ff38e0f71b59f6e2d1a2d70c5266b
-
John Koleszar authored
Change-Id: I72ed49ce14ca0124dd0d31bfcf4c7630a4681587
-
Yunqing Wang authored
Except zrun_zbin_boost, 15 AC values are the same for all other parameters. Removed unneccessary calculation. Change-Id: I6101c0fe8080bd2b4387c3b04d7ddedbf6010409
-
- 22 Dec, 2011 11 commits
-
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
-
John Koleszar authored
Makes the distribution tree (built with 'make dist') buildable with --enable-install-srcs --enable-multi-res-encoding Change-Id: If2ea7632f7b26615196e9abcfaa34618cc50112a
-
John Koleszar authored
The code had a number of constructs like (condition)?1:0, which is redundant with C's semantics. In the cases where a boolean operator was used in the condition, simply remove the ternary part. Otherwise adjust the surrounding expression to remove the condition (eg, for rounding up. See pickinter.c and rdopt.c) Change-Id: Icb2372defa3783cf31857d90b2630d06b2c7e1be
-
John Koleszar authored
Remove BOOL, INTn, UINTn, etc, in favor of C99-style fixed width types. Change-Id: I396636212fb5edd6b347d43cc940186d8cd1e7b5
-
John Koleszar authored
Mostly cosmetic. Trying for a more compact representation of speed selection thresholds. Change-Id: I339e7840049b91ad569aabbdc9c702a496110d3b
-
John Koleszar authored
Mostly cosmetic. Trying for a more compact representation of speed selection thresholds. Change-Id: Icaebea632c7bb71ca8e07b4def04a046d4515e27
-
John Koleszar authored
-
- 21 Dec, 2011 9 commits
-
-
John Koleszar authored
This file declared a bunch of nonexistent, unreferenced global function pointers. Change-Id: Ic26bb8c7712deba754c49fc01f383b53afc9e728
-
John Koleszar authored
Use an opaque struct rather than typecasting through VP8D_PTR, an int*. Change-Id: Ia260b7d53d7e0950cfa1e00f4ecead1099bd3b87
-
James Zern authored
Change-Id: Ifc64cf990ae04d77934da3324d0afb3993f061e7
-
Johann authored
Multithreaded encoding was breaking at low bitrates Please review/comment. Not sure if this is the best fix. Change-Id: I87468c765372593fd865bc82e25121ebb8ca6af2
-
John Koleszar authored
These files are legacy and have no current references. Change-Id: I38224961fafeb33bc3eb6150bb0c2249ccbb4f60
-
John Koleszar authored
-
Scott LaVarnway authored
Change-Id: Iae406d16fab5bace47fbcf5ef7ed021f08af159d
-
John Koleszar authored
-
John Koleszar authored
Use an opaque struct rather than typecasting through VP8_PTR, an int*. Change-Id: I5ed4d9238ba2e8d51bfa07a8da87a2eb4c8fa43a
-
- 19 Dec, 2011 4 commits
-
-
John Koleszar authored
Make bilinearfilter_arm.c compiled only when HAVE_ARMV6, as its definitions are v6 only. This is normally not a problem for static builds as the file is elided at link time, but this was not being done properly for the --enable-shared --enable-pic build. Change-Id: Ic800a7cde751f74f22555c5b247f99f9df5e550d
-
Johann authored
-
John Koleszar authored
-
Yunqing Wang authored
-
- 16 Dec, 2011 2 commits
-
-
Yunqing Wang authored
Merged multi-resolution motion estimation with regular motion estimation function in order to remove duplicated part. This caused slight changes in multi-resulotion encoder quality & performance. Change-Id: Ib4ecc7acfebfe5eea959b5b91febae6db7b95fd1
-
James Berry authored
increase size of ss_err by one to make sure there is room for 64 elements. Change-Id: I355cb8c499aa7da3b9675f2326a8d25a74bb88d2
-