Frank Barchard a875ed173d Remove VMEMOPREG x64 NaCL macros
VMEMOPREG macros are deprecated in row.h

Usage examples
    VMEMOPREG(vpavgb,0x00,0,4,1,ymm0,ymm0)     // vpavgb (%0,%4,1),%%ymm0,%%ymm0
    VMEMOPREG(vpavgb,0x20,0,4,1,ymm1,ymm1)

Regular expressions to remove MEMACCESS macros:

VMEMOPREG\((.*),(.*),(.*),(.*),(.*),(.*),(.*)\)(.*)(//.*)
"\1    \2(%\3,%\4,\5),%%\6,%%\7      \\n"

VMEMOPREG\((.*),(.*),(.*),(.*),(.*),(.*),(.*)\)
"\1    \2(%\3,%\4,\5),%%\6,%%\7            \\n"

TBR=braveyao@chromium.org

Bug: libyuv:702
Test: try bots pass
Change-Id: I472446606f7fd568fdf33aaacc22d5ed78673dab
Reviewed-on: https://chromium-review.googlesource.com/865640
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
2018-01-12 22:54:24 +00:00
..
basic_types.h clang-format libyuv 2016-11-07 17:37:23 -08:00
compare_row.h Remove x64 native_client macros. 2018-01-10 01:27:22 +00:00
compare.h Optimize Hamming Distance C code to do 64 bits at a time. 2017-05-12 17:53:52 +00:00
convert_argb.h Add H010ToABGR, I010ToABGR and I010ToARGB functions 2018-01-08 17:40:33 +00:00
convert_from_argb.h ARGBToAR30 AVX2 conversion function 2017-11-21 20:37:01 +00:00
convert_from.h I420ToI010 for 8 to 10 bit YUV conversion. 2018-01-02 21:09:39 +00:00
convert.h I420ToI010 for 8 to 10 bit YUV conversion. 2018-01-02 21:09:39 +00:00
cpu_id.h Remove Mips DSPR2 code 2017-12-14 18:22:16 +00:00
macros_msa.h Add MSA optimized remaining scale row functions 2016-12-21 13:39:44 +05:30
mjpeg_decoder.h clang-format libyuv 2016-11-07 17:37:23 -08:00
planar_functions.h Remove x64 native_client macros. 2018-01-10 01:27:22 +00:00
rotate_argb.h clang-format libyuv 2016-11-07 17:37:23 -08:00
rotate_row.h Remove x64 native_client macros. 2018-01-10 01:27:22 +00:00
rotate.h clang-format libyuv 2016-11-07 17:37:23 -08:00
row.h Remove VMEMOPREG x64 NaCL macros 2018-01-12 22:54:24 +00:00
scale_argb.h clang-format libyuv 2016-11-07 17:37:23 -08:00
scale_row.h Remove x64 native_client macros. 2018-01-10 01:27:22 +00:00
scale.h clang-format libyuv 2016-11-07 17:37:23 -08:00
version.h Add H010ToABGR, I010ToABGR and I010ToARGB functions 2018-01-08 17:40:33 +00:00
video_common.h Add ARGBToAR30Row_SSE2 to speed up H010ToAR30 2017-12-09 00:11:20 +00:00