Home
last modified time | relevance | path

Searched refs:CONST_BITS (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djidctint.c101 #define CONST_BITS 13 macro
104 #define CONST_BITS 13
115 #if CONST_BITS == 13
235 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 …]
A Djfdctint.c96 #define CONST_BITS 13 macro
99 #define CONST_BITS 13
110 #if CONST_BITS == 13
1491 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 …]
A Djfdctfst.c69 #define CONST_BITS 8 macro
79 #if CONST_BITS == 8
107 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
A Djidctfst.c78 #define CONST_BITS 8 macro
81 #define CONST_BITS 8
92 #if CONST_BITS == 8
120 #define MULTIPLY(var,const) ((DCTELEM) DESCALE((var) * (const), CONST_BITS))
A Djcdctmgr.c388 #define CONST_BITS 14 in start_pass_fdctmgr() macro
407 compptr->component_needed ? CONST_BITS-4 : CONST_BITS-3); in start_pass_fdctmgr()
A Djddctmgr.c298 #define CONST_BITS 14 in start_pass() macro
316 CONST_BITS-IFAST_SCALE_BITS); in start_pass()
A Djdct.h353 #define CONST_SCALE (ONE << CONST_BITS)

Completed in 43 milliseconds