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

Issue 2043073003: neon64 use width int directly. (Closed)

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

Description

neon64 use width int directly. width %w size modifier the int width can be passed directly to arm assembly. For functions that take input constants, the outputs are declared as early write using &, meaning the outputs use used before all inputs are consumed. R=harryjin@google.com BUG=libyuv:598 Committed: https://chromium.googlesource.com/libyuv/libyuv/+/026be3cd850d086dc24a792ae4f777e2b83533b7

Patch Set 1 #

Patch Set 2 : %w constraint for loop count ints #

Patch Set 3 : use expression to adjust pointer to end of row #

Patch Set 4 : adjust pointer with C code #

Patch Set 5 : bump version #

Total comments: 1

Patch Set 6 : use sxtw #2 to shift left with sign extension #

Patch Set 7 : adjust indent of adds #

Patch Set 8 : remove trailing tab #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -28 lines) Patch
M README.chromium View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/version.h View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M source/row_neon64.cc View 1 2 3 4 5 6 7 13 chunks +18 lines, -26 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
fbarchard1
Was $ git cl lint Done processing source/row_neon.cc source/row_neon64.cc:566: Using C-style cast. Use static_cast<int64>(...) instead ...
4 years, 6 months ago (2016-06-07 19:17:21 UTC) #1
fbarchard1
https://codereview.chromium.org/2043073003/diff/80001/source/row_neon64.cc File source/row_neon64.cc (right): https://codereview.chromium.org/2043073003/diff/80001/source/row_neon64.cc#newcode756 source/row_neon64.cc:756: src += width * 4 - 16; Code generated ...
4 years, 6 months ago (2016-06-07 22:24:50 UTC) #4
fbarchard1
removed trailing tab on comment, adjusted indent on subs
4 years, 6 months ago (2016-06-08 01:27:54 UTC) #5
fbarchard1
4 years, 6 months ago (2016-06-08 01:32:53 UTC) #7
harryjin
lgtm
4 years, 6 months ago (2016-06-08 02:02:24 UTC) #8
fbarchard1
4 years, 6 months ago (2016-06-08 17:26:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #8 (id:140001) manually as
026be3cd850d086dc24a792ae4f777e2b83533b7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698