aboutsummaryrefslogtreecommitdiff
path: root/source/rotate_neon.cc
AgeCommit message (Expand)Author
2023-03-16GCC warning fix for MT2TFrank Barchard
2023-03-14M2T2 Unpack fixesJustin Green
2020-11-03Scale by even factor low level row functionFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-11-27Mark a bunch of kArray variables as const.Lei Zhang
2017-06-09Remove ARM NaCL macros from sourceFrank Barchard
2017-03-08clang-format 5.0 applied to libyuvFrank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-04-18Remove initialize to zero on output variables for inline.Frank Barchard
2015-08-04remove align directivesFrank Barchard
2015-07-22rotate include and proto cleanupFrank Barchard
2014-09-15Change ifdefs for arm 32 and 64 bit so there will only be 32 bit in legacy mode.fbarchard@google.com
2014-06-13rotate neon code port to naclfbarchard@google.com
2014-05-21Port libyuv neon to nacl - comparefbarchard@google.com
2014-04-03Change r9 to a parameter which will map to x9 for arm64.fbarchard@google.com
2013-12-02Reduce alignment for loops from 16 bytes to 4 bytes. Reduces outer loop over...fbarchard@google.com
2013-08-02replace static const with static to avoid internal compiler error with gccfbarchard@google.com
2013-02-27Change YUV_DISABLE_ASM to LIBYUV_DISABLE_NEON, LIBYUV_DISABLE_MIPS, LIBYUV_DI...fbarchard@google.com
2013-01-28Replace two spaces with one after .fbarchard@google.com
2012-11-28Attenuate AGRB pixels NEON optimizedfbarchard@google.com
2012-10-09Move Neon source to its own files.fbarchard@google.com
2012-09-18Move row.h to include and remove rotate_priv.hfbarchard@google.com
2012-08-08Update Copyright notice to follow new chromium conventions.fbarchard@google.com
2012-05-02p2align all loops, copy stride to local for scale, and copy last byte in bili...fbarchard@google.com
2012-04-22Scale fix for Neonfbarchard@google.com
2012-04-21Neon constants need address of not valuefbarchard@google.com
2012-04-04Remove old alpha blend, expose GetARGB2Blend, fix ComputeSumSquareErrorPlane ...fbarchard@google.com
2012-03-29With an asm() away lint, this cleans up most remaining issues.fbarchard@google.com
2012-03-22lint fix testfbarchard@google.com
2012-03-02splituv and mirroruv in row use 2 pixels at a time in Cfbarchard@google.com
2012-02-21Add 411 for MJPG and fix neon warningsfbarchard@google.com
2012-01-21Mirror a plane at a time so each can check cpu/alignment independentlyfbarchard@google.com
2012-01-04cleanup of include order, std include comments on what function they are for,...fbarchard@google.com
2011-12-10clang on linux prefers no args for rep movsl/stosl. ifdef for C that removes ...fbarchard@google.com
2011-11-17Change WIN32 to _M_IX86 and use YUV_DISABLE_ASM consistentlyfbarchard@google.com
2011-11-11fix internal compiler error on mac by removing const from vectorsfbarchard@google.com
2011-11-10align asm new line to column 48fbarchard@google.com
2011-11-03Change add + shift syntax for arm assembly.frkoenig@google.com
2011-11-03Move neon rotate code from straight assembly to inline.frkoenig@google.com