Searched refs:tnz (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.c | 519 uint8_t tnz, lnz; in ParseResiduals() local 546 tnz = mb->nz_ & 0x0f; in ParseResiduals() 552 const int ctx = l + (tnz & 1); in ParseResiduals() 555 tnz = (tnz >> 1) | (l << 7); in ParseResiduals() 559 tnz >>= 4; in ParseResiduals() 563 out_t_nz = tnz; in ParseResiduals() 568 tnz = mb->nz_ >> (4 + ch); in ParseResiduals() 573 const int ctx = l + (tnz & 1); in ParseResiduals() 576 tnz in ParseResiduals() [all...] |
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H 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, 2 in VP8IteratorNzToBytes() [all...] |
Completed in 3 milliseconds