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:
parent
7189d24cd8
commit
2f2410eb6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue