OSDN Git Service

jfdct: Replace sized int_fast integer types with plain int/unsigned.
authorDiego Biurrun <diego@biurrun.de>
Fri, 29 Apr 2011 18:17:43 +0000 (20:17 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 12 May 2011 09:56:53 +0000 (11:56 +0200)
commitbe898457081ac2610ad4184272e9254e8922ff59
treeb2e749f6a51ad852a075f2b2992a145294483069
parent046f081b46c8479820409cf8f530b988221bd15b
jfdct: 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.
libavcodec/jfdctfst.c
libavcodec/jfdctint.c