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 D | tif_fax3.h | 174 #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 D | tif_fax3.c | 291 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 D | webpinfo.c | 213 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