vpx/vp8
Attila Nagy 24e7b1b90d Moves error concealment allocations from common parts to decoder
The backup MODE_INFO buffer used in the error concealment was
allocated in the codec common parts allocation even though this is a
decoder only resource. Moved the allocation to the decoder side.
No need to update_mode_info_border as mode_info buffers are zero
allocated.

This fixes also a potential memory leak as the EC overlaps buffer was not
properly released before reallocation after a frame size change.

Change-Id: I12803d3e012308d95669069980b1c95973fb775f
2012-04-26 11:49:15 +03:00
..
common Moves error concealment allocations from common parts to decoder 2012-04-26 11:49:15 +03:00
decoder Moves error concealment allocations from common parts to decoder 2012-04-26 11:49:15 +03:00
encoder Shares one set of RD costs tables between all encoding threads 2012-04-23 14:15:23 -04:00
exports_dec Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
exports_enc Add getter functions for the interface data symbols 2010-09-23 14:58:43 -04:00
vp8_common.mk Makes all mode token tables const part 2 2012-04-19 17:35:20 -04:00
vp8_cx_iface.c Ports vpx_xcaler to new RTCD method 2012-04-19 17:40:56 +03:00
vp8_dx_iface.c Ports vpx_xcaler to new RTCD method 2012-04-19 17:40:56 +03:00
vp8cx_arm.mk Move SAD and variance functions to common 2012-03-05 16:50:33 -08:00
vp8cx.mk Makes all global data in tokenize.c const 2012-04-17 15:38:05 +03:00
vp8dx.mk Eliminated reconintra_mt.c 2012-02-28 14:12:30 -05:00