- 16 Mar, 2015 7 commits
-
-
fbarchard@google.com authored
BUG=none TESTED=local windows build R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/47619004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1332 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
clangcl build fix for __cpuid in psnr util. Since clangcl provides the intrinsic thru its Visual C emulation, don't duplicately define the function with an inline version, which is normally needed for gcc/clang. BUG=412 TESTED=set GYP_DEFINES=clang=1 & gyp_libyuv -fninja libyuv_test.gyp R=brucedawson@google.com Review URL: https://webrtc-codereview.appspot.com/40339004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1331 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=411 TESTED=libyuvTest.TestYToARGB R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/44709004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1330 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=414 TESTED=libyuvTest.TestFullYUVJ R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/41309004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1329 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=414 TESTED=J422ToARGB unittest R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/42799004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1328 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=414 TESTED=TestFullYUVJ R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/44679004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1327 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
yang.zhang@arm.com authored
ARM32/64 NEON versions of ScaleAddRows_NEON are implemented. BUG=319 TESTED=libyuvTest.Scale* on ARM32/64 with Android R=fbarchard@google.com Change-Id: I45b88c2b5f576042ba5b3d8d6f8851257fdb7218 Review URL: https://webrtc-codereview.appspot.com/46379004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1326 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Mar, 2015 2 commits
-
-
fbarchard@google.com authored
BUG=none TESTED=TestRoundToByte R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/41299004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1325 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=412 TESTED=clang=1 for build on windows R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/45679004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1324 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Mar, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=libyuv unittest added to benchmark and confirm behavior of cast R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/44649004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1323 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Mar, 2015 2 commits
-
-
fbarchard@google.com authored
BUG=403 TESTED=libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*I400ToARGB* R=brucedawson@google.com Review URL: https://webrtc-codereview.appspot.com/46569004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1322 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=403 TESTED=I411ToARGB unittest R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/42689004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1321 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Mar, 2015 5 commits
-
-
fbarchard@google.com authored
BUG=410 TESTED=set LIBYUV_WIDTH=65536 out\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=libyuvTest.ScaleTo320x240_None R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/42319004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1320 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=out\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*TestFullYUV R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/47499005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1319 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
kjellander@google.com authored
Add dependencies and move the neon target to only be specified for ARM builds so a standalone GN build can be performed. TESTED=Ran: gn gen out/Release --args=is_debug=false ninja -C out/Release gn gen out/Debug --args=is_debug=true ninja -C out/Debug gn gen out/Debug --args="is_debug=true os=\"android\" "cpu_arch=\"arm\"" ninja -C out/Debug gn gen out/Release --args="is_debug=false os=\"android\" "cpu_arch=\"arm\"" ninja -C out/Release R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/42289004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1317 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=libyuvTest.TestFullYUV Review URL: https://webrtc-codereview.appspot.com/47479004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1316 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=407 TESTED=untested R=brucedawson@google.com, tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/48429004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1315 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Mar, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=403 TESTED=I444ToARGB unittests R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/45589004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1314 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Mar, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=libyuvTest.TestFullYUV Review URL: https://webrtc-codereview.appspot.com/45539004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1313 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 06 Mar, 2015 3 commits
-
-
fbarchard@google.com authored
BUG=409 TESTED=python build\gyp_chromium -fninja -G msvs_version=2010 --depth=. libyuv_test.gyp R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/44569004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1312 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=409 TESTED=try bots R=harryjin@google.com, johannkoenig@google.com Review URL: https://webrtc-codereview.appspot.com/43629004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1311 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=407 TESTED=Dither unittests R=brucedawson@google.com Review URL: https://webrtc-codereview.appspot.com/46459004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1310 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 04 Mar, 2015 2 commits
-
-
fbarchard@google.com authored
BUG=407 TESTED=ARGBToRGB565Dither unittest R=brucedawson@google.com, harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/44519004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1309 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=407 TESTED=ARGBToRGB565Dither unittest R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/41039004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1308 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Mar, 2015 1 commit
-
-
yang.zhang@arm.com authored
ARM32/64 NEON versions of ScaleRowDown2Linear_NEON are implemented. BUG=319 TESTED=libyuvTest.ScaleDownBy2_Linear on ARM32/64 with Android R=fbarchard@google.com Change-Id: I2c7f43a0d56ed4dfded5bdbbb61765d87d65a2ba Review URL: https://webrtc-codereview.appspot.com/43519005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1307 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 02 Mar, 2015 3 commits
-
-
fbarchard@google.com authored
BUG=407 TESTED=unittest passes R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/43539004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1306 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=408 TESTED=nacl arm build R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/38329004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1305 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
yang.zhang@arm.com authored
ARM64 NEON version of YUV422TORGB is updated based on C algorithm. Except TestJ420 and TestYUV, all the other tests are passed. BUG=324 TESTED=libyuvTest on ARM64 with Android R=fbarchard@google.com Change-Id: Ia2663cfdeccc4c8c1d46262c9c0cc67b71d45e70 Review URL: https://webrtc-codereview.appspot.com/35329004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1304 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Feb, 2015 3 commits
-
-
fbarchard@google.com authored
BUG=none TESTED=untested R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/42149004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1303 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
port ARGBToRGB565 and ARGB1555 to AVX2. Enable functions that use ARGBToRGB565 AVX2 code. Add ARGBToRGB565Dither function. BUG=403 TESTED=local windows build R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/42109004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1302 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
kjellander@google.com authored
Details: https://chromium.googlesource.com/chromium/src/+/271c6cc..2c3ffb2/DEPS Updated sync_chromium.py to be identical with WebRTC's current version. Removed the xcode61 suffixed Mac trybots as well. The following were moved into src/buildtools: * src/third_party/libc++/trunk * src/third_party/libc++abi/trunk TBR=fbarchard@google.com TESTED=All trybots passing this. Review URL: https://webrtc-codereview.appspot.com/40119004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1301 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Feb, 2015 5 commits
-
-
kjellander@google.com authored
This file no longer needs to exist after https://codereview.chromium.org/941433004/ has been landed. Libyuv never had any LSan suppressions added, so the file has no purpose. Also cleanup empty sanitizer_options.gyp file that was added by mistake. BUG= R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/35299004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1300 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
kjellander@google.com authored
R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/42049004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1299 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=nacl build with default options R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/44389004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1298 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=403 TESTED=local build on windows R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/43429004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1297 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
yang.zhang@arm.com authored
NEON version of YUV422TORGB is updated based on C algorithm. Accuracy YUV to RGB of NEON is also updated according to test result. Macro LIBYUV_NEON is added to identify accuracy YUV to RGB for ARM platform. Except TestJ420 and TestYUV, all the other tests are passed. BUG=324 TESTED=libyuvTest on ARMv7 with Android R=fbarchard@google.com Change-Id: I492ca628679940534f40341721dc5b6dc2d7a5b6 Review URL: https://webrtc-codereview.appspot.com/40609004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1296 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 24 Feb, 2015 4 commits
-
-
fbarchard@google.com authored
BUG=403 TESTED=untested R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/40089004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1295 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=403 TESTED=untested R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/40929004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1294 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=403 TESTED=avx2 emulator Review URL: https://webrtc-codereview.appspot.com/34359004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1293 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=local libyuv unittest passes R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/43419004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1292 16f28f9a-4ce2-e073-06de-1de4eb20be90
-