Home
last modified time | relevance | path

Searched defs:GET_BITS (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djdhuff.h210 #define GET_BITS(nbits) \ macro
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpinfo.c237 #define GET_BITS(v, n) \ macro
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_defines.h59 #define GET_BITS(data, high, low) ((data & INTEL_MASK((high), (low))) >> (low)) macro

Completed in 7 milliseconds