Johann
|
f5b2dd2a66
|
adopt some clang 5.0.0 formatting
At least the changes that don't conflict with 4.0.1
Change-Id: I9b6a7c14dadc0738cd0f628a10ece90fc7ee89fd
|
2018-01-11 12:35:24 -08:00 |
|
Kaustubh Raste
|
39e8b8dac6
|
Fix mips dspr2 6 tap filter clobber list
Change-Id: Ib7c07e6ce00a5c7e59113b16e6661a8369f9e646
|
2017-08-04 10:56:56 +05:30 |
|
Kaustubh Raste
|
ecc5998bcf
|
Fix mips dspr2 build warning
Change-Id: Ia8fb3ed124f01384e7896e309c9ff22c05b40719
|
2016-11-22 17:49:17 +05:30 |
|
Jim Bankoski
|
3e04114f3d
|
prepend ++ instead of post in for loops.
Applied the following regex :
search for: (for.*\(.*;.*;) ([a-zA-Z_]*)\+\+\)
replace with: \1 ++\2)
This misses some for loops:
ie : for (mb_col = 0; mb_col < oci->mb_cols; mb_col++, mi++)
Change-Id: Icf5f6fb93cced0992e0bb71d2241780f7fb1f0a8
|
2016-07-18 06:54:50 -07:00 |
|
clang-format
|
81a6739533
|
vp8: apply clang-format
Change-Id: I7605b6678014a5426ceb45c27b54885e0c4e06ed
|
2016-07-15 19:28:44 -07:00 |
|
Johann
|
e7aa2d9b21
|
Rename vp8 loopfilter_filters_dspr2.c
Change-Id: I914b456558edbdee5eefdfba731bc70d3d5f5d53
|
2015-08-18 15:10:37 -07:00 |
|
James Zern
|
f58011ada5
|
vpx_mem: remove vpx_memset
vestigial. replace instances with memset() which they already were being
defined to.
Change-Id: Ie030cfaaa3e890dd92cf1a995fcb1927ba175201
|
2015-04-28 20:00:59 -07:00 |
|
John Koleszar
|
a9c7597adc
|
support building vp8 and vp9 into a single lib
Change-Id: Ib8f8a66c9fd31e508cdc9caa662192f38433aa3d
|
2012-11-15 10:46:17 -08:00 |
|
John Koleszar
|
827e22c732
|
unset executable bit on source code
Change-Id: I0ddc849495c34f44c0b315cd7d58ad3d563f45e5
|
2012-07-13 09:44:25 -07:00 |
|
Dragan Mrdjan
|
07ff7fa811
|
VP8 optimizations for MIPS dspr2
Signed-off-by: Raghu Gandham <raghu@mips.com>
Change-Id: I3a8bca425cd3dab746a6328c8fc8843c8e87aea6
|
2012-07-10 10:01:54 -07:00 |
|