Home
last modified time | relevance | path

Searched refs:GetBits (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_fax3.h174 #define GetBits(n) (BitAcc & ((1<<(n))-1)) macro
200 TabEnt = tab + GetBits(wid); \
212 TabEnt = tab + GetBits(wid); \
231 TabEnt = tab + GetBits(wid); \
236 TabEnt = tab + GetBits(wid); \
265 if (GetBits(11) == 0) \
272 if (GetBits(8)) \
276 while (GetBits(1) == 0) \
499 if (GetBits(4)) \
524 if (!GetBits(1)) \
A Dtif_fax3.c291 is1D = GetBits(1); /* 1D/2D-encoding tag bit */ in Fax3Decode2D()
1469 if( GetBits(13) != 0x1001 ) in Fax4Decode()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dwebpinfo.c213 static int GetBits(const uint8_t* const data, size_t data_size, size_t nb, in GetBits() function
231 if (!GetBits(data, data_size, nb, val, bit_pos)) return 0; in GetSignedBits()
232 if (!GetBits(data, data_size, 1, &sign, bit_pos)) return 0; in GetSignedBits()
239 if (!GetBits(data, data_size, n, &(v), bit_pos)) { \

Completed in 13 milliseconds