Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nova-video-player/aos-libyuv


https://github.com/nova-video-player/aos-libyuv

NV12ToARGB function for ios

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/352014

git-svn-id: http://l...

fc99814a9271b1981fb21e8235f9d73161a4109f authored about 13 years ago
ConvertFrom remove sample size and add stride

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/356001

git-svn-id: http://l...

1eb4034778b029dceaebc9b2fdb10d6292abccb4 authored about 13 years ago
ARGBToRGB24 and ARGBToRAW optimized

BUG=none
TEST=media_unittest
Review URL: https://webrtc-codereview.appspot.com/348013

git-svn-id...

24d2656b65beb2a86acf1913a5c025a6aca21299 authored about 13 years ago
remove wrapper functions that call 2 row functions internally

BUG=none
TEST=still builds/runs
Review URL: https://webrtc-codereview.appspot.com/350016

git-svn...

8af21a57f59fb9cc48cf127bef7156c490a721c6 authored about 13 years ago
ARGBToRGB functions optimized

BUG=none
TEST=media_unittest.exe --gunit_catch_exceptions=0 --yuvconverter_repeat=1000 --gunit_fi...

9eefb2e8dd2c40a8b6bd0f02d794fe78332fc08f authored about 13 years ago
ConvertFromI420Stride is same as ConvertFromI420 but accepts a stride per row. Only works on single plane formats

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/353007

git-svn-id: http://l...

782659b07c19416c0bc91c18c42f92042084623e authored about 13 years ago
Reorder functions for consistency when doing RGB functions. Order should now be ARGB, BGRA, ABGR, RGB24, RAW, RGB565, ARGB1555, ARGB4444

BUG=none
TEST=none
Review URL: https://webrtc-codereview.appspot.com/352013

git-svn-id: http://l...

ecb3f4cc4e0a6e17daaebea1c1da63df9042984f authored about 13 years ago
RGB565 etc to I420 had UV function pointer set wrong for _C version.

BUG=none
TEST=media_unittest
Review URL: https://webrtc-codereview.appspot.com/353006

git-svn-id...

44477b260a96b687af1518751f303bebc8b1f13e authored about 13 years ago
NV12ToRGB565 rewritten. Row functions with SSSE3 and NEON. Stride by bytes (bug fix). Handle odd sizes. Support inversion.

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/344012

git-svn-id: http://li...

1de81bca841d556f83f2d0c4bc92a0a5cd943d1f authored about 13 years ago
ARGB1555ToARGBRow_SSE2

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/349006

git-svn-id:...

ccd6d9b2de6af7985775a2e5537190cf5794dd44 authored about 13 years ago
RGB565ToARGB_SSE2

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/347011

git-svn-id:...

6aa761da6d5de07a602425bbe070f5dc067c3d68 authored about 13 years ago
rewrite of I420ToRGB565 etc using row functions

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/345004

git-svn-id:...

ba1f52692605bbf8fedb8a915275c71fa186d291 authored about 13 years ago
fix convertToI420 rowbytes and add assembly calls

BUG=none
TEST=camtool
Review URL: http://webrtc-codereview.appspot.com/343008

git-svn-id: http:/...

20005e64e37d3171716b47621c986f3dbb79d37b authored about 13 years ago
SSE2 version of 4444 to 8888

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/344005

git-svn-id: http://li...

17272be539c30cebca4cd11e2945ae94cd876a20 authored about 13 years ago
RGBP, RGBO, R444 fourcc support

BUG=none
TEST=camtool with xo175
Review URL: http://webrtc-codereview.appspot.com/347001

git-svn...

a7d977ceae6215332f359ab289a93460a24dc1e0 authored about 13 years ago
Fix video_common.h path.

Review URL: http://webrtc-codereview.appspot.com/341001

git-svn-id: http://libyuv.googlecode.co...

61c9b20bd6e3971b700ae6e6f12a144ef5b17366 authored about 13 years ago
ScaleFilterRows optimized for NEON.

Includes unit test that scales the image up by 2.
Currently this is done using the generic bilin...

ea8d0eb0d1a21555701351dd64d018c74004ca0b authored about 13 years ago
cleanup of include order, std include comments on what function they are for, and guard naming to match folder

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/333028

git-svn-id: http://li...

17f198cd46747349512c5cb2a5037d03669f2365 authored about 13 years ago
Fix YUVToARGB/BGRA/ABGR linking.

Broken by previous move to using extern "C" for functions.
This moves the function prototype int...

6011ff73535b9b9f3cda016a6b325f8a03144dc1 authored about 13 years ago
allow null dst_y on biplanar and triplanar functions

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/335015

