Home
last modified time | relevance | path

Searched defs:GET_BITS (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dparserutils.h29 #define GET_BITS(b, num, bits) G_STMT_START { \ macro
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdhuff.h165 #define GET_BITS(nbits) \ macro
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtph261pay.c137 #define GET_BITS(br,val,nbits) G_STMT_START { \ macro
/third_party/skia/third_party/externals/libwebp/examples/
Dwebpinfo.c237 #define GET_BITS(v, n) \ macro
/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_defines.h59 #define GET_BITS(data, high, low) ((data & INTEL_MASK((high), (low))) >> (low)) macro