|
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
|
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
|
Total messages: 2 (1 generated)
|