git-svn-id: http://li...

7a24bd85773e572352333d3fabfc5234de8a9092 authored about 13 years ago
subs sooner for neon and remove unnecessary alignment check for SplitUV_NEON

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/335014

git-svn-id: http://li...

8dd523da690ba1adef2d9b85a96c735ddce3ac3b authored about 13 years ago
Adding video_common to libyuv include list

Review URL: http://webrtc-codereview.appspot.com/331018

git-svn-id: http://libyuv.googlecode.com...

afcde1b226800429134478d4c19a0eec60a3bd57 authored about 13 years ago
libyuv: Moving video_common to the include directory and updating rgb convert orientation.

Review URL: http://webrtc-codereview.appspot.com/333022

git-svn-id: http://libyuv.googlecode.com...

0090434e53ddc1e0a5eceb0ab0b1732b27ddc168 authored about 13 years ago
.private_extern for OSX 32 bit but not for other platforms

BUG=none
TEST=build and run scale and rotate.
Review URL: http://webrtc-codereview.appspot.com/33...

0000a2ad525709e6c894db148ef25a8e71ac47a0 authored about 13 years ago
more functions added for convertFromI420

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/333015

git-svn-id: http://li...

c9911bcba1b7a59feff8bf7816446306e0096862 authored about 13 years ago
A ConvertFromI420 function. Supports basic conversion with no clipping, inversion or rotation, for a subset of formats - most of the single plane formats, all 3 plane formats and no 2 plane formats. (ie nv12)

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/329011

git-svn-id: http://li...

52f5bb91befee089b8e67d388b4f385882ea1856 authored about 13 years ago
Remove .global from asm blocks to reduce external visibility

BUG=none
TEST=functions still build/link on 32 bit linux/osx
Review URL: http://webrtc-codereview...

62e63b25ffbc647d3371af954aa6e614ec5eb907 authored about 13 years ago
cygwin compatibility fix for ifdef underscores, and __inline for C vs inline which is C++

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/335003

git-svn-id: http://li...

9d206a29cdfdbf6e6a29bd71881e5c204f3acefd authored about 13 years ago
ConvertToI420 accept I400

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/328009

git-svn-id: http://li...

aebc4304786a64c410f5b85d24c7056f98dc8e37 authored about 13 years ago
I400 to 420 for MJPG internals

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/328008

git-svn-id: http://li...

8b6d7d72f94985386b5b046587389c3fc88106ed authored about 13 years ago
scale call copyplane in planarfunctions

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/335002

git-svn-id: http://li...

45b9ef0f6a404fe416d7a04bbd6da13037f3716b authored about 13 years ago
YUY2ToI420 handle unaligned pointers

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/329001

git-svn-id: http://li...

75df30c1da7f14bfc5d015b6993f5900847e3186 authored about 13 years ago
push esi/edi changed to mov eax, esi mov edx, edi

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/330004

git-svn-id: http://li...

103878d59fb6a457113d4bd856bc406407638374 authored about 13 years ago
munged addressing for copyrows

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/333001

git-svn-id: http://li...

2f11976b88a440f2c3166aeb8ebd70bcc197d578 authored about 13 years ago
nv12 stores ordered for better core2 performance. 221->211ms

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/330001

git-svn-id: http://li...

e7ae4e1062513eb4479972a2ce6cf6fe957d78d5 authored about 13 years ago
reorder stores for FastConvertYUVToABGRRow_SSSE3 and FastConvertYUVToBGRARow_SSSE3. ReverseRow_SSE2. cpu detect allow environment variable override set LIBYUV_DISABLE_SSSE3=1 set LIBYUV_DISABLE_SSE2=1. Reorder stores in rotate for core2

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/317010

git-svn-id: http://li...

373cdbdc58d6e7b7e4653840677ef01468607e84 authored about 13 years ago
I400ToARGB use 8.8 fixed point to avoid a shift. gcc generate constants to avoid fpic performance stall

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/322013

git-svn-id: http://li...

8b9759c4a757ee5d1f005cfececd8382c357e5fe authored about 13 years ago
change int8 to signed char for compatibility with chromium type

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/318012

git-svn-id: http://li...

9cece4b198596e89cfe0e774e88c065ee1351098 authored about 13 years ago
Fix codereview.settings for git.

Changes correspond to webrtc/trunk/codereview.settings.

Review URL: http://webrtc-codereview.ap...

5a277f87d9b6c255c1b1b8572a99c956c7782480 authored about 13 years ago
FastConvertYUVToARGBRow_SSSE3 use 2 pack and then 2 stores, which works better on Core2

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/323007

git-svn-id: http://li...

