vpx/vpx_scale
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
..
arm/neon Update ARM for vpx_scale changes 2012-12-03 12:50:09 -08:00
generic Move vp8_scale_frame to vpx namespace 2012-12-05 16:05:46 -08:00
win32 Use 'vpx_scale' consistently 2012-12-05 16:05:44 -08:00
vpx_scale_asm_offsets.c Update ARM for vpx_scale changes 2012-12-03 12:50:09 -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-03 12:51:56 -08:00
vpx_scale.h Move vp8_scale_frame to vpx namespace 2012-12-05 16:05:46 -08:00
vpx_scale.mk Use 'vpx_scale' consistently 2012-12-05 16:05:44 -08:00
yv12config.h Use standard integer types for pixel values and coefficients. 2012-12-18 15:31:19 -08:00