summaryrefslogtreecommitdiff
path: root/args.c
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@google.com>2012-12-07 16:26:25 -0800
committerRonald S. Bultje <rbultje@google.com>2012-12-07 16:27:07 -0800
commitfbf052df4246bb4886d055f0fcda7c97de90d360 (patch)
treee1426ca74cc219eb9d0e7714794f5549fd85b12d /args.c
parent885cf816ebb85ad795d7a21c15103e734eaa1bcd (diff)
downloadlibvpx-fbf052df4246bb4886d055f0fcda7c97de90d360.tar
libvpx-fbf052df4246bb4886d055f0fcda7c97de90d360.tar.gz
libvpx-fbf052df4246bb4886d055f0fcda7c97de90d360.tar.bz2
libvpx-fbf052df4246bb4886d055f0fcda7c97de90d360.zip
Clean up 4x4 coefficient decoding code.
Don't use vp9_decode_coefs_4x4() for 2nd order DC or luma blocks. The code introduces some overhead which is unnecessary for these cases. Also, remove variable declarations that are only used once, remove magic offsets into the coefficient buffer (use xd->block[i].qcoeff instead of xd->qcoeff + magic_offset), and fix a few Google Style Guide violations. Change-Id: I0ae653fd80ca7f1e4bccd87ecef95ddfff8f28b4
Diffstat (limited to 'args.c')
0 files changed, 0 insertions, 0 deletions