summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2014-10-20remove ppapi/c/pp_macros.h dependency and assume m37 is available.fbarchard@google.com
2014-10-20port I420ToBGRA to AVX2.fbarchard@google.com
2014-10-17Offset destination by 1 for I420ToARGB_Unaligned test to ensure destination a...fbarchard@google.com
2014-10-16switch win64 intrinsics to loadu / storeu for unaligned memory.fbarchard@google.com
2014-10-16Fix for r1122 to change back to elif for rotate build error on Mac.fbarchard@google.com
2014-10-16Change elif to endif and if to allow AVX2 as well as SSE2 in future changes i...fbarchard@google.com
2014-10-13Copy width to 64 bit register to work around clang 3.4 warningfbarchard@google.com
2014-10-13Roll chromium deps to match webrtc from 455c66b4375d72984b79249616d0a708ad568...fbarchard@google.com
2014-10-09Declare CopyRow_AVX as using xmm usage, not ymm. Should resolve chromium buil...fbarchard@google.com
2014-10-09clear aarch64 related macro and fix bugszhongwei.yao@arm.com
2014-10-07Use movdqu then pavgb to allow unaligned memory for rgb subsampling code. Al...fbarchard@google.com
2014-10-07ifdefs for UV functions to resolve link error on osxfbarchard@google.com
2014-10-07pavgb with memory op requires alignment. This CL disables conversions that u...fbarchard@google.com
2014-10-07Remove unaligned functions, since most function support unaligned memory now....fbarchard@google.com
2014-10-06cmake fix to make build compatible with Windows builds.fbarchard@google.com
2014-10-03Make row functions used for planarfunctions and convert use movdqu to relax a...fbarchard@google.com
2014-10-03Row AArch64 Neon implementation - Part 8ashok.bhat@gmail.com
2014-10-03scale use movdqu for posixfbarchard@google.com
2014-10-03InterpolateRow used for scale handle unaligned memory. Remove HalfRow which ...fbarchard@google.com
2014-10-02Move AVX code to conditionals used for AVX2 to require newer compiler.fbarchard@google.com
2014-10-02cmake file for libyuv and remove -o from linux.mk for osx support.fbarchard@google.com
2014-10-02Make rotate SIMD allow unaligned pointers.fbarchard@google.com
2014-10-01Change scale to unaligned movdqu.fbarchard@google.com
2014-09-30For android arm64 dont specify neon flag.fbarchard@google.com
2014-09-30port/fix CopyRow_AVX to gccfbarchard@google.com
2014-09-29CopyRow_AVX which supports unaligned pointers for Sandy Bridge CPU.fbarchard@google.com
2014-09-29Row AArch64 Neon implementation - Part 11ashok.bhat@gmail.com
2014-09-29Remove __ARM_NEON__ define check for AArch64ashok.bhat@gmail.com
2014-09-26Row AArch64444 Neon implementation - Part 10ashok.bhat@gmail.com
2014-09-26Row AArch64 Neon implementation - Part 9ashok.bhat@gmail.com
2014-09-22Detect asimd as same as Neon for Arm features. Used on Juno aarch64 linux.fbarchard@google.com
2014-09-19add stride to pointer in C and pass as register to inline.fbarchard@google.com
2014-09-15change vector range notation to a list of registers for clang compatibility. ...fbarchard@google.com
2014-09-15Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode.fbarchard@google.com
2014-09-15scale16 api use LIBYUV_APIfbarchard@google.com
2014-09-08Update GN build to refer to ppapi target. This allows the inclusion of the pp...fbarchard@google.com
2014-09-05add gyp define to enable svn version check. defaults to off so tests built o...fbarchard@google.com
2014-09-04Add a test that indicates the compiler is able to generate avx2 code.fbarchard@google.com
2014-09-01implement ARM64 ScaleARGBRowDownEven and ScaleARGBRowDownEvenBoxzhongwei.yao@arm.com
2014-09-01Scale ARM64 NEON implementation - ScaleRowDown38yang.zhang@arm.com
2014-09-01Scale ARM64 NEON implementation - ScaleRowDown34yang.zhang@arm.com
2014-08-29Row AArch64 Neon implementation - Part 6ashok.bhat@gmail.com
2014-08-28implement ARM64 ScaleRowDown4 and ScaleRowDown4Boxzhongwei.yao@arm.com
2014-08-27disable mips assembly for __mips_isa_rev 6fbarchard@google.com
2014-08-26Row AArch64 Neon implementation - Part 7ashok.bhat@gmail.com
2014-08-26implement ScaleRowDown2_NEON && ScaleRowDown2Box_NEONzhongwei.yao@arm.com
2014-08-26implement ScaleARGBRowDown2 && ScaleARGBRowDown2Boxzhongwei.yao@arm.com
2014-08-25move lto condition into existing condition statement.fbarchard@google.com
2014-08-25Add LTO support for Android Chromium.fbarchard@google.com
2014-08-21For xcode disable pch option so includes will use the .h instead of expecting...fbarchard@google.com