golang-image/vp8
Nigel Tao 8a2d4aba20 go.image/vp8: clamp the UV DC quantization factor to 132.
This fixes the lossy_extreme_probabilities.webp conformance test.

LGTM=pascal.massimino, r
R=r, pascal.massimino
CC=golang-codereviews
https://golang.org/cl/145600043
2014-10-01 09:39:28 +10:00
..
decode.go go.image/vp8: implement the normal filter. 2014-06-26 13:29:30 +10:00
filter.go go.image/vp8: use branch-free abs 2014-06-30 10:33:37 +10:00
idct.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
partition.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
pred.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
predfunc.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00
quant.go go.image/vp8: clamp the UV DC quantization factor to 132. 2014-10-01 09:39:28 +10:00
reconstruct.go vp8: skip filtering for all-zero-DC macroblock residuals. 2014-06-30 10:36:25 +10:00
token.go go.image/vp8, go.image/webp: new packages, copied from 2014-03-25 13:29:48 +11:00