Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djfdctfst.c99 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
A Djidctfst.c112 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
A Djdct.h367 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro

Completed in 7 milliseconds