aboutsummaryrefslogtreecommitdiff
path: root/source/scale_neon64.cc
AgeCommit message (Expand)Author
2023-06-13FilterRows_NEON - remove unused function - same as InterpolateRow_NEONFrank Barchard
2023-04-12UVScale down by 2 fix for C and optimize for NEONFrank Barchard
2021-06-01GCC: replace mov .8h with mov .16bStephan Hartmann
2021-03-23Replace MOV .4s with MOV .16b for GCC compatabilityFrank Barchard
2021-03-02Add full 16 bit scaling up by 2x functionYuan Tong
2021-02-12add yuvconvstants utilFrank Barchard
2021-02-12Add P010ToP410 and P210ToP410Yuan Tong
2021-02-10Rounding added to scaling upsamplerFrank Barchard
2021-02-09Add NV12ToNV24 and NV16ToNV24Yuan Tong
2021-02-06BT.2020 Full Range yuvconstantsFrank Barchard
2021-02-03Add special optimization for I420ToI444 and I422ToI444Yuan Tong
2020-11-03Scale by even factor low level row functionFrank Barchard
2020-10-132x down sample for UV planes ported to SSSE3 / NEONFrank Barchard
2020-10-02scale neon adjust PRFM instruction to co-issue with mathFrank Barchard
2020-03-21Upstream all libyuv changes to version 1746 Prefetch for all arm functions - ...Frank Barchard
2019-04-12Add AYUVToNV12 and NV21ToNV12Frank Barchard
2018-10-25Port box filter to NEONFrank Barchard
2018-01-24Lint cleanup after C99 change CLFrank Barchard
2018-01-23Switch to C99 typesFrank Barchard
2017-11-27Mark a bunch of kArray variables as const.Lei Zhang
2017-09-14fix clang-format-ing for row arm functionsFrank Barchard
2017-09-11SplitRGBPlane and MergeRGBPlane functions addedFrank Barchard
2017-09-05ScaleRowUp2_16_C port of NEON to CFrank Barchard
2017-08-31clang format / lint cleanup for arm scale functionsFrank Barchard
2017-08-30Scale Down by 2 use ld2 and urhaddFrank Barchard
2017-08-21Gauss unittest, Scale comments for neon64 half size updatedFrank Barchard
2017-08-17Add MSA optimized SplitUV, Set, MirrorUV, SobelX and SobelY row functions.Frank Barchard
2017-08-16Test C vs NEON for ScaleDown2Box_16Frank Barchard
2017-08-15Upsample 8x2 pixels to 16x1 with bilinear filteringFrank Barchard
2017-08-04scale float samples and return max valueFrank Barchard
2017-06-09Remove ARM NaCL macros from sourceFrank Barchard
2017-06-09Lint fix for C casting for rotation code on armFrank Barchard
2017-03-08clang-format 5.0 applied to libyuvFrank Barchard
2017-02-15scale warning fixes for unused parametersFrank Barchard
2016-11-07clang-format libyuvFrank Barchard
2016-09-16fix multi-line comment warningFrank Barchard
2016-09-15Fix some comment typosFrank Barchard
2016-06-24rounding for arm filterFrank Barchard
2016-04-18Remove initialize to zero on output variables for inline.Frank Barchard
2015-05-05work arounds for ios 64 bit compiler where int passed into assembly needs to ...fbarchard@google.com
2015-05-04scale 64 bit fix for warning on ios where int width doesnt match %2 size whic...fbarchard@google.com
2015-04-30fix for arm builds where tmp for assembly produces an error if its uninitiali...fbarchard@google.com
2015-04-28Work around casting warnings in scale_neon64.cc for ios 64 bit.fbarchard@google.com
2015-04-14lsl by 2 requires a number sign for xcode on ios 64 bit build. add the # sig...fbarchard@google.com
2015-04-07Add ScaleARGBFilterCols_NEON for ARM32/64yang.zhang@arm.com
2015-03-31Add ScaleARGBCols_NEON for ARM32/64yang.zhang@arm.com
2015-03-24Add nacl macros to ScaleFilterCols_NEON on ARM32/64 platformyang.zhang@arm.com
2015-03-19Add ScaleFilterCols_NEON for ARM32/64yang.zhang@arm.com
2015-03-17Add ScaleARGBRowDown2Linear_NEON for ARM32/64yang.zhang@arm.com
2015-03-16Add ScaleAddRows_NEON for ARM32/64yang.zhang@arm.com