Commit 73c32d92 authored by Frank Barchard's avatar Frank Barchard

neon64 use yuvconstants like 32 bit code.

TBR=harryjin@google.com
BUG=libyuv:488

Review URL: https://codereview.chromium.org/1345643002 .
parent a67927c9
...@@ -134,7 +134,6 @@ extern "C" { ...@@ -134,7 +134,6 @@ extern "C" {
"vqshrun.s16 d22, q9, #6 \n" /* R */ \ "vqshrun.s16 d22, q9, #6 \n" /* R */ \
"vqshrun.s16 d21, q0, #6 \n" /* G */ "vqshrun.s16 d21, q0, #6 \n" /* G */
// BT.601 YUV to RGB reference // BT.601 YUV to RGB reference
// R = (Y - 16) * 1.164 - V * -1.596 // R = (Y - 16) * 1.164 - V * -1.596
// G = (Y - 16) * 1.164 - U * 0.391 - V * 0.813 // G = (Y - 16) * 1.164 - U * 0.391 - V * 0.813
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment