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

Issue 1365003003: switch from ebp to ebx. (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

switch from ebp to ebx. ebx encodes more efficiently (1 byte less) for most address modes, than ebp. previously it was used for 411 format, but the reader uses pinsrw now avoiding gpr register. BUG=libyuv:488 R=harryjin@google.com Committed: https://chromium.googlesource.com/libyuv/libyuv/+/d4594beefc0986f02949fecb5d2424b1e07254b1

Patch Set 1 #

Patch Set 2 : add version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -102 lines) Patch
M README.chromium View 1 1 chunk +1 line, -1 line 0 comments Download
M include/libyuv/version.h View 1 1 chunk +1 line, -1 line 0 comments Download
M source/row_win.cc View 27 chunks +100 lines, -100 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
fbarchard1
Was _NV12ToARGBRow_AVX2: 00000000: 56 push esi 00000001: 55 push ebp 00000002: 8B 44 24 0C ...
5 years, 2 months ago (2015-09-24 23:24:40 UTC) #2
harryjin
lgtm
5 years, 2 months ago (2015-09-24 23:30:00 UTC) #3
fbarchard1
5 years, 2 months ago (2015-09-25 00:25:16 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
d4594beefc0986f02949fecb5d2424b1e07254b1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698