Home
last modified time | relevance | path

Searched defs:DESCALE (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdct.h178 #define DESCALE(x, n) RIGHT_SHIFT((x) + (ONE << ((n) - 1)), n) macro
H A Djfdctfst.c100 #undef DESCALE macro
101 #define DESCALE(x, n) RIGHT_SHIFT(x, n) macro
H A Djidctfst.c113 #undef DESCALE macro
114 #define DESCALE(x, n) RIGHT_SHIFT(x, n) macro
/third_party/ffmpeg/libavcodec/
H A Djfdctfst.c133 #undef DESCALE macro
134 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro
329 #undef DESCALE macro
H A Djfdctint_template.c72 #define DESCALE(x,n) RIGHT_SHIFT((x) + (1 << ((n) - 1)), n) macro
[all...]
H A Djrevdct.c155 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_fspp.h41 #define DESCALE(x,n) (((x) + (1 << ((n) - 1))) >> n) macro

Completed in 4 milliseconds