ffmpeg/libavcodec/alpha
Diego Biurrun ad1862d64a ALPHA: Replace sized int_fast integer types with plain int/unsigned.
int/unsigned is the natural memory access type for CPUs, using sized types
for temporary variables, counters and similar just increases code size and
can possibly cause a slowdown.
2011-05-01 20:50:12 +02:00
..
asm.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_alpha_asm.S Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_alpha.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
dsputil_alpha.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
Makefile
motion_est_alpha.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
motion_est_mvi_asm.S Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
mpegvideo_alpha.c Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
regdef.h Replace FFmpeg with Libav in licence headers 2011-03-19 13:33:20 +00:00
simple_idct_alpha.c ALPHA: Replace sized int_fast integer types with plain int/unsigned. 2011-05-01 20:50:12 +02:00