Home
last modified time | relevance | path

Searched refs:SCALEDONE (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/
H A Didct.c122 #define SCALEDONE ((S32) 1) macro
123 #define CONST_SCALE (SCALEDONE << CONST_BITS)
139 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n))
H A Djidctint.c229 #define SCALEDONE ((int32) 1) macro
230 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n))
/utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/
H A Didct.c122 #define SCALEDONE ((S32) 1) macro
123 #define CONST_SCALE (SCALEDONE << CONST_BITS)
139 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n))
H A Djidctint.c229 #define SCALEDONE ((int32) 1) macro
230 #define DESCALE(x,n) (((x) + (SCALEDONE << ((n)-1))) >> (n))