vpx/vp9
Ronald S. Bultje 4cca47b538 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
2012-12-18 15:31:19 -08:00
..
common Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
decoder Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
encoder Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
exports_dec support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
exports_enc support building vp8 and vp9 into a single lib 2012-11-15 10:46:17 -08:00
vp9_common.mk Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9_cx_iface.c Add vp9_ prefix to all vp9 files 2012-11-27 14:12:30 -08:00
vp9_dx_iface.c Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00
vp9cx.mk Remove ARM optimizations from VP9 2012-12-05 08:59:25 -08:00
vp9dx.mk Remove ARM optimizations from VP9 2012-12-05 08:59:25 -08:00