shithub: libvpx

Download patch

ref: 4cca47b5385adb8ace28b10db7a20f337b15bbeb
parent: d47828ed59999ca9379860c13a753e092062748c
author: Ronald S. Bultje <rbultje@google.com>
date: Tue Dec 18 10:31:19 EST 2012

Use standard integer types for pixel values and coefficients.

For coefficients, use int16_t (instead of short); for pixel values in
16-bit intermediates, use uint16_t (instead of unsigned short); for all
others, use uint8_t (instead of unsigned char).

Change-Id: I3619cd9abf106c3742eccc2e2f5e89a62774f7da