HomeSort by relevance Sort by last modified time
    Searched refs:GetBit (Results 1 - 5 of 5) sorted by null

  /external/ImageMagick/coders/
stegano.c 95 #define GetBit(alpha,i) (((size_t) (alpha) >> (size_t) (i)) & 0x01)
204 SetBit(i,GetBit(pixel.red,j));
209 SetBit(i,GetBit(pixel.green,j));
214 SetBit(i,GetBit(pixel.blue,j));
otb.c 102 #define GetBit(a,i) (((a) >> (i)) & 1L)
148 if (GetBit(info,4) == 0)
  /external/webrtc/webrtc/p2p/base/
stun.h 352 bool GetBit(size_t index) const;
stun.cc 652 bool StunUInt32Attribute::GetBit(size_t index) const {
  /external/ImageMagick/MagickCore/
fx.c     [all...]

Completed in 634 milliseconds