Frank Barchard de944ed8c7 YuvConstants declare alignment for externs as well as declarations
On visual c 2013 and earlier a warning is generated if externs
are not declared with the same alignment as the declaration, when
using /ltcg

BUG=libyuv:633
TEST=standalong test built with cl /Bv /GL /Ox /nologo a.cc b.cc /link /ltcg
R=skal@google.com

Review URL: https://codereview.chromium.org/2291533004 .
2016-08-30 11:06:46 -07:00
..
compare_common.cc xmmword cast for clang 2015-08-18 11:13:12 -07:00
compare_gcc.cc nolint removed 2015-08-31 10:52:13 -07:00
compare_neon64.cc xmmword cast for clang 2015-08-18 11:13:12 -07:00
compare_neon.cc xmmword cast for clang 2015-08-18 11:13:12 -07:00
compare_win.cc xmmword cast for clang 2015-08-18 11:13:12 -07:00
compare.cc xmmword cast for clang 2015-08-18 11:13:12 -07:00
convert_argb.cc remove includes for duplicate functions 2016-05-23 17:38:26 -07:00
convert_from_argb.cc refactor ARGBToI422 using ARGBToI420 internally 2016-01-12 17:05:49 -08:00
convert_from.cc Add SplitUVPlanes and MergeUVPlanes 2016-08-24 16:47:24 -07:00
convert_jpeg.cc remove includes for duplicate functions 2016-05-23 17:38:26 -07:00
convert_to_argb.cc Treat YU12 as an alias for I420. Simplify setting of inv_crop_height. 2016-06-16 12:49:17 +02:00
convert_to_i420.cc Treat YU12 as an alias for I420. Simplify setting of inv_crop_height. 2016-06-16 12:49:17 +02:00
convert.cc Add SplitUVPlanes and MergeUVPlanes 2016-08-24 16:47:24 -07:00
cpu_id.cc add if defined(_MSC_FULL_VER) for NaCL 2016-04-01 17:48:23 -07:00
mjpeg_decoder.cc Suppress MJPEG fprintf() runtime warning 2016-08-22 16:30:36 -07:00
mjpeg_validate.cc validate scan EOI from end for better coverage 2015-09-14 10:58:51 -07:00
planar_functions.cc Add SplitUVPlanes and MergeUVPlanes 2016-08-24 16:47:24 -07:00
rotate_any.cc rename MIPS_DSPR2 to DSPR2 for consistency 2016-02-05 14:49:54 -08:00
rotate_argb.cc rotate include and proto cleanup 2015-07-22 18:09:04 -07:00
rotate_common.cc rotate include and proto cleanup 2015-07-22 18:09:04 -07:00
rotate_gcc.cc use visual c 32 bit code for clangcl 2015-08-11 10:10:45 -07:00
rotate_mips.cc white space fixes for MIPS 2016-05-24 14:17:18 -07:00
rotate_neon64.cc Remove initialize to zero on output variables for inline. 2016-04-18 16:24:26 -07:00
rotate_neon.cc Remove initialize to zero on output variables for inline. 2016-04-18 16:24:26 -07:00
rotate_win.cc use visual c 32 bit code for clangcl 2015-08-11 10:10:45 -07:00
rotate.cc rename MIPS_DSPR2 to DSPR2 for consistency 2016-02-05 14:49:54 -08:00
row_any.cc ARGBExtractAlpha 16 pixels at a time for ARM 2016-06-07 10:44:28 -07:00
row_common.cc YuvConstants declare alignment for externs as well as declarations 2016-08-30 11:06:46 -07:00
row_gcc.cc android_full_debug x86 fix - use +rm for width count 2016-06-14 15:25:28 -07:00
row_mips.cc white space fixes for MIPS 2016-05-24 14:17:18 -07:00
row_neon64.cc neon64 use width int directly. 2016-06-08 10:26:53 -07:00
row_neon.cc Remove ifdefs for neon in row_neon*.cc 2016-06-07 14:34:13 -07:00
row_win.cc mingw64 fix - guard row_win.cc against mingw build. 2016-06-28 10:21:27 -07:00
scale_any.cc Odd width variation of scale down by 2 for subsampling 2016-01-06 15:12:17 -08:00
scale_argb.cc rename MIPS_DSPR2 to DSPR2 for consistency 2016-02-05 14:49:54 -08:00
scale_common.cc rounding for arm filter 2016-06-24 16:07:49 -07:00
scale_gcc.cc make count a memory variable for 32 bit 2016-06-23 20:42:10 -07:00
scale_mips.cc rename MIPS_DSPR2 to DSPR2 for consistency 2016-02-05 14:49:54 -08:00
scale_neon64.cc rounding for arm filter 2016-06-24 16:07:49 -07:00
scale_neon.cc rounding for arm filter 2016-06-24 16:07:49 -07:00
scale_win.cc YUV scale filter columns improved filtering accuracy 2016-06-23 20:16:55 -07:00
scale.cc rename MIPS_DSPR2 to DSPR2 for consistency 2016-02-05 14:49:54 -08:00
video_common.cc Treat YU12 as an alias for I420. Simplify setting of inv_crop_height. 2016-06-16 12:49:17 +02:00