Searched refs:tnz (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/ |
A D | vp8_dec.c | 518 uint8_t tnz, lnz; in ParseResiduals() local 545 tnz = mb->nz_ & 0x0f; in ParseResiduals() 551 const int ctx = l + (tnz & 1); in ParseResiduals() 554 tnz = (tnz >> 1) | (l << 7); in ParseResiduals() 558 tnz >>= 4; in ParseResiduals() 562 out_t_nz = tnz; in ParseResiduals() 567 tnz = mb->nz_ >> (4 + ch); in ParseResiduals() 572 const int ctx = l + (tnz & 1); in ParseResiduals() 575 tnz = (tnz >> 1) | (l << 3); in ParseResiduals() 579 tnz >>= 2; in ParseResiduals() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | iterator_enc.c | 235 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local 240 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() 249 top_nz[7] = BIT(tnz, 23); in VP8IteratorNzToBytes() 251 top_nz[8] = BIT(tnz, 24); in VP8IteratorNzToBytes()
|
Completed in 5 milliseconds