3fe369661abbd1bbca12bd69dc8be0be9a5f9792 authored about 13 years ago
fix for underscore on gcc 32 bit for linux

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/325001

git-svn-id: http://li...

19a248ab63a68ec2531c34364795d1721a9989df authored about 13 years ago
clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes namespace. extern c allows c++ to be used to compile, including with namespace, but C program can link libyuv

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/320004

git-svn-id: http://li...

fe5ff7ed5451496281697bda9cb85084c532926c authored about 13 years ago
Remove missing headers from libyuv.gyp.

Review URL: http://webrtc-codereview.appspot.com/321002

git-svn-id: http://libyuv.googlecode.com...

abe1613f516b6a5c09d337b4acd067de458c4aa0 authored about 13 years ago
mingw behaves like apple as far as labels go

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/322002

git-svn-id: http://li...

1d61cd91bb09dce963c221bc6971cc987c9e2a8f authored about 13 years ago
Fix build for OSX.

Clang defines __APPLE__, not OSX, use that
for platform specific code.

Removed spurious volatil...

e0bf6f0934629f0427889c42539af4071b667671 authored about 13 years ago
CopyRow_X86 for gcc

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/300007

git-svn-id: http://li...

e5ffa14f31b7a408b6ca49513a0d65cd30586e06 authored about 13 years ago
CopyRows_X86 had parameters wrong

TESTED=videotool save to file
NEEDS_QA=false
Review URL: http://webrtc-codereview.appspot.com/3...

c2b74366ecf62f9a5a0a1f1243268e9432b7ab86 authored about 13 years ago
ARGBRect use SetRows32 to do full image. 744 ms -> 288 ms on Linux, 688 ms -> 277 ms on Mac. Started ARGBCopy function.

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/290006

git-svn-id: http://li...

ca26f860b96fb16b47953dbba19e470ce1cdc0de authored about 13 years ago
ARGBRect optimized for visual c that will do rep stosd. Fix x/y calculation.

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/292008

git-svn-id: http://li...

120b8d7ee72bb07c0f58fa2a2245cd6436736579 authored about 13 years ago
add ARGBRect, fix for 444 support in ConvertToI420

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/289003

git-svn-id: http://li...

3e8a577bb383154f2a4e978ef615eaafed746e1d authored about 13 years ago
I444 fourcc and ConvertToI420 support

BUG=none
TEST=untested
Review URL: http://webrtc-codereview.appspot.com/290001

git-svn-id: http:...

10f5556a9f0c9fc1d600f77dece67d244bcdf940 authored about 13 years ago
use IS_ALIGNED for width and stride to avoid mod that generates 6 instructions

BUG=none
TEST=disassemble to confirm smaller/simplier alignment checks
Review URL: http://webrtc-...

1c5136d0699d8705971d765902ae692759f15d21 authored about 13 years ago
inline cpuid for better branch prediction

BUG=none
TEST=disassembly shows 6 instructions (due to auto init)
Review URL: http://webrtc-coder...

3c00cf04f343a71650d8ee5b989311ba885c28f5 authored about 13 years ago
I420Mirror rewrite, I420Copy movdqa, I444To420, I420To422

Review URL: http://webrtc-codereview.appspot.com/267025

git-svn-id: http://libyuv.googlecode.com...

12d048335db029aa66396d2fc09be0612afe8b59 authored about 13 years ago
I420ToYUY2 SSE2 version. 5.5x faster

BUG=none
TEST=LmiVideoFrameTest.ConvertToYUY2Buffer
Review URL: http://webrtc-codereview.appspot....

1616c315e0313b61d922f0b75bd6704861b75a56 authored about 13 years ago
Fix FastConvertYUVToABGRRow_SSSE3 for posix.

Extraneous lines in assembly code.
Review URL: http://webrtc-codereview.appspot.com/279013

git-...

5e56498d4b2355cae4c66bf75172a2052bd81995 authored about 13 years ago
YUVToARGB, YUVToBGRA,YUVToABGR optimized.

Review URL: http://webrtc-codereview.appspot.com/267022

git-svn-id: http://libyuv.googlecode.c...

93d003f87426197b3e4891348960decf07c8742c authored about 13 years ago
remove row table, make C use math that mimics SIMD for exactness. Also 2x faster than old code which mimiced old SIMD via tables. 9000 ms instead of 20000 ms

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/267020

git-svn-id: http://li...

bc8f28eb52a5c2c2d4a940f807ed679cd612b010 authored about 13 years ago
Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistently

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/277008

git-svn-id: http://li...

15c3d45cbed621463e0043d447fc14fa6d997a63 authored about 13 years ago
port yuv to rgb to mac

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/269017

