vpx/vp9
Dmitry Kovalev dde8069e57 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
2013-11-04 14:26:16 -08:00
..
common Splitting partition_probs array into two arrays. 2013-11-04 14:26:16 -08:00
decoder Splitting partition_probs array into two arrays. 2013-11-04 14:26:16 -08:00
encoder Splitting partition_probs array into two arrays. 2013-11-04 14:26:16 -08:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk mb_lpf_horizontal_edge AVX2 optimization 2013-10-31 10:26:15 -06:00
vp9_cx_iface.c Fixing clang warning. 2013-10-29 14:50:27 -07:00
vp9_dx_iface.c Adding VP9_FRAME_MARKER constant. 2013-10-23 17:24:17 -07:00
vp9_iface_common.h yv12config: remove YUV_TYPE 2013-07-12 15:25:48 -07:00
vp9cx.mk Adding fht{4x4, 8x8, 16x16} functions. 2013-10-25 17:55:07 -07:00
vp9dx.mk Moving all idct/iht functions in one place. 2013-10-02 14:13:33 -07:00