Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Diterator_enc.c240 top_nz[0] = BIT(tnz, 12); in VP8IteratorNzToBytes()
241 top_nz[1] = BIT(tnz, 13); in VP8IteratorNzToBytes()
242 top_nz[2] = BIT(tnz, 14); in VP8IteratorNzToBytes()
243 top_nz[3] = BIT(tnz, 15); in VP8IteratorNzToBytes()
245 top_nz[4] = BIT(tnz, 18); in VP8IteratorNzToBytes()
246 top_nz[5] = BIT(tnz, 19); in VP8IteratorNzToBytes()
248 top_nz[6] = BIT(tnz, 22); in VP8IteratorNzToBytes()
272 nz |= (top_nz[0] << 12) | (top_nz[1] << 13); in VP8IteratorBytesToNz()
273 nz |= (top_nz[2] << 14) | (top_nz[3] << 15); in VP8IteratorBytesToNz()
274 nz |= (top_nz[4] << 18) | (top_nz[5] << 19); in VP8IteratorBytesToNz()
[all …]

Completed in 3 milliseconds