git-svn-id: http://li...

1c2d8be1e1edcfe70f369184c5abcd0bd09180b9 authored about 13 years ago
i422 to i420 sse2

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/269016

git-svn-id:...

8219d27a1963141586fe65acaba92ddd1dbc6339 authored about 13 years ago
osx 64 bit does not want _ in variable names

BUG=none
TEST=build with m64
Review URL: http://webrtc-codereview.appspot.com/268011

git-svn-id:...

c59000bf0f57c3c4d74d26e41b50b1e8afabec09 authored about 13 years ago
port yuv to rgb ssse3 to gcc

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/269015

git-svn-id:...

228bdc24e44264baf3402124aaa6d4d81c8896f5 authored about 13 years ago
compare SumSquareError_SSE2 ported to gcc

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/279005

git-svn-id:...

4cf70bd6db91d49888d18e5e766809679f3ee3de authored about 13 years ago
fix internal compiler error on mac by removing const from vectors

BUG=none
TEST=compile on mac
Review URL: http://webrtc-codereview.appspot.com/266013

git-svn-id:...

2430e04e0a262f8919f61cf1e64304c69ea94127 authored about 13 years ago
remove mmx functions

BUG=none
TEST=builds
Review URL: http://webrtc-codereview.appspot.com/269010

git-svn-id: http://...

eaedc1d72735e68d45a0b42221a04902e648a21d authored about 13 years ago
Order includes.

Use the following order.
local
system
libyuv
Review URL: http://webrtc-codereview.appspot.com/27...

c82af4a59ce299da67084916317266a33c2868e1 authored about 13 years ago
document ConvertToI420 parameters

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/267008

git-svn-id: http://li...

d4ff5b42e6073879f85c579a2049a929d1170e92 authored about 13 years ago
libyuv: clean up:

1. Removing libyuv:: when not needed
2. Test clean-up
Review URL: http://webrtc-codereview.appsp...

1b06484b4aeb06ce45759ea9928fe84981680ac9 authored about 13 years ago
align asm new line to column 48

BUG=none
TEST=builds
Review URL: http://webrtc-codereview.appspot.com/268008

git-svn-id: http://...

f7a5048f548a92825fc32fb107c092b10627a03d authored about 13 years ago
PSNR and SSIM plane comparision functions.

Code sourced from libvpx.
http://www.webmproject.org/code/#libvpx_the_vp8_codec_sdk
Review URL...

2cb934c6241c8ddf65ba59247f4e742bcbd6f0c6 authored about 13 years ago
remove _ from simd in row

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/270006

git-svn-id: http://li...

6334808d9d40071249ba9b51b65aa4e3b6e7f43f authored about 13 years ago
remove align16 macro

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/266012

git-svn-id: http://li...

75988ad3a8a09f0f679a6232007560863f74e6d7 authored about 13 years ago
move code from table to common

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/269009

git-svn-id: http://li...

706fc412ad24faad94463e58f204c3fe73cbe433 authored about 13 years ago
add a comparison function

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/270005

git-svn-id: http://li...

124b76e5c90cd15331d50810baeb7c571688fb50 authored about 13 years ago
libyuv: Updating general functions:

1. Deleting Crop and CropPad functions
2. Moving I420Mirror to planar functions
3. deleting gener...

b744e3734ae6f6138f57fd012bc3e20f41b2ec7a authored about 13 years ago
row functions for windows use ssse3 for yuv to rgb. mac use sse3 for rgb to yuv

Review URL: http://webrtc-codereview.appspot.com/267007

git-svn-id: http://libyuv.googlecode.com...

d93d4486eb6cefba07f4707db5cce5509dc0145d authored about 13 years ago
bayer off by one on width

BUG=none
TEST=media_unittest
Review URL: http://webrtc-codereview.appspot.com/276003

git-svn-id:...

82ba1b77aecd47330c6212f3b3bdba1db84746f3 authored about 13 years ago
Fix for InitCpuFlags for android.

Review URL: http://webrtc-codereview.appspot.com/277001

git-svn-id: http://libyuv.googlecode.com...

86e9487d0dd397779f948f2ecef4b46d240ee57c authored about 13 years ago
bump revision to r62

BUG=none
TEST=none
Review URL: http://webrtc-codereview.appspot.com/275001

git-svn-id: http://li...

8f4e45029fecbfedced54cd84091ea52a0e034b0 authored about 13 years ago
ifdef platform specific code.

Not all posix platforms have SSSE3 functionality.
Review URL: http://webrtc-codereview.appspot.c...

e518542da59d2a7e95a0e26f5deddb923ead7fe4 authored about 13 years ago
ARGB to and from I420 ported to x64

