Searched refs:CONST_BITS (Results 1 – 7 of 7) sorted by relevance
101 #define CONST_BITS 13 macro104 #define CONST_BITS 13115 #if CONST_BITS == 13235 z2 <<= CONST_BITS;236 z3 <<= CONST_BITS;1311 z3 <<= CONST_BITS; in jpeg_idct_10x10()1388 z3 <<= CONST_BITS; in jpeg_idct_10x10()1414 z3 <<= CONST_BITS; in jpeg_idct_10x10()1704 z3 <<= CONST_BITS; in jpeg_idct_12x12()1716 z1 <<= CONST_BITS; in jpeg_idct_12x12()[all …]
96 #define CONST_BITS 13 macro99 #define CONST_BITS 13110 #if CONST_BITS == 131491 CONST_BITS); in jpeg_fdct_12x12()1494 CONST_BITS); in jpeg_fdct_12x12()1664 CONST_BITS); in jpeg_fdct_13x13()1862 CONST_BITS); in jpeg_fdct_14x14()1869 CONST_BITS); in jpeg_fdct_14x14()1873 CONST_BITS); in jpeg_fdct_14x14()4364 CONST_BITS); in jpeg_fdct_2x4()[all …]
69 #define CONST_BITS 8 macro79 #if CONST_BITS == 8107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
78 #define CONST_BITS 8 macro81 #define CONST_BITS 892 #if CONST_BITS == 8120 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
388 #define CONST_BITS 14 in start_pass_fdctmgr() macro407 compptr->component_needed ? CONST_BITS-4 : CONST_BITS-3); in start_pass_fdctmgr()
298 #define CONST_BITS 14 in start_pass() macro316 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
353 #define CONST_SCALE (ONE << CONST_BITS)
Completed in 43 milliseconds