We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a34cb commit 213230eCopy full SHA for 213230e
celt/fixed_generic.h
@@ -95,7 +95,7 @@
95
/** Compile-time conversion of float constant to log gain value */
96
#define GCONST2(x,bits) ((celt_glog)(.5+(x)*(((celt_glog)1)<<(bits))))
97
98
-/** Compile-time conversion of float constant to DB_SHFIT log gain value */
+/** Compile-time conversion of float constant to DB_SHIFT log gain value */
99
#define GCONST(x) GCONST2((x),DB_SHIFT)
100
101
/** Negate a 16-bit value */
0 commit comments