BUG=none
TEST=media_unittests
Review URL: http://webrtc-codereview.appspot.com/266003

git-svn-id...

b61497636a648c771ac55d184a80b17aca7414f5 authored about 13 years ago
Change add + shift syntax for arm assembly.

Short syntax is not supported by all compilers.
Review URL: http://webrtc-codereview.appspot.com...

755de365c47122110e435f966f845481c9f4aeeb authored about 13 years ago
Move neon rotate code from straight assembly to inline.

Allow assemblers with a slightly different syntax to use
the optimized neon routines.

Removed e...

f7e74a1a6f4f5b4006abc61b08bb12b7123441d9 authored about 13 years ago
Avoid using Q4-Q7 registers for NEON.

Was not paying attention to which registers were for scratch.
Avoid the need to preserve registe...

7aa6f06e706c82950d3304bacd83f366465c044c authored about 13 years ago
avoid xmm7 in formatconversion

BUG=none
TEST=build/run on linux
Review URL: http://webrtc-codereview.appspot.com/255010

git-svn...

799796b27280711a57ee8993631d5073316b53c2 authored about 13 years ago
scale avoid xmm6 and xmm7 usage

BUG=none
TEST=scale test in talk
Review URL: http://webrtc-codereview.appspot.com/256009

git-svn...

d14936a0af4398101f79cec3686967c8ec5f5a1b authored about 13 years ago
Reduced usage of xmm6 and xmm7 which need to be saved on win64.

BUG=none
TEST=tested with talk unittests
Review URL: http://webrtc-codereview.appspot.com/261003
...

4562b62caa99132548ce785588875128d4f2fa7f authored about 13 years ago
libyuv: Aligning license file with file header

Review URL: http://webrtc-codereview.appspot.com/261004

git-svn-id: http://libyuv.googlecode.com...

250a01f46c7c06e334db33cd38693713d1ab2705 authored about 13 years ago
Adding AUTHORS file to libyuv

Review URL: http://webrtc-codereview.appspot.com/253002

git-svn-id: http://libyuv.googlecode.com...

c987746b4030eb75fa7a7e67a47d6be461f7d1ac authored about 13 years ago
ifdef fix for 32 bit gcc

BUG=none
TEST=build on linux
Review URL: http://webrtc-codereview.appspot.com/256003

git-svn-id:...

79b18eecc57de34c62d08424237b0e6d4417b6a8 authored about 13 years ago
ARGB To I420 and variations using row functions

BUG=none
TEST=media_unittests from talk used to benchmark
Review URL: http://webrtc-codereview.ap...

9394ed99fcc9802a068ba4a44c36aed79ce87157 authored about 13 years ago
git-svn-id: http://libyuv.googlecode.com/svn/trunk@50 16f28f9a-4ce2-e073-06de-1de4eb20be90

7472021e53f9306b67ea1ba83fb5b232486537a3 authored about 13 years ago
Adding README.chromium.

Review URL: http://webrtc-codereview.appspot.com/252001/

git-svn-id: http://libyuv.googlecode.c...

7198d6da0c89089983e13aee90c4941870621410 authored about 13 years ago
Neon 38 downscaler.

Fixed up unit tests for filters to use same image generation and comparison code.

Added timing ...

0e9b515f5348a453cd97578b4668b3c330973298 authored over 13 years ago
cpu_id using one variable and make it more public how to set flags to disable SIMD

BUG=none
TEST=scale unittest in talk disables SSSE3
Review URL: http://webrtc-codereview.appspot....

891091c6d456699df6abf7f61211cbc7612991fd authored over 13 years ago
rewrite ARGBToI420 with SSSE3

TEST=talk unittests
BUG=none
Review URL: http://webrtc-codereview.appspot.com/251003

git-svn-id:...

585a126140be298e60a4daa26140ead0e94eaaa1 authored over 13 years ago
fix for vdup syntax error

BUG=none
TEST=attempt to build on android
Review URL: http://webrtc-codereview.appspot.com/250006...

8cfa3073352c68c19a02a8ef94e66a13e08eaeca authored over 13 years ago
Neon version of ScaleRowDown34.

Review URL: http://webrtc-codereview.appspot.com/250003

git-svn-id: http://libyuv.googlecode.com...

f626bea05f6e006afc6263e243222807272efc00 authored over 13 years ago
libyuv: Updates to gyp file convert and general

Review URL: http://webrtc-codereview.appspot.com/239017

git-svn-id: http://libyuv.googlecode.com...

82ca39582875374c0470473d0dcc6b697f6e5404 authored over 13 years ago