Searched refs:tnz (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libwebp/enc/ |
D | iterator.c | 192 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local 197 top_nz[0] = BIT(tnz, 12); in VP8IteratorNzToBytes() 198 top_nz[1] = BIT(tnz, 13); in VP8IteratorNzToBytes() 199 top_nz[2] = BIT(tnz, 14); in VP8IteratorNzToBytes() 200 top_nz[3] = BIT(tnz, 15); in VP8IteratorNzToBytes() 202 top_nz[4] = BIT(tnz, 18); in VP8IteratorNzToBytes() 203 top_nz[5] = BIT(tnz, 19); in VP8IteratorNzToBytes() 205 top_nz[6] = BIT(tnz, 22); in VP8IteratorNzToBytes() 206 top_nz[7] = BIT(tnz, 23); in VP8IteratorNzToBytes() 208 top_nz[8] = BIT(tnz, 24); in VP8IteratorNzToBytes()
|
/external/webp/src/enc/ |
D | iterator.c | 192 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local 197 top_nz[0] = BIT(tnz, 12); in VP8IteratorNzToBytes() 198 top_nz[1] = BIT(tnz, 13); in VP8IteratorNzToBytes() 199 top_nz[2] = BIT(tnz, 14); in VP8IteratorNzToBytes() 200 top_nz[3] = BIT(tnz, 15); in VP8IteratorNzToBytes() 202 top_nz[4] = BIT(tnz, 18); in VP8IteratorNzToBytes() 203 top_nz[5] = BIT(tnz, 19); in VP8IteratorNzToBytes() 205 top_nz[6] = BIT(tnz, 22); in VP8IteratorNzToBytes() 206 top_nz[7] = BIT(tnz, 23); in VP8IteratorNzToBytes() 208 top_nz[8] = BIT(tnz, 24); in VP8IteratorNzToBytes()
|
/external/webp/src/dec/ |
D | vp8.c | 560 PackedNz tnz, lnz; in ParseResiduals() local 581 tnz = kUnpackTab[mb->nz_ & 0xf]; in ParseResiduals() 586 const int ctx = l + tnz.i8[x]; in ParseResiduals() 589 tnz.i8[x] = l = (nz > 0); in ParseResiduals() 598 out_t_nz = PACK(tnz, 24); in ParseResiduals() 601 tnz = kUnpackTab[mb->nz_ >> 4]; in ParseResiduals() 607 const int ctx = l + tnz.i8[ch + x]; in ParseResiduals() 611 tnz.i8[ch + x] = l = (nz > 0); in ParseResiduals() 621 out_t_nz |= PACK(tnz, 20); in ParseResiduals()
|
/external/chromium_org/third_party/libwebp/dec/ |
D | vp8.c | 560 PackedNz tnz, lnz; in ParseResiduals() local 581 tnz = kUnpackTab[mb->nz_ & 0xf]; in ParseResiduals() 586 const int ctx = l + tnz.i8[x]; in ParseResiduals() 589 tnz.i8[x] = l = (nz > 0); in ParseResiduals() 598 out_t_nz = PACK(tnz, 24); in ParseResiduals() 601 tnz = kUnpackTab[mb->nz_ >> 4]; in ParseResiduals() 607 const int ctx = l + tnz.i8[ch + x]; in ParseResiduals() 611 tnz.i8[ch + x] = l = (nz > 0); in ParseResiduals() 621 out_t_nz |= PACK(tnz, 20); in ParseResiduals()
|
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
D | SkeletonControl.java | 468 float tnz = tanBuf[idxTangents++]; in applySkinningTangents() local 487 rtx += (tnx * mat.m00 + tny * mat.m01 + tnz * mat.m02) * weight; in applySkinningTangents() 488 rty += (tnx * mat.m10 + tny * mat.m11 + tnz * mat.m12) * weight; in applySkinningTangents() 489 rtz += (tnx * mat.m20 + tny * mat.m21 + tnz * mat.m22) * weight; in applySkinningTangents()
|