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

Issue 6623052: code review 6623052: image/jpeg: clean up BenchmarkDecode and BenchmarkEncod... (Closed)

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

Description

image/jpeg: clean up BenchmarkDecode and BenchmarkEncode to not refer to opacity. Those references were copy/pasted from the image/png encoding benchmarks, which cares whether or not the source image is opaque, but the JPEG encoder does not care.

Patch Set 1 #

Patch Set 2 : diff -r b32301e11025 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r b32301e11025 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 696fa4935eed https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -8 lines) Patch
M src/pkg/image/jpeg/writer_test.go View 1 2 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello r@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 6 months ago (2012-10-07 00:19:03 UTC) #1
r
LGTM
11 years, 6 months ago (2012-10-07 00:21:43 UTC) #2
nigeltao
11 years, 6 months ago (2012-10-07 00:30:54 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=0df32a68533e ***

image/jpeg: clean up BenchmarkDecode and BenchmarkEncode to not
refer to opacity. Those references were copy/pasted from the
image/png encoding benchmarks, which cares whether or not the
source image is opaque, but the JPEG encoder does not care.

R=r
CC=golang-dev
http://codereview.appspot.com/6623052
Sign in to reply to this message.

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