Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2996)

Issue 107330043: code review 107330043: go.image/vp8: implement the normal filter. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 10 months ago by nigeltao
Modified:
9 years, 10 months ago
Reviewers:
CC:
r, golang-codereviews
Visibility:
Public.

Description

go.image/vp8: implement the normal filter. The testdata was generated via: cwebp foo.png -o foo.lossy.webp dwebp -pgm foo.lossy.webp -o tmp.pgm convert tmp.pgm foo.lossy.webp.ycbcr.png rm tmp.pgm

Patch Set 1 #

Patch Set 2 : diff -r 490b1ad139b3 https://code.google.com/p/go.image #

Patch Set 3 : diff -r 490b1ad139b3 https://code.google.com/p/go.image #

Total comments: 6

Patch Set 4 : diff -r 490b1ad139b3 https://code.google.com/p/go.image #

Unified diffs Side-by-side diffs Delta from patch set Stats (+432 lines, -138 lines) Patch
A testdata/blue-purple-pink.lossy.webp View 1 Binary file 0 comments Download
A testdata/blue-purple-pink.lossy.webp.ycbcr.png View 1 Binary file 0 comments Download
M testdata/video-001.lossy.webp View 1 Binary file 0 comments Download
M testdata/video-001.lossy.webp.ycbcr.png View 1 Binary file 0 comments Download
A testdata/yellow_rose.lossy.webp.ycbcr.png View 1 Binary file 0 comments Download
M vp8/decode.go View 1 1 chunk +1 line, -1 line 0 comments Download
M vp8/filter.go View 1 8 chunks +355 lines, -65 lines 0 comments Download
M webp/decode_test.go View 1 2 chunks +76 lines, -72 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello r@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.image
9 years, 10 months ago (2014-06-24 04:39:29 UTC) #1
r
https://codereview.appspot.com/107330043/diff/40001/vp8/filter.go File vp8/filter.go (right): https://codereview.appspot.com/107330043/diff/40001/vp8/filter.go#newcode39 vp8/filter.go:39: if int(lutAbs[lutAbsBase+p3-p2]) > ilevel || since the type of ...
9 years, 10 months ago (2014-06-24 17:42:23 UTC) #2
nigeltao
https://codereview.appspot.com/107330043/diff/40001/vp8/filter.go File vp8/filter.go (right): https://codereview.appspot.com/107330043/diff/40001/vp8/filter.go#newcode39 vp8/filter.go:39: if int(lutAbs[lutAbsBase+p3-p2]) > ilevel || On 2014/06/24 17:42:22, r ...
9 years, 10 months ago (2014-06-25 00:04:27 UTC) #3
nigeltao
9 years, 10 months ago (2014-06-26 03:29:44 UTC) #4
*** Submitted as
https://code.google.com/p/go/source/detail?r=f5be9965bb52&repo=image ***

go.image/vp8: implement the normal filter.

The testdata was generated via:
cwebp foo.png -o foo.lossy.webp
dwebp -pgm foo.lossy.webp -o tmp.pgm
convert tmp.pgm foo.lossy.webp.ycbcr.png
rm tmp.pgm

TBR=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/107330043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b