Frank Barchard c2ae68114a Fix for AVX2 crash in I420ToRGB24
I422ToRGB24 is implemented as a C wrapper for Intel, calling
I422ToARGB and ARGBToRGB24.  The ARGBToRGB24 for AVX2 requires 32
pixels.
This CL increases the width alignment required to use I422ToRGB24_AVX2

TBR=rrwinterton0gmail.com

Bug: libyuv:822, b:118386049
Change-Id: I4454f4eece33fbd5f593655f577c9ef5c00d1f63
Tested: locally tested with app that crashed using this function.
Reviewed-on: https://chromium-review.googlesource.com/c/1299931
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
2018-10-29 19:41:53 +00:00
..
basic_types.h Disable old int types by default. 2018-07-09 21:16:47 +00:00
compare_row.h libyuv:loongson optimize compare/row/scale/rotate files with mmi. 2018-07-20 22:53:04 +00:00
compare.h Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
convert_argb.h NV21ToRAW and NV12ToRAW functions added 2018-10-10 18:11:10 +00:00
convert_from_argb.h AR30ToARGB using shifts and masking to vectorize 2018-02-16 18:55:38 +00:00
convert_from.h clang tidy mismatch in J420ToRGB565 2018-10-08 17:38:18 +00:00
convert.h MJPGToNV21 2018-10-24 22:01:13 +00:00
cpu_id.h libyuv:loongson optimize compare/row/scale/rotate files with mmi. 2018-07-20 22:53:04 +00:00
macros_msa.h Add H420 and H422 to ConvertToARGB() 2018-06-26 22:52:42 +00:00
mjpeg_decoder.h jpeg remove empty function declarations 2018-03-28 00:38:20 +00:00
planar_functions.h ByteToFloatRow_NEON to convert and scale bytes to floats 2018-02-24 00:34:07 +00:00
rotate_argb.h Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_row.h Restore the file mode for source files 2018-08-06 18:53:32 +00:00
rotate.h tidy applied with readability-inconsistent-declaration-parameter-name 2018-02-07 00:24:25 +00:00
row.h Fix for AVX2 crash in I420ToRGB24 2018-10-29 19:41:53 +00:00
scale_argb.h Switch to C99 types 2018-01-23 19:16:05 +00:00
scale_row.h Port box filter to NEON 2018-10-25 18:56:29 +00:00
scale.h tidy applied with readability-inconsistent-declaration-parameter-name 2018-02-07 00:24:25 +00:00
version.h Fix for AVX2 crash in I420ToRGB24 2018-10-29 19:41:53 +00:00
video_common.h Add H420 and H422 to ConvertToARGB() 2018-06-26 22:52:42 +00:00