]> granicus.if.org Git - libvpx/commit
Move dequant table from VP9_COMMON to VP9_COMP as decoder
authorHangyu Kuang <hkuang@google.com>
Fri, 20 Feb 2015 18:58:12 +0000 (10:58 -0800)
committerHangyu Kuang <hkuang@google.com>
Fri, 20 Feb 2015 19:12:42 +0000 (11:12 -0800)
commit8724d31d126b9a147dd80ca61010cb642ec375dd
treebfea9009cf09aaf03bbdea72f19e8e63c9f9294c
parenta1b402e71caa78695d2350d5b05c802bd464f80c
Move dequant table from VP9_COMMON to VP9_COMP as decoder
does not need it any more.

This reduces VP9_COMMON size from 25776 bytes to 17584 bytes(~31%).

Change-Id: Ic5daea732ccefb6d512b048af7983f0efe08589b
vp9/common/vp9_onyxc_int.h
vp9/encoder/vp9_encoder.h
vp9/encoder/vp9_quantize.c