]> granicus.if.org Git - libvpx/commit
Splitting partition_probs array into two arrays.
authorDmitry Kovalev <dkovalev@google.com>
Sat, 2 Nov 2013 01:23:06 +0000 (18:23 -0700)
committerDmitry Kovalev <dkovalev@google.com>
Mon, 4 Nov 2013 22:26:16 +0000 (14:26 -0800)
commitdde8069e5731a49ea520ce7f796d046f28912a86
tree98eb8e3357aaf1f248db81aebdf7b3a9996d6eb8
parentdd45530ee6bda64fed83179652eb3546a866d2bf
Splitting partition_probs array into two arrays.

We only update partition_probs for inter frames but they are constant
for key frames. It is not necessary to have constants inside frame
context and copy them every time. This change reduces FRAME_CONTEXT size
by at least 48 bytes.

Change-Id: If70a53be51043f37fe7d113853217937710932a7
vp9/common/vp9_entropymode.c
vp9/common/vp9_entropymode.h
vp9/common/vp9_onyxc_int.h
vp9/decoder/vp9_decodframe.c
vp9/encoder/vp9_bitstream.c
vp9/encoder/vp9_rdopt.c