Home
last modified time | relevance | path

Searched defs:DESCALE (Results 1 – 3 of 3) sorted by relevance

/external/jpeg/
Djfdctfst.c98 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
Djdct.h146 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro
Djidctfst.c111 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro