Skip to content

Commit

Permalink
Update polyphase.c
Browse files Browse the repository at this point in the history
  • Loading branch information
earlephilhower committed Apr 16, 2024
1 parent e306df2 commit b7d8905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libhelix-mp3/polyphase.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
* (see comment on Dequantize() for more info)
*/
#define DEF_NFRACBITS (DQ_FRACBITS_OUT - 2 - 2 - 15)
#define CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating mulitplies */
#define CSHIFT 12 /* coefficients have 12 leading sign bits for early-terminating multiplies */

static __inline short ClipToShort(int x, int fracBits)
{
Expand Down

0 comments on commit b7d8905

Please sign in to comment.