]> granicus.if.org Git - libvpx/commit
Assign above/left context in decode_coefs() instead of in caller.
authorRonald S. Bultje <rbultje@google.com>
Sat, 17 Nov 2012 19:22:38 +0000 (11:22 -0800)
committerRonald S. Bultje <rbultje@google.com>
Sat, 17 Nov 2012 19:22:38 +0000 (11:22 -0800)
commit5d7cb5903551fb2cb654ce9b798e398ad0bb99af
tree9578d14dde1001ced5b9772ca3cdd339c432c176
parent3bdf302ce7996a9d5e5ec0781386bbbb292240d2
Assign above/left context in decode_coefs() instead of in caller.

this prevents duplicating the same line of code in each caller of
decode_coefs().

Change-Id: Id7996ad394828bf77ef3d5e03002f577c9f79609
vp9/decoder/detokenize.c