]> granicus.if.org Git - libvpx/commit
vp9_cx_iface: defer compressed data buffer alloc
authorJames Zern <jzern@google.com>
Tue, 22 Jul 2014 01:27:58 +0000 (18:27 -0700)
committerJames Zern <jzern@google.com>
Tue, 29 Jul 2014 22:01:36 +0000 (15:01 -0700)
commitc2c02510bd2f8a738823d3b0d013eb441fb94587
treea2e4278844a154fba9ffd73da1d93304dc82485f
parentaa2ba46a61cbe626f7e708dea9160b6699c881d0
vp9_cx_iface: defer compressed data buffer alloc

currently the only way to know if multiple alt-refs are enabled is to
inspect the encoder instance.
this reduces the size of the allocation by 75% when not using multiple
alt-refs

Change-Id: Ie4baa240c2897e64b766c6ad229674884b5a65b6
vp9/vp9_cx_iface.c