1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00
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 Simplify arch-specific object file lists 2010-03-16 21:23:03 +00:00
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