Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Issue 1398623002: fix jpeg and bt.709 yuvconstants for neon64. (Closed)

Created:
5 years, 2 months ago by fbarchard1
Modified:
5 years, 2 months ago
Reviewers:
harryjin
Base URL:
https://chromium.googlesource.com/libyuv/libyuv@master
Target Ref:
refs/heads/master
Project:
libyuv
Visibility:
Public.

Description

fix jpeg and bt.709 yuvconstants for neon64. yuv constants for bt.601 were previously ported to neon64, as well as the code to respect other color spaces. But the jpeg and bt.709 colour conversion constants were still in armv7 form. This changes the constants for aarch64 builds to be compatible with the code. yuv constants are now passed as const * Remove Yvu constants which were used for older version on nv21 but not new code. TBR=harryjin@google.com BUG=none Committed: https://chromium.googlesource.com/libyuv/libyuv/+/76a599ec3bac95f84a403881e1b8bf83d9532eec

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+377 lines, -374 lines) Patch
M README.chromium View 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/row.h View 4 chunks +148 lines, -148 lines 0 comments Download
M include/libyuv/version.h View 1 chunk +1 line, -1 line 0 comments Download
M source/convert_argb.cc View 30 chunks +33 lines, -33 lines 0 comments Download
M source/convert_from.cc View 20 chunks +20 lines, -20 lines 0 comments Download
M source/planar_functions.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M source/row_any.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M source/row_common.cc View 38 chunks +61 lines, -58 lines 0 comments Download
M source/row_gcc.cc View 25 chunks +25 lines, -25 lines 0 comments Download
M source/row_mips.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M source/row_neon.cc View 17 chunks +20 lines, -20 lines 0 comments Download
M source/row_neon64.cc View 17 chunks +20 lines, -20 lines 0 comments Download
M source/row_win.cc View 33 chunks +33 lines, -33 lines 0 comments Download

Messages

Total messages: 2 (1 generated)
fbarchard1
5 years, 2 months ago (2015-10-08 02:46:59 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
76a599ec3bac95f84a403881e1b8bf83d9532eec (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698