1
0
Fork 0
forked from len0rd/rockbox

Just fix a typo.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15192 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Mustapha Senhaji 2007-10-18 21:23:31 +00:00
parent 7189d24cd8
commit 2f2410eb6d

View file

@ -48,7 +48,7 @@ extern void mpeg2_idct_copy_arm(int16_t * block, uint8_t * dest,
extern void mpeg2_idct_add_arm(const int last, int16_t * block,
uint8_t * dest, const int stride);
#else /* !CPU_COLDFIE, !CPU_ARM */
#else /* !CPU_COLDFIRE, !CPU_ARM */
#define W1 2841 /* 2048 * sqrt (2) * cos (1 * pi / 16) */
#define W2 2676 /* 2048 * sqrt (2) * cos (2 * pi / 16) */