Lines Matching full:int32
19 * for 8-bit samples, INT32 for 12-bit samples. (NOTE: Floating-point DCT
32 typedef INT32 DCTELEM; /* must have 32 bits */
61 typedef INT32 IFAST_MULT_TYPE; /* need 32 bits for scaled quantizers */
125 * All values are expected to be of type INT32.
131 #define ONE ((INT32) 1)
139 #define FIX(x) ((INT32) ((x) * CONST_SCALE + 0.5))
141 /* Descale and correctly round an INT32 value that's scaled by N bits.
148 /* Multiply an INT32 variable by an INT32 constant to yield an INT32 result.
161 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))