aboutsummaryrefslogtreecommitdiff
path: root/src/dsp/cpu.c
AgeCommit message (Collapse)Author
2015-03-25external/webp: update to v0.4.3android-cts-6.0_r9android-cts-6.0_r8android-cts-6.0_r7android-cts-6.0_r6android-cts-6.0_r5android-cts-6.0_r4android-cts-6.0_r32android-cts-6.0_r31android-cts-6.0_r30android-cts-6.0_r3android-cts-6.0_r29android-cts-6.0_r28android-cts-6.0_r27android-cts-6.0_r26android-cts-6.0_r25android-cts-6.0_r24android-cts-6.0_r23android-cts-6.0_r22android-cts-6.0_r21android-cts-6.0_r20android-cts-6.0_r2android-cts-6.0_r19android-cts-6.0_r18android-cts-6.0_r17android-cts-6.0_r16android-cts-6.0_r15android-cts-6.0_r14android-cts-6.0_r13android-cts-6.0_r12android-cts-6.0_r1android-6.0.1_r9android-6.0.1_r81android-6.0.1_r80android-6.0.1_r8android-6.0.1_r79android-6.0.1_r78android-6.0.1_r77android-6.0.1_r74android-6.0.1_r73android-6.0.1_r72android-6.0.1_r70android-6.0.1_r7android-6.0.1_r69android-6.0.1_r68android-6.0.1_r67android-6.0.1_r66android-6.0.1_r65android-6.0.1_r63android-6.0.1_r62android-6.0.1_r61android-6.0.1_r60android-6.0.1_r59android-6.0.1_r58android-6.0.1_r57android-6.0.1_r56android-6.0.1_r55android-6.0.1_r54android-6.0.1_r53android-6.0.1_r52android-6.0.1_r51android-6.0.1_r50android-6.0.1_r5android-6.0.1_r49android-6.0.1_r48android-6.0.1_r47android-6.0.1_r46android-6.0.1_r45android-6.0.1_r43android-6.0.1_r42android-6.0.1_r41android-6.0.1_r40android-6.0.1_r4android-6.0.1_r33android-6.0.1_r32android-6.0.1_r31android-6.0.1_r30android-6.0.1_r3android-6.0.1_r28android-6.0.1_r27android-6.0.1_r26android-6.0.1_r25android-6.0.1_r24android-6.0.1_r22android-6.0.1_r21android-6.0.1_r20android-6.0.1_r18android-6.0.1_r17android-6.0.1_r16android-6.0.1_r13android-6.0.1_r12android-6.0.1_r11android-6.0.1_r10android-6.0.1_r1android-6.0.0_r7android-6.0.0_r6android-6.0.0_r5android-6.0.0_r41android-6.0.0_r4android-6.0.0_r3android-6.0.0_r26android-6.0.0_r25android-6.0.0_r24android-6.0.0_r23android-6.0.0_r2android-6.0.0_r13android-6.0.0_r12android-6.0.0_r11android-6.0.0_r1marshmallow-releasemarshmallow-mr3-releasemarshmallow-mr2-releasemarshmallow-mr1-releasemarshmallow-mr1-devmarshmallow-dr1.6-releasemarshmallow-dr1.5-releasemarshmallow-dr1.5-devmarshmallow-dr-releasemarshmallow-dr-dragon-releasemarshmallow-dr-devmarshmallow-devmarshmallow-cts-releaseJames Zern
+ dropped some dated / unused files: INSTALL, examples/* - 3/3/15: version 0.4.3 This is a binary compatible release. * Android / gcc / iOS / MSVS build fixes and improvements * lossless decode fix (issue #239 -- since 0.4.0) * documentation / vwebp updates for animation * multi-threading fix (issue #234) Change-Id: I7777e5d35f5659488a98fd773bd2a645ac06215d
2015-01-28Sync-patch with libwebp ver 0.4.2Vikas Arora
Sync-patch with libwebp ver 0.4.2 (change#I32a22786f) Also cherry-picked one-line fix for Alpha-decode bug (ref: 'src < src_end') Verfied the build on volantis/flounder (N9), razor/flo (N7), hammerhead (N5) and nakasi (N7-old) and verified that the corrupted image rendered correctly on Razor and Volantis devices. Change-Id: I1d013d5b8d2236957c85c2cd2cdfa083733b5215
2014-08-04dsp: detect mips64 & disable mips32 codeJames Zern
Change-Id: Icf68dafd5cf0614ca25b36a0252caa1784ac8059
2014-07-25Sync-patch with libwebp ver 0.4.1-rc1.Vikas Arora
Sync-patch with libwebp ver 0.4.1-rc1 (change#I5346984d2). - NEON assembly optimizations: - ~25% faster lossy decode / encode (-m 4) - ~10% faster lossless decode - ~5-10% faster lossless encode (-m 3/4) - Arch64 (arm64) & MIPS support/optimizations. Change-Id: I855b65cec8fad5ec567c276b698e7714dc4bffd2
2014-01-03Updated the libwebp with version 0.4.0-rc1Vikas Arora
Updated the libwebp with the release 0.4.0-rc1 (change#I22be12d8). Build & Ran following tests for Nexus N7 (Razor) runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapTest.java runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapFactoryTest.java runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapRegionDecoderTest.java runtest --path cts/tests/tests/graphics/src/android/graphics/cts/Bitmap_CompressFormatTest.java runtest --path cts/tests/tests/graphics/src/android/graphics/cts/Bitmap_ConfigTest.java runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapFactory_OptionsTest.java runtest --path cts/tests/tests/graphics/src/android/graphics/cts/BitmapShaderTest.java Also did the full Android build for following targets: - flo - grouper - mako - x86 Before this change is submitted, need to submit the change for cts/tests to update the threshold for WebP encoding for color-mode RGB565. (Refer: https://googleplex-android-review.git.corp.google.com/#/c/403360/) Change-Id: Ib2db2ebf0395276d45c3e8dc70d7b451e3678e6f
2013-08-09Sync-patch with libwebp ver 0.3.1 (Id: Idea3464b)Vikas Arora
Change-Id: Ie2de5d5be3d7ec6020810f2d80530aa9d27e82c9
2013-03-14Sync-patch with libwebp (ChangeId: Ia5475247)android-4.3_r3.1android-4.3_r3android-4.3_r2.3android-4.3_r2.2android-4.3_r2.1android-4.3_r2android-4.3_r1.1android-4.3_r1android-4.3_r0.9.1android-4.3_r0.9android-4.3.1_r1tools_r22.2jb-mr2.0.0-releasejb-mr2.0-releasejb-mr2-releasejb-mr2-devVikas Arora
Added 16bit swapping of RGB565 / RGB4444 colorspace. Added ARM/NEON code for decoder/encoder modules. Speedup in WebP compression (method 3 and above). Change-Id: I95a697338bef7c3ea08054eb5f850a97d1889eb9
2013-02-07Revert "Sync libwebp with head#I6ecefe33"Derek Sollenberger
This reverts commit 4b2196c929b70f2cdc1c2556580d349db89356d8 Change-Id: I3c026866c336663666cb5a2e9e34ecffd1f05595
2013-02-06Sync libwebp with head#I6ecefe33Vikas Arora
Also added ARM/NEON code for decoder/encoder modules. Change-Id: Ic8028037c94c1191c193d881b799a961b476138e
2012-08-10Sync with the latest libwebp version (0.2.0-rc1)Vikas Arora
Change-Id: I15398a74aaec35cf235247d8e21ad9d9910772b8