- 17 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=70 TEST=none Review URL: https://webrtc-codereview.appspot.com/710013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@324 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=69 TEST=NONE Review URL: https://webrtc-codereview.appspot.com/728011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@323 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
Fix aligned version of SSSE3 alpha blend and re-enable SSE2 alpha blend for performance evaluation on low end CPUs where pshufb is slow. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/728009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@322 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/714010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@321 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/714007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@320 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=affine unitest Review URL: https://webrtc-codereview.appspot.com/729005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@319 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=61,62 TEST=build 64 bit on windows Review URL: https://webrtc-codereview.appspot.com/717011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@318 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=62 TEST=planar_unittest Review URL: https://webrtc-codereview.appspot.com/733004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@317 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Aug, 2012 4 commits
-
-
fbarchard@google.com authored
BUG=62 TEST=none Review URL: https://webrtc-codereview.appspot.com/716006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@316 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=62 TEST=TestAffine unittest added to planar_test Review URL: https://webrtc-codereview.appspot.com/731004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@315 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=63 TEST=none Review URL: https://webrtc-codereview.appspot.com/730004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@314 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=60 TEST=none Review URL: https://webrtc-codereview.appspot.com/727004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@313 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/709005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@312 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 24 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=56 TEST=gentoo builds chromium with libyuv with system jpeg Review URL: https://webrtc-codereview.appspot.com/699005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@311 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
NV12ToARGB for linux appears to have a bug in the assembly so this disables the asm for posix. It still works on Windows. Unittests updated to show the amount of pixel difference. BUG=55 TEST=out/Release/libyuv_unittest --gtest_filter=* Review URL: https://webrtc-codereview.appspot.com/675008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@310 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Jul, 2012 1 commit
-
-
mikhal@webrtc.org authored
(open TODO: Add unit tests) Review URL: https://webrtc-codereview.appspot.com/698004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@309 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Jul, 2012 2 commits
-
-
fbarchard@google.com authored
ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/696004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@308 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=51 TEST=TestARGBColorTable Review URL: https://webrtc-codereview.appspot.com/667011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@307 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 16 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=53 TEST=none Review URL: https://webrtc-codereview.appspot.com/695004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@306 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/690004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@305 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Jul, 2012 4 commits
-
-
fbarchard@google.com authored
BUG=51 TESTED=warmify effect Review URL: https://webrtc-codereview.appspot.com/673013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@304 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=50 TEST=none Review URL: https://webrtc-codereview.appspot.com/673012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@303 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=49 TEST=untested Review URL: https://webrtc-codereview.appspot.com/668012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@302 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
SSE2 version of scale is suspected of having a bug, as it didnt work in ARGBInterpolate, while SSSE3 and C do. Until the result can be verified, SSE2 is disabled. This will hurt performance on Pentium4 and below. BUG=49 TEST=none Review URL: https://webrtc-codereview.appspot.com/672009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@301 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/670008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@300 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/679009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@299 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/683004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@298 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/673007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@297 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Jun, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/678006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@296 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/668006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@295 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 26 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/674007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@294 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/672006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@293 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/675004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@292 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Jun, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/652009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@291 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
UNDER_ALLOCATED_HACK for scale that detects odd width and odd height were miscalculated and adjusts scaler for it. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/663007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@290 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/654005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@289 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
ARGBcolorMatrix for applying transforms such as grey and sepia in a more general form. Unittest does sepia for comparison. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/656004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@288 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
alpha blend 4 pixel loop bug fix and blender C code match SSE for better testability and reference code for future optimized code. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/645008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@287 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/637013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@286 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/635011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@285 16f28f9a-4ce2-e073-06de-1de4eb20be90
-