Shiyou Yin 1cd417bda9 Use 8 bit RGB to Y coefficients for Y and YJ in MMI and MSA.
1. Switch to 8 bit precision.
2. Fix an error in the implementation of MMI and MSA.

About the error:
MMI and MSA implementation for RGBtoY and RGBToYJ used different
precision according to the C implementation( The C version has been
unified in commit fce0fed542001577e6b10f4cf859e0fa1774974e). This
patch unifies the precision to 8 bit for RGBToYJ in MMI and MSA.

Change-Id: Ic6a6e424d27a2f049b0c954f03174192d2beb091
Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/2155608
Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
2020-04-20 11:30:51 +00:00
..
compare_common.cc add const to casts 2018-04-13 22:52:52 +00:00
compare_gcc.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare_mmi.cc MMI ifdef guards and add source to various build files. 2018-08-03 18:37:23 +00:00
compare_msa.cc use unix line endings 2018-06-20 23:19:59 +00:00
compare_neon64.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
compare_neon.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare_win.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00
compare.cc Fix arm unittest failure by removing unused FloatDivToByteRow. 2019-07-02 20:00:30 +00:00
convert_argb.cc RGB24Mirror function 2020-03-24 20:13:08 +00:00
convert_from_argb.cc ARGBToY use 8 bit precision instead of 7 bit. 2019-10-07 23:01:10 +00:00
convert_from.cc HalfMergeUVPlane function and optimized I444ToNV12 and I444ToNV21 2020-04-17 19:22:29 +00:00
convert_jpeg.cc Add commment for jpeg parameters. 2018-11-01 18:18:50 +00:00
convert_to_argb.cc Add U444ToABGR, J444ToABGR, H444ToABGR, H444ToARGB and ConvertToARGB support 2019-11-05 22:11:20 +00:00
convert_to_i420.cc Fix ConvertToI420() for odd crop_y 2018-10-03 19:14:01 +00:00
convert.cc HalfMergeUVPlane function and optimized I444ToNV12 and I444ToNV21 2020-04-17 19:22:29 +00:00
cpu_id.cc Add unittest TestLinuxMipsMsaMmi. 2020-04-16 19:51:27 +00:00
mjpeg_decoder.cc Fix for jpeg to allow fuzz 2019-10-28 23:35:13 +00:00
mjpeg_validate.cc Update to r1732 for more robust jpeg 2019-07-01 22:32:36 +00:00
planar_functions.cc HalfMergeUVPlane function and optimized I444ToNV12 and I444ToNV21 2020-04-17 19:22:29 +00:00
rotate_any.cc Restore the file mode for source files 2018-08-06 18:53:32 +00:00
rotate_argb.cc RGB24Mirror function 2020-03-24 20:13:08 +00:00
rotate_common.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_gcc.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_mmi.cc MMI ifdef guards and add source to various build files. 2018-08-03 18:37:23 +00:00
rotate_msa.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_neon64.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
rotate_neon.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate_win.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
rotate.cc libyuv r1749 upstream for I444ToNV12 2020-04-17 09:16:46 +00:00
row_any.cc RGB24Mirror function 2020-03-24 20:13:08 +00:00
row_common.cc Use 8 bit RGB to Y coefficients for Y and YJ in MMI and MSA. 2020-04-20 11:30:51 +00:00
row_gcc.cc HalfMergeUVPlane function and optimized I444ToNV12 and I444ToNV21 2020-04-17 19:22:29 +00:00
row_mmi.cc Use 8 bit RGB to Y coefficients for Y and YJ in MMI and MSA. 2020-04-20 11:30:51 +00:00
row_msa.cc Use 8 bit RGB to Y coefficients for Y and YJ in MMI and MSA. 2020-04-20 11:30:51 +00:00
row_neon64.cc HalfMergeUVPlane function and optimized I444ToNV12 and I444ToNV21 2020-04-17 19:22:29 +00:00
row_neon.cc HalfMergeUVPlane function and optimized I444ToNV12 and I444ToNV21 2020-04-17 19:22:29 +00:00
row_win.cc libyuv r1749 upstream for I444ToNV12 2020-04-17 09:16:46 +00:00
scale_any.cc MMI Optimized functions I422ToARGB for 1080p video 2019-09-11 21:06:21 +00:00
scale_argb.cc MMI Optimized functions I422ToARGB for 1080p video 2019-09-11 21:06:21 +00:00
scale_common.cc Fix ConvertToI420() for odd crop_y 2018-10-03 19:14:01 +00:00
scale_gcc.cc Add AYUVToNV12 and NV21ToNV12 2019-04-12 17:48:45 +00:00
scale_mmi.cc MMI Optimized functions I422ToARGB for 1080p video 2019-09-11 21:06:21 +00:00
scale_msa.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
scale_neon64.cc Upstream all libyuv changes to version 1746 Prefetch for all arm functions - helps performance at higher resolutions Make MirrorPlane function public. 2020-03-21 20:19:44 +00:00
scale_neon.cc Add AYUVToNV12 and NV21ToNV12 2019-04-12 17:48:45 +00:00
scale_win.cc Switch to C99 types 2018-01-23 19:16:05 +00:00
scale.cc MMI Optimized functions I422ToARGB for 1080p video 2019-09-11 21:06:21 +00:00
video_common.cc Lint cleanup after C99 change CL 2018-01-24 19:16:03 +00:00