Removing kf_{y, uv}_mode_prob arrays from VP9Common.
authorDmitry Kovalev <dkovalev@google.com>
Wed, 17 Jul 2013 23:50:52 +0000 (16:50 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Wed, 17 Jul 2013 23:50:52 +0000 (16:50 -0700)
commitf9f453ec8d59b69bc57763f3c4bf14527435297e
tree61896c1477f9f129daa2766f818f88f01eb7d3f8
parentfacecd80da372fa3364c51e9b34ff447ef1ae7b6
Removing kf_{y, uv}_mode_prob arrays from VP9Common.

These arrays have constant values (no any updates). Removing two
corresponding memcpy calls. Making a little cleanup in vp9_entropymode.h
as well: removing redundant 'extern' keyword and moving all function
declarations at the end.

Change-Id: Ia16b38b46aec2e2500f5df29c40a297ae241dede
vp9/common/vp9_entropymode.c
vp9/common/vp9_entropymode.h
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodemv.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_modecosts.c