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

Issue 648823002: Fix a bug when image width is odd in sycc422_to_rgb (Closed)

Created:
6 years, 2 months ago by Bo Xu
Modified:
5 years, 9 months ago
Reviewers:
Tom Sepez, jun_fang
Base URL:
https://pdfium.googlesource.com/pdfium.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -12 lines) Patch
M core/src/fxcodec/codec/fx_codec_jpx_opj.cpp View 1 1 chunk +5 lines, -12 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Bo Xu
Hi Tom, please review this change. They suggested this patch. Some other sycc** functions may ...
6 years, 2 months ago (2014-10-10 20:24:54 UTC) #2
Tom Sepez
lgtm
6 years, 2 months ago (2014-10-10 20:55:23 UTC) #3
Tom Sepez
Or some such ... https://codereview.chromium.org/648823002/diff/1/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp File core/src/fxcodec/codec/fx_codec_jpx_opj.cpp (right): https://codereview.chromium.org/648823002/diff/1/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp#newcode184 core/src/fxcodec/codec/fx_codec_jpx_opj.cpp:184: if (j < maxw) { ...
6 years, 2 months ago (2014-10-10 21:03:41 UTC) #4
Tom Sepez
for (j = 0; j < maxw; ++j, ++y, ++r, ++g, ++b) { sycc_to_rgb(offset, upb, ...
6 years, 2 months ago (2014-10-10 21:05:45 UTC) #5
jun_fang
https://codereview.chromium.org/648823002/diff/1/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp File core/src/fxcodec/codec/fx_codec_jpx_opj.cpp (right): https://codereview.chromium.org/648823002/diff/1/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp#newcode170 core/src/fxcodec/codec/fx_codec_jpx_opj.cpp:170: for(j = 0; j < (maxw & ~(OPJ_UINT32)1); j ...
6 years, 2 months ago (2014-10-10 21:06:08 UTC) #6
jun_fang
On 2014/10/10 21:06:08, jun_fang wrote: > https://codereview.chromium.org/648823002/diff/1/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp > File core/src/fxcodec/codec/fx_codec_jpx_opj.cpp (right): > > https://codereview.chromium.org/648823002/diff/1/core/src/fxcodec/codec/fx_codec_jpx_opj.cpp#newcode170 > ...
6 years, 2 months ago (2014-10-10 21:34:34 UTC) #7
Bo Xu
On 2014/10/10 21:05:45, Tom Sepez wrote: > for (j = 0; j < maxw; ++j, ...
6 years, 2 months ago (2014-10-10 21:56:37 UTC) #8
Bo Xu
6 years, 2 months ago (2014-10-10 22:57:45 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:120001) manually as
6cf012af4954807255ce7cdb5b92a20f74d34e6d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698