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

add stride to pointer in C and pass as register to inline.

BUG=357
TESTED=clang on ios
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

aec76f2e30adf206c59840675311f20f56e7f300 authored over 10 years ago
change vector range notation to a list of registers for clang compatibility. break compare into 2 neon files for consistency with other neon64 files.

BUG=357
TESTED=local ios build
[email protected]

Review URL: https://webrtc-codereview.appsp...

f7d9b9fb13a0c50f94b25d49226435671f9ec1c5 authored over 10 years ago
Change branch notation to clang compatible b dot cc

BUG=357
TESTED=local ios a64 build
[email protected]

Review URL: https://webrtc-coderevie...

a62a97f142c8220c0b012fad4b125603e9e160a5 authored over 10 years ago
Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode.

BUG=357
TESTED=ios arm64 build
[email protected]

Review URL: https://webrtc-codereview.appspo...

8cbfc5d41fc468d7785aeb67b1b9207ee6102fc3 authored over 10 years ago
scale16 api use LIBYUV_API

BUG=358
TESTED=local build
[email protected]

Review URL: https://webrtc-codereview.appspot.co...

82365e0bcde0c98e229107835a588d5cbc9d8881 authored over 10 years ago
add TransposeWx8_NEON's aarch64 implementation

BUG=319
TESTED=libyuv_unittest
[email protected], [email protected]

Review URL: https...

60ccea47d9d17e0f8f243fc69adb5c285b61e155 authored over 10 years ago
Fix the build failure for arm64

TESTED=libyuv_unittest
BUG=357
[email protected]

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

44c4d0f3b0c31bb2d4504fbfb610d979b7278a70 authored over 10 years ago
Fix the build failure for arm64

TESTED=libyuv_unittest
BUG=357
[email protected]

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

21cadac909b396388be14d4d01655d115d3d2fb9 authored over 10 years ago
Rotate ARM64 NEON implementation - TransposeUVWx8_NEON

BUG=319
TESTED=libyuv_unittest
[email protected]

Change-Id: I1dc89b35d4c4bf011cd04b549aaf9...

c386168c76a99ac7a5a014b3b64bcfb0ca6e604f authored over 10 years ago
Update GN build to refer to ppapi target. This allows the inclusion of the pp_macros header when running in gn's header check mode.

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/...

fefc694ee9d72d4e134a889a42e3e12b6a70693d authored over 10 years ago
expect avx2 compiler support means one of the avx2 functions exists.

BUG=none
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com...

d4fbd60169a1087531548dc9ca70f4d4b555f09a authored over 10 years ago
add gyp define to enable svn version check. defaults to off so tests built outside of svn will build/run with a warning but not error.

BUG=356
TESTED=set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 libyuv_enable_svn=1
R=thorc...

accefc419198ccf45c7d28ec96bf304e559f482e authored over 10 years ago
Add a test that indicates the compiler is able to generate avx2 code.

BUG=none
TESTED=out\release_x64\libyuv_unittest --gtest_filter=libyuvTest.TestCompilerHasAVX2
R=t...

3224e43e250dcb45c6725fa1bdcdd0a749c38bb2 authored over 10 years ago
Add a placeholder file for ARM64 Rotate Neon implementation

BUG=319
TESTED=libyuv_unittest
[email protected]

Review URL: https://webrtc-codereview.app...

4667addfb82ac1a18ea16509f140194d4de4a6ae authored over 10 years ago
implement ARM64 ScaleARGBRowDownEven and ScaleARGBRowDownEvenBox

TESTED=libyuv_unittest
BUG=319
[email protected], [email protected]

Review URL: https...

686e9d024711edfdcc54f069338b15be73edc749 authored over 10 years ago
Scale ARM64 NEON implementation - ScaleRowDown38

BUG=319
TESTED=libyuv_unittest
[email protected]

Add the following functions:
- ScaleRowDo...

90f971fc5e1d016c75215de482809fc085f73918 authored over 10 years ago
Scale ARM64 NEON implementation - ScaleRowDown34

BUG=319
TESTED=libyuv_unittest
[email protected], [email protected]

Add the following...

