Searched defs:DESCALE (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdct.h | 178 #define DESCALE(x, n) RIGHT_SHIFT((x) + (ONE << ((n) - 1)), n) macro
|
H A D | jfdctfst.c | 100 #undef DESCALE macro 101 #define DESCALE(x, n) RIGHT_SHIFT(x, n) macro
|
H A D | jidctfst.c | 113 #undef DESCALE macro 114 #define DESCALE(x, n) RIGHT_SHIFT(x, n) macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | jfdctfst.c | 133 #undef DESCALE macro 134 #define DESCALE(x,n) RIGHT_SHIFT(x, n) macro 329 #undef DESCALE macro
|
H A D | jfdctint_template.c | 72 #define DESCALE(x,n) RIGHT_SHIFT((x) + (1 << ((n) - 1)), n) macro [all...] |
H A D | jrevdct.c | 155 #define DESCALE(x,n) RIGHT_SHIFT((x) + (ONE << ((n)-1)), n) macro [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fspp.h | 41 #define DESCALE(x,n) (((x) + (1 << ((n) - 1))) >> n) macro
|
Completed in 4 milliseconds