| Index: include/libyuv/row.h | 
| diff --git a/include/libyuv/row.h b/include/libyuv/row.h | 
| index 9bb6a7d1ee55e12fb0f7fbf02fae44caf3c7728f..1dabc1abdb083251a8a845983075816dadb469ad 100644 | 
| --- a/include/libyuv/row.h | 
| +++ b/include/libyuv/row.h | 
| @@ -450,9 +450,9 @@ struct YuvConstants { | 
| #define KYTORGB  192 | 
| #endif | 
|  | 
| -extern struct YuvConstants kYuvConstants;  // BT.601 | 
| -extern struct YuvConstants kYuvJConstants;  // JPeg color space | 
| -extern struct YuvConstants kYuvHConstants;  // BT.709 | 
| +extern const struct YuvConstants kYuvIConstants;  // BT.601 | 
| +extern const struct YuvConstants kYuvJConstants;  // JPeg color space | 
| +extern const struct YuvConstants kYuvHConstants;  // BT.709 | 
|  | 
| #if defined(__APPLE__) || defined(__x86_64__) || defined(__llvm__) | 
| #define OMITFP | 
| @@ -543,102 +543,102 @@ void I444ToARGBRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_bgra, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgb24, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_raw, | 
| -                       struct YuvConstants* yuvconstants, | 
| +                       const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgb565, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb1555, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb4444, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_NEON(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_NEON(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_rgb565, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_NEON(const uint8* src_y, | 
| const uint8* src_vu, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_NEON(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_NEON(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
|  | 
| void ARGBToYRow_AVX2(const uint8* src_argb, uint8* dst_y, int pix); | 
| @@ -1019,606 +1019,606 @@ void I444ToARGBRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToARGBRow_C(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToABGRRow_C(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_C(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_C(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                       struct YuvConstants* yuvconstants, | 
| +                       const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_C(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_C(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_C(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_bgra, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                     struct YuvConstants* yuvconstants, | 
| +                     const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgb24, | 
| -                      struct YuvConstants* yuvconstants, | 
| +                      const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_raw, | 
| -                    struct YuvConstants* yuvconstants, | 
| +                    const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb4444, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb4444, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_C(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgb565, | 
| -                       struct YuvConstants* yuvconstants, | 
| +                       const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToARGBRow_SSSE3(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToABGRRow_SSSE3(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToARGBRow_AVX2(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToABGRRow_AVX2(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_SSSE3(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                           struct YuvConstants* yuvconstants, | 
| +                           const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_AVX2(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_SSSE3(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_AVX2(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_SSSE3(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_SSSE3(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_AVX2(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_AVX2(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_bgra, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                           struct YuvConstants* yuvconstants, | 
| +                           const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgb24, | 
| -                          struct YuvConstants* yuvconstants, | 
| +                          const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgb24, | 
| -                         struct YuvConstants* yuvconstants, | 
| +                         const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_raw, | 
| -                        struct YuvConstants* yuvconstants, | 
| +                        const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_raw, | 
| -                       struct YuvConstants* yuvconstants, | 
| +                       const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToARGBRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToARGBRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I444ToABGRRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToARGBRow_Any_SSSE3(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                                  struct YuvConstants* yuvconstants, | 
| +                                  const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToABGRRow_Any_SSSE3(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_abgr, | 
| -                                  struct YuvConstants* yuvconstants, | 
| +                                  const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToARGBRow_Any_AVX2(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_argb, | 
| -                                 struct YuvConstants* yuvconstants, | 
| +                                 const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422AlphaToABGRRow_Any_AVX2(const uint8* y_buf, | 
| const uint8* u_buf, | 
| const uint8* v_buf, | 
| const uint8* a_buf, | 
| uint8* dst_abgr, | 
| -                                 struct YuvConstants* yuvconstants, | 
| +                                 const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_vu, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_vu, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                               struct YuvConstants* yuvconstants, | 
| +                               const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_Any_AVX2(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_Any_SSSE3(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_Any_SSSE3(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_Any_AVX2(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_Any_AVX2(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_bgra, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_abgr, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                                 struct YuvConstants* yuvconstants, | 
| +                                 const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                                struct YuvConstants* yuvconstants, | 
| +                                const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                                 struct YuvConstants* yuvconstants, | 
| +                                 const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                                struct YuvConstants* yuvconstants, | 
| +                                const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                               struct YuvConstants* yuvconstants, | 
| +                               const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_rgba, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_Any_SSSE3(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_Any_AVX2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                           struct YuvConstants* yuvconstants, | 
| +                           const struct YuvConstants* yuvconstants, | 
| int width); | 
|  | 
| void I400ToARGBRow_C(const uint8* src_y, uint8* dst_argb, int width); | 
| @@ -1714,126 +1714,126 @@ void I444ToARGBRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I411ToARGBRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGBARow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB24Row_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                             struct YuvConstants* yuvconstants, | 
| +                             const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRAWRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                           struct YuvConstants* yuvconstants, | 
| +                           const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB4444Row_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                                struct YuvConstants* yuvconstants, | 
| +                                const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGB1555Row_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                                struct YuvConstants* yuvconstants, | 
| +                                const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToRGB565Row_Any_NEON(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToARGBRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV21ToARGBRow_Any_NEON(const uint8* src_y, | 
| const uint8* src_vu, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void NV12ToRGB565Row_Any_NEON(const uint8* src_y, | 
| const uint8* src_uv, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void YUY2ToARGBRow_Any_NEON(const uint8* src_yuy2, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void UYVYToARGBRow_Any_NEON(const uint8* src_uyvy, | 
| uint8* dst_argb, | 
| -                            struct YuvConstants* yuvconstants, | 
| +                            const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_MIPS_DSPR2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_MIPS_DSPR2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_MIPS_DSPR2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToARGBRow_MIPS_DSPR2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToBGRARow_MIPS_DSPR2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
| void I422ToABGRRow_MIPS_DSPR2(const uint8* src_y, | 
| const uint8* src_u, | 
| const uint8* src_v, | 
| uint8* dst_argb, | 
| -                              struct YuvConstants* yuvconstants, | 
| +                              const struct YuvConstants* yuvconstants, | 
| int width); | 
|  | 
| void YUY2ToYRow_AVX2(const uint8* src_yuy2, uint8* dst_y, int pix); | 
|  |