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

Issue 91700044: code review 91700044: go.image/vp8: implement the loop filter. (Closed)

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

Description

go.image/vp8: implement the loop filter. The testdata files were created by: cwebp video-001.png -o video-001.webp dwebp -pgm video-001.webp -o tmp.pgm convert tmp.pgm video-001.webp.ycbcr.png rm tmp.pgm

Patch Set 1 #

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

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

Total comments: 8

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+506 lines, -7 lines) Patch
A testdata/video-001.webp View 1 Binary file 0 comments Download
A testdata/video-001.webp.ycbcr.png View 1 Binary file 0 comments Download
M vp8/decode.go View 1 2 3 7 chunks +24 lines, -5 lines 0 comments Download
A vp8/filter.go View 1 2 3 1 chunk +368 lines, -0 lines 0 comments Download
M vp8/reconstruct.go View 1 4 chunks +4 lines, -2 lines 0 comments Download
A webp/decode_test.go View 1 2 3 1 chunk +110 lines, -0 lines 0 comments Download

Messages

Total messages: 4
nigeltao
Hello r@golang.org (cc: chaishushan@gmail.com, golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go.image
9 years, 11 months ago (2014-05-26 06:55:19 UTC) #1
r
LGTM for quality. i didn't compare to the spec - do you want me to ...
9 years, 11 months ago (2014-05-26 21:42:23 UTC) #2
nigeltao
LGTM for quality is all I want. https://codereview.appspot.com/91700044/diff/40001/vp8/decode.go File vp8/decode.go (right): https://codereview.appspot.com/91700044/diff/40001/vp8/decode.go#newcode139 vp8/decode.go:139: usePredY16 bool ...
9 years, 11 months ago (2014-05-27 00:47:53 UTC) #3
nigeltao
9 years, 11 months ago (2014-05-27 00:53:30 UTC) #4
*** Submitted as
https://code.google.com/p/go/source/detail?r=1bd33de47ec4&repo=image ***

go.image/vp8: implement the loop filter.

The testdata files were created by:
cwebp video-001.png -o video-001.webp
dwebp -pgm video-001.webp -o tmp.pgm
convert tmp.pgm video-001.webp.ycbcr.png
rm tmp.pgm

LGTM=r
R=r
CC=chaishushan, golang-codereviews
https://codereview.appspot.com/91700044
Sign in to reply to this message.

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