aom/vpx_scale
Timothy B. Terriberry 7d1b37cdac Increase chrow row alignment to 16 bytes.
This is done by expanding luma row to 32-byte alignment, since
 there is currently a bunch of code that assumes that
 uv_stride == y_stride/2 (see, for example, vp8/common/postproc.c,
 common/reconinter.c, common/arm/neon/recon16x16mb_neon.asm,
 encoder/temporal_filter.c, and possibly others; I haven't done a
 full audit).
It also uses replaces the hardcoded border of 16 in a number of
 encoder buffers with VP8BORDERINPIXELS (currently 32), as the
 chroma rows start at an offset of border/2.
Together, these two changes have the nice advantage that simply
 dumping the frame memory as a contiguous blob produces a valid,
 if padded, image.

Change-Id: Iaf5ea722ae5c82d5daa50f6e2dade9de753f1003
2011-07-20 10:20:31 -07:00
..
arm Remove rotting NDS_NITRO code. 2011-07-12 16:29:15 -07:00
generic Increase chrow row alignment to 16 bytes. 2011-07-20 10:20:31 -07:00
include clean up unused files 2011-02-18 09:09:49 -05:00
win32 Avoid misspelling "dependent". 2011-03-15 12:58:29 +00:00
scale_mode.h
vpx_scale.mk Avoid misspelling "dependent". 2011-03-15 12:58:29 +00:00
vpxscale.h
yv12config.h Do not copy data between encoder reference buffers. 2011-04-20 15:26:55 +03:00
yv12extend.h