aom/vpx_scale
John Koleszar c03d45def9 Avoid allocating memory when resizing frames
As long as the new frame is smaller than the size that was originally
allocated, we don't need to free and reallocate the memory allocated.
Instead, do the allocation on the size of the first frame. We could
make this passed in from the application instead, if we wanted to
support external upscaling.

Change-Id: I204d17a130728bbd91155bb4bd863a99bb99b038
2013-02-08 12:20:30 -08:00
..
arm/neon Update ARM for vpx_scale changes 2012-12-05 08:59:17 -08:00
generic Avoid allocating memory when resizing frames 2013-02-08 12:20:30 -08:00
win32 Use 'vpx_scale' consistently 2012-12-05 16:05:44 -08:00
vpx_scale.h Move vp8_scale_frame to vpx namespace 2012-12-05 16:05:46 -08:00
vpx_scale.mk Merge vp9-preview changes into experimental branch 2013-01-08 10:19:59 -08:00
vpx_scale_asm_offsets.c Update ARM for vpx_scale changes 2012-12-05 08:59:17 -08:00
vpx_scale_rtcd.c Rename vpx_scale/rtcd.c to vpx_scale/vpx_scale_rtcd.c 2012-11-30 15:53:17 -08:00
vpx_scale_rtcd.sh Begin to refactor vpx_scale usage in VP9 2012-12-05 08:59:40 -08:00
yv12config.h Avoid allocating memory when resizing frames 2013-02-08 12:20:30 -08:00