Searched refs:tnz (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dec/
H A Dvp8.c464 uint8_t tnz, lnz; local
491 tnz = mb->nz_ & 0x0f;
497 const int ctx = l + (tnz & 1);
500 tnz = (tnz >> 1) | (l << 7);
504 tnz >>= 4;
508 out_t_nz = tnz;
513 tnz = mb->nz_ >> (4 + ch);
518 const int ctx = l + (tnz & 1);
521 tnz
[all...]
/external/webp/src/enc/
H A Diterator.c231 const int tnz = it->nz_[0], lnz = it->nz_[-1]; local
236 top_nz[0] = BIT(tnz, 12);
237 top_nz[1] = BIT(tnz, 13);
238 top_nz[2] = BIT(tnz, 14);
239 top_nz[3] = BIT(tnz, 15);
241 top_nz[4] = BIT(tnz, 18);
242 top_nz[5] = BIT(tnz, 19);
244 top_nz[6] = BIT(tnz, 22);
245 top_nz[7] = BIT(tnz, 23);
247 top_nz[8] = BIT(tnz, 2
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DSkeletonControl.java468 float tnz = tanBuf[idxTangents++];
487 rtx += (tnx * mat.m00 + tny * mat.m01 + tnz * mat.m02) * weight;
488 rty += (tnx * mat.m10 + tny * mat.m11 + tnz * mat.m12) * weight;
489 rtz += (tnx * mat.m20 + tny * mat.m21 + tnz * mat.m22) * weight;

Completed in 806 milliseconds