vpx/vpx_scale/generic
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
..
bicubic_scaler.c Remove redundant ptr checks in calls to vpx_free 2011-02-15 12:43:35 -08:00
gen_scalers.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
scalesystemdependent.c Avoid misspelling "dependent". 2011-03-15 12:58:29 +00:00
vpxscale.c Eliminate more warnings. 2010-10-27 18:08:04 -07:00
yv12config.c Increase chrow row alignment to 16 bytes. 2011-07-20 10:20:31 -07:00
yv12extend.c Increase static linkage, remove unused functions 2011-03-17 20:53:47 -04:00