5497af0ba7db878bfb30eeac3d0704267c038f1d authored over 10 years ago
Row AArch64 Neon implementation - Part 6

BUG=319
TESTED=libyuv_unittest
[email protected]

Change-Id: I5d93eb184ba873d5e7637a3b5a830b...

2df5743bd4d3e128f486d859502607a3c9d86240 authored over 10 years ago
implement ARM64 ScaleRowDown4 and ScaleRowDown4Box

TESTED=libyuv_unittest
BUG=319
[email protected], [email protected]

Review URL: https...

4d5c3f3498f9bec3bd5ec90698bc929b8cf127e2 authored over 10 years ago
disable mips assembly for __mips_isa_rev 6

BUG=355
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/2...

3389f8efa4207b40972b83e251bb0c43adba7125 authored over 10 years ago
Add function ScaleFilterRows_NEON for ARM64 Scale Neon implementation

TESTED=libyuv_unittest
BUG=319
[email protected], [email protected]

Review URL: https...

4e4396313a6607126b79301f58305a29de4c9ce8 authored over 10 years ago
Row AArch64 Neon implementation - Part 7

BUG=319
TESTED=libyuv_unittest
[email protected], [email protected]

Change-Id: Idfad43...

218ebde88619f35cfaac69c171dbc0ee094135d7 authored over 10 years ago
implement ScaleRowDown2_NEON && ScaleRowDown2Box_NEON

TESTED=libyuv_unit_test
BUG=319
[email protected], [email protected]

Review URL: http...

298dbf2dc309781fec10037e5f720093f0054953 authored over 10 years ago
implement ScaleARGBRowDown2 && ScaleARGBRowDown2Box

TESTED=libyuv_unit_test
BUG=319
[email protected], [email protected]

Review URL: http...

15d1af157484aebc319c1e7df07d6c577eec4f56 authored over 10 years ago
move lto condition into existing condition statement.

BUG=354
TESTED=gclient runhooks
[email protected]

Review URL: https://webrtc-codereview.app...

6fb3ed37f5aa3ad44520927ccdd6ebd952805e61 authored over 10 years ago
Add LTO support for Android Chromium.

BUG=354
This is to add support for a Link-Time Optimizations experiment in Android
Chromium. As i...

c2a78ebf4573f70b4d5d9aa6b30a14e242fc03ed authored over 10 years ago
fix memory leaks in *ToI420 functions.

BUG=352
TESTED=drmemory out\debug\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*...

ee43c95c51543acec164e7973dd8344a5b41fbb4 authored over 10 years ago
For xcode disable pch option so includes will use the .h instead of expecting a .pch.

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.co...

0c600525473c7d081c50df8a5e26e3f25b2df2a3 authored over 10 years ago
ifdef headers to avoid intrinsics if built with gcc 64 bit on windows.

BUG=351
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/2...

6e95f6f7e1270163832459cb54079e2e03d66238 authored over 10 years ago
ARGBToNV12 fix for memory leak on row_u_mem.

BUG=352
TESTED=libyuv_unittest
[email protected]

Review URL: https://webrtc-codereview.appspo...

aaddd24ba0adf6128150854a4a84ced958bd8ff1 authored over 10 years ago
Row AArch64 Neon implementation - Part 3

BUG=319
TESTED=libyuv_unittest
[email protected]

Change-Id: Ia818ca62d4a84d76b0144f904983d8...

c1155cb5874c5a488a0ca5cd89031d198b531161 authored over 10 years ago
Row AArch64 Neon implementation - Part 5

BUG=319
TESTED=libyuv_unittest
[email protected], [email protected]

Change-Id: Ia76096...

8f04ca5b9c06d8b34282525db196818dca5d31e4 authored over 10 years ago
Row AArch64 Neon implementation - Part 4

BUG=319
TESTED=libyuv_unittest
[email protected], [email protected]

Change-Id: If14566...

cb8be2fb2b2977b62b3c8a75705b78d4914fce9f authored over 10 years ago
In Q420ToI420 the variable halfheight is initialized but not used. Change it to instantiate the variable but do not initialize it. It will be assigned conditionally later. This warning raised in xcode.

BUG=353
TESTED=local build still works
[email protected], [email protected]

Review URL: h...

720e3a247fc512a15b576ed0fcf5900b742afd12 authored over 10 years ago
Rollback chromium_revision from 285412 to 280149 as they causes a valgrind asan failure on build bots.

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com...

50a2da0c50b974f567a7f4d01123654d6fede0e5 authored over 10 years ago
Add a placeholder file for ARM64 Scale Neon implementation

BUS=319
TESTED=libyuv_unit_test
[email protected]

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

0ce37337979eed08c8b658e1b2f5d3aab45fba0e authored over 10 years ago
valgrind fix to CropNV12 unittest. round crop amount to multiple of 2 so UV will be an even number.

BUG=350
TESTED=drmemory out\debug\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*...

77564a9323c1e49fc6ca6b3d0e6ff8f5e3bdd559 authored over 10 years ago
Mingw xgetbv use gcc assembly not visual c.

BUG=349
TESTED=c:\mingw64\bin\x86_64-w64-mingw32-c++.exe -m32 -I include source/cpu_id.cc -c -o c...

bf2436747630a03d8cc8f5588f7732f90cb7891a authored over 10 years ago
fix a lint warning about a space needed after && in ifdef

BUG=348
TESTED=cpplint.py --filter=-readability/casting source/*.cc include/libyuv/*.h
R=tpsiaki@...

5bd003f0810ae2266bc6d0bdc6e0d6f1a2cfd8a1 authored over 10 years ago
Row AArch64 Neon implementation - Part 2

BUG=319
TEST=libyuv_unittest
[email protected], [email protected]

Change-Id: Ib1f824c5...

b8c4fc71c3567be45d534f800bd33b1fcf7c6594 authored over 10 years ago
cpuid include intrinsics header before using xgetbv

BUG=282
TESTED=vs2010sp1 build.
[email protected]

Review URL: https://webrtc-codereview.appsp...

64455db9b100ad09f17d6d31ad4f899584d5997d authored over 10 years ago
fixes for blank line lint warnings

BUG=348
TESTED=cpplint.py --filter=-casting source/*.cc include/libyuv/*.h
[email protected]
...

9e0f21af0b7a8c715e030b952a24e0060659ab95 authored over 10 years ago
Row AArch64 Neon implementation - Part 1

BUG=319
TEST=libyuv_unittest
[email protected]

Change-Id: I367ffa7bb0fd0337ab8486d3eb4fb94a...

de9fa43c60840e3c3b0538f72bb67c6406b4acd7 authored over 10 years ago
AArch64:add SumSquareError_NEON armv8 assembly version

BUG=none
TESTED=libyuv_unittest
[email protected]

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

26f43db1efdb5d1495dce99395f4c4b4469c6cb7 authored over 10 years ago
arm64 neon optimization building is enabled

git-svn-id: http://libyuv.googlecode.com/svn/trunk@1042 16f28f9a-4ce2-e073-06de-1de4eb20be90

1afdfb3da85a391b7d54f2ca867c7d52fbf3f1ac authored over 10 years ago
Add a placeholder file for ARM64 Row Neon implementation

BUG=319
TEST=libyuv_unittest
[email protected]

Change-Id: I9fdc355d285062d32c11dba4e240d32f...

9453f7c4946707136fc8e6202b75565538a94f75 authored over 10 years ago
bump chromium deps to 285412 to stay in sync with webrtc.

BUG=none
TESTED=gclient sync & set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 & python gy...

d0628b2b1f1860466064100eb23c5d56ea001a40 authored over 10 years ago
Remove extra MEMACCESS

TESTED=libyuv_unittest

Change-Id: I25fae71200ea44846eea3604a55bf4a88ea593ce
Signed-off-by: Asho...

c8f529a48f02912353d165c6f9e7f46a041289ba authored over 10 years ago
Add a gyp define LIBYUV_DISABLE_JPEG to not build jpeg library

BUG=346
TESTED=set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 & python gyp_libyuv -fninja...

455c66b4375d72984b79249616d0a708ad568894 authored over 10 years ago
redo nv12 crop unittest with expect eq

BUG=334
TESTED=crop
[email protected]

Review URL: https://webrtc-codereview.appspot.com/16129...

9f12361e39b9b7dd0d5b3cf81e6c32371ddeca3f authored over 10 years ago
Add NV12 cropping unittest to confirm behavior.

BUG=344
TESTED=libyuv_unittest --gtest_filter=*CropNV12
[email protected]

Review URL: https:/...

74ce999a9a2328d5f25b608699eb1660772021a9 authored over 10 years ago
Check number of functions available to cpuid before fetching function 7 results.

BUG=343
TESTED=local test on Windows.
[email protected], [email protected]

Review URL: http...

451a7541b7fbbcb85199dfbc6faccdb1955ea1d5 authored over 10 years ago
Detect clang-cl compiler and disable assembly for now.

BUG=341
TESTED=clang-cl /W0 -c -Iinclude source/cpu_id.c
[email protected], [email protected]
...

9ffb92fae0d1c82c1fe6808c7c33b1a76bea41f7 authored over 10 years ago
remove extern "C" from rotate function, since its built with extern "C" around full file.

BUG=341
TESTED=clang -c -Iinclude source/rotate.c
[email protected]

Review URL: https://webr...

65a324ed34574b9319751044663abe235faaa0e2 authored over 10 years ago
Port conversion functions to c.

BUG=303
TESTED=cl /c /TC /Iinclude source\convert_from.cc source\convert_argb.cc source\convert_f...

8798e040758f2cd8f61342a3690446d72070bfb1 authored over 10 years ago
convert source ported to c89.

BUG=303
TESTED=cl /c /TC /Iinclude source/convert.cc
[email protected]

Review URL: https://w...

a2fbf9dee675e2334f824fa908b2c946fe18382b authored over 10 years ago
Disable assembly optimizations in MemorySanitizer builds.

BUG=chromium:344505, chromium:373739
[email protected], [email protected]

Review URL:...

103427718a0a928d1e95e4b6aaf03c81c8061e00 authored over 10 years ago
Roll chromium_revision 274825:280149 to fix GN

Due to http://crbug.com/389883 GN currently doesn't execute
unless the top folder is named 'src'...

f34649b2cdd7c38a33f418576019b18001b09b0a authored over 10 years ago
Show jpeg as an option for psnr tool if enabled

BUG=339
TESTED=psnr
[email protected]

Review URL: https://webrtc-codereview.appspot.com/2080...

ac4f03880c2855f4aa3deac6e36297d261629b84 authored over 10 years ago
add symbols for ios unittests

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/15939...

1347fdea0715f8903ab37e07976861f56de17210 authored over 10 years ago
lint fixes for psnr

BUG=339
TESTED=lint
[email protected]

Review URL: https://webrtc-codereview.appspot.com/1478...

40b21e20d16b331ed794b87e84882f0af895bef2 authored over 10 years ago
jpeg psnr avoid duplicates with libyuv by checking HAVE_JPEG

BUG=339
TESTED=local psnr test
[email protected]

Review URL: https://webrtc-codereview.appsp...

b7d674e305f53c83145405a9721a9e822afde004 authored over 10 years ago
move Calc functions for psnr into header to avoid duplicate links.

BUG=339
TESTED=gyp build
[email protected]

Review URL: https://webrtc-codereview.appspot.com...

44e049b307904895107dc234fbf21d7816fb05de authored over 10 years ago
psnr tool accept jpeg files as well as raw YUV

BUG=339
TESTED=psnr.exe feet.jpg bluechicken.jpg
[email protected]

Review URL: https://webrt...

f939fb7661a9058686191df0bfe663036e55d28c authored over 10 years ago
only enable mips assembly for old 32 bit abi. new 32 bit abi and 64 bit bit able remove t4 to t7 and add a4 to a7

BUG=337
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/2...

81ba94f58a4393a18299348e5dfe14d521b0469b authored over 10 years ago
Add nacl version check to enable Neon on M37 and bundles for X86 on M33

BUG=333
TESTED=nacl build and validate
[email protected]

Review URL: https://webrtc-coderevie...

1b9df4c5c85ca9ff161249a8ffbaeda2f5edf5df authored over 10 years ago
Port I420ToARGB to intrinsics for win64

BUG=336
TESTED=out\release_x64\libyuv_unittest --gunit_also_run_disabled_tests --gtest_filter=*I4...

e6dd1fa024bac6c62cbed8e5227cc9bc311a9d9d authored over 10 years ago
Add some more bic's for scale nacl code

BUG=333
TESTED=ncval
[email protected]

Review URL: https://webrtc-codereview.appspot.co...

f67b426bdf3cb76514a056fa0207d2a47a8d8486 authored over 10 years ago
port neon to arm64. the register names have changes from r0 to w0 or x0 depending on size. Passing them as parameters (e.g. %0) makes the code register name agnostic.

BUG=333
TESTED=32 bit build still works.
[email protected]

Review URL: https://webrtc-cod...

4b7a04e86421f484f01da5262cded21431928574 authored over 10 years ago
scale neon nacl port

BUG=333
TESTED=ncval
[email protected]

Review URL: https://webrtc-codereview.appspot.com/1854...

4e5e44e21e511f20d1fa326ca369ba2458469d57 authored over 10 years ago
rotate neon code port to nacl

BUG=333
TESTED=ncval
[email protected]

Review URL: https://webrtc-codereview.appspot.com/1975...

b1df26dc27fd8d3572e965824546ee6d285f6b28 authored over 10 years ago
Add bic instructions before each load or store for nacl

BUG=333
TESTED=validator
[email protected]

Review URL: https://webrtc-codereview.appspot.com/13...

0bb310ebc4b1333bd4560e587be05da995577009 authored over 10 years ago
MEMACCESS macro for NaCL Arm

BUG=333
TESTED=validator passes
[email protected], [email protected]

Review URL: https://webrt...

bf3b1111470c3b66127cdc50ff4db2174ded117b authored over 10 years ago
check copy has different address. If same, skip the copy to avoid valgrind error.

BUG=334
TESTED=unittests still pass
[email protected]

Review URL: https://webrtc-codereview.a...

a9ff15b7bbd7b2a646f94328ff702091acde225a authored over 10 years ago
bump chromium revision to 274825 - last known good release.

BUG=none
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/...

b0fce2a311f0ee4deaf31307e458e6834eadc4e8 authored over 10 years ago
test conversions that are reversible.

BUG=334
TESTED=unittests added to test functionality that is reversible.
[email protected]
...

193c1ff11d49c93d32ad3cb4f92c295b0a2fc331 authored over 10 years ago
Add ARGBToABGR and ARGBToBGRA as actual functions instead of macros.

BUG=334
TESTED=libyuv unittests pass
[email protected]

Review URL: https://webrtc-codereview....

2a35da39126a2dd3d5725c37e7326eb52521291d authored over 10 years ago
enable neon in build.gn

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/...

40a1d85579db99974513e8dbb74874f0bb231ee4 authored over 10 years ago
Port libyuv neon to nacl - compare

BUG=333
TESTED=d:\src\nacl_sdk\pepper_canary\tools\ncval.exe newlib/Release/nacltest_arm.nexe
R=n...

37ad8b650717568e34a5ac807b63cc9f072c96b6 authored over 10 years ago
YUV scaling with 16 bit planes

BUG=331
TESTED=libyuv_unittest --gunit_also_run_disabled_tests --gtest_filter=**.ScaleFrom1280x72...

b18413e568ae742114eabb8450b180db98a83be0 authored over 10 years ago
changes to accommodate libjpeg 9 interface.

BUG=327
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/1...

8b857c0ac6f0e8cb0fc0b9410ea0d15b3afda4ab authored over 10 years ago
Color Matrix on Arm use C version. Unittest is failing on iphone5s, so disable Neon for until investigated.

BUG=326
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot...

b846eb4f6e171e6285caa7c83186db4ec94d624d authored almost 11 years ago
Roll chromium_revision 260824:262938 + fix binutils. Since it's not possible to have platform-specific hooks executing, binutils must be downloaded for all platforms in order for the download.py hook to execute properly on non-unix platforms.

BUG=323
TESTED=gclient sync
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

05c4c715090dd1ffdd3b9bbc52cc078e6398ac3a authored almost 11 years ago
Update the gold location (third_party/libyuv).

chromium have replaced third_party/gold with a full copy of binutils at
third_party/binutils. It...

c8970f18611cc9d8b1729fbeba9de504e1083dd7 authored almost 11 years ago
Change r9 to a parameter which will map to x9 for arm64.

BUG=319
TESTED=untested
[email protected], [email protected]

Review URL: https://webrt...

fdaaea0f83766611128453b1c7c0eceb8ff6b769 authored almost 11 years ago
Fix DEPS and gyp_libyuv for chromium roll in r996

The roll in r996 requires some additional changes in order
to make the GYP generation script to ...

973da212e68359566401f8733d415aae2fbbe756 authored almost 11 years ago
Bump chromium deps to 260824 which is lkgr for improved mobile support.

BUG=none
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/...

5340da6323ee98178aac2c5a9eb0dd30192164a5 authored almost 11 years ago
arm64 initial port using C

BUG=319
TESTED=GYP_DEFINES="OS=ios target_arch=armv7 target_subarch=64" GYP_CROSSCOMPILE=1 GYP_GE...

c99fa63f6b8a240fb28c354752a192ac64fdf9b9 authored almost 11 years ago
Revert accidental checkin in r992

I dunno how this happened, since that file belonged
to a another gcl change that I use to test t...

614c9fa85380044223fa72cc58f3c13587235722 authored almost 11 years ago
Minor fixes to gyp_libyuv.py

Fixed invalid references left from
the copied gyp_webrtc.

This CL will also add svn:ignore on a...

d5a521cd236d4c95fda36257ed4b991e534e9b73 authored almost 11 years ago
Update libyuv build toolchain.

Download and use GN similar to how WebRTC uses it
for GYP/ninja generation
Similar changes as do...

4a1836050df3cd554f68708e0097769386e74f40 authored almost 11 years ago
Port format_conversion (bayer) to C

BUG=303
TESTED=cl /c /TC /Iinclude source/format_conversion.cc
[email protected]

Review URL: ...

a3cda5080c3c1c788daeadfd5a099299022e3284 authored almost 11 years ago
Roll chromium dependency to r255773

BUG=none
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/1...

c669cd2da07e6638918430d0a12e71e99cf31f27 authored almost 11 years ago
Fix C89 compile error for cpu detect. Make mips detection assume DSP if cpuinfo file can not be opened, so that if run in a sandbox, DSP is assumed true, like the arm version.

BUG=303
TESTED=cl /c /TC /Iinclude source/cpu_id.cc
[email protected]

Review URL: https://web...

91dc3eddebc189c8bb19b4af1fadccda2b869729 authored almost 11 years ago
Warning fix for implicite cast in scaling from int64 to int.

BUG=none
TESTED=local visual c build
[email protected]

Review URL: https://webrtc-codereview....

efc5d9b930223c2b1fd71c7958bfa39d23dccf15 authored almost 11 years ago
ARGBScale down bilinear clip to edge of image to avoid overread.

BUG=317
TESTED=drmemory out\debug\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*...

398de7d0bec7cbb0baffa60750e01d2708a53132 authored almost 11 years ago
More wordy comments about Neon

BUG=315
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/95...

6e618676dc9971a67dbe15c3472df62fcec23095 authored almost 11 years ago
unittest first checks if files exists for neon detection.

BUG=315
TESTED=untested
[email protected], [email protected]

Review URL: https://webrtc-c...

996dacac87801938934d14935607df9f5051f84b authored almost 11 years ago
If libyuv built with Neon, assume Neon is present on CPU.

BUG=315
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

cb3344ae255338f5f6dad2f1d9dc7a4ca9579f11 authored almost 11 years ago
for ios enable neon for arm but not ia32 which is simulator.

BUG=308
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/8...

4b3428e7d5ed8a48595a43f3af3ccf11749dcfb3 authored about 11 years ago