HomeSort by relevance Sort by last modified time
    Searched refs:tnz (Results 1 - 3 of 3) sorted by null

  /external/webp/src/enc/
iterator.c 190 const int tnz = it->nz_[0], lnz = it->nz_[-1]; local
195 top_nz[0] = BIT(tnz, 12);
196 top_nz[1] = BIT(tnz, 13);
197 top_nz[2] = BIT(tnz, 14);
198 top_nz[3] = BIT(tnz, 15);
200 top_nz[4] = BIT(tnz, 18);
201 top_nz[5] = BIT(tnz, 19);
203 top_nz[6] = BIT(tnz, 22);
204 top_nz[7] = BIT(tnz, 23);
206 top_nz[8] = BIT(tnz, 24)
    [all...]
  /external/webp/src/dec/
vp8.c 558 PackedNz tnz, lnz; local
579 tnz = kUnpackTab[mb->nz_ & 0xf];
584 const int ctx = l + tnz.i8[x];
587 tnz.i8[x] = l = (nz > 0);
596 out_t_nz = PACK(tnz, 24);
599 tnz = kUnpackTab[mb->nz_ >> 4];
605 const int ctx = l + tnz.i8[ch + x];
609 tnz.i8[ch + x] = l = (nz > 0);
619 out_t_nz |= PACK(tnz, 20);
  /external/jmonkeyengine/engine/src/core/com/jme3/animation/
SkeletonControl.java 468 float tnz = tanBuf[idxTangents++]; local
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 947 milliseconds