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 180 const int tnz = it->nz_[0], lnz = it->nz_[-1]; local
183 it->top_nz_[0] = BIT(tnz, 12);
184 it->top_nz_[1] = BIT(tnz, 13);
185 it->top_nz_[2] = BIT(tnz, 14);
186 it->top_nz_[3] = BIT(tnz, 15);
188 it->top_nz_[4] = BIT(tnz, 18);
189 it->top_nz_[5] = BIT(tnz, 19);
191 it->top_nz_[6] = BIT(tnz, 22);
192 it->top_nz_[7] = BIT(tnz, 23);
194 it->top_nz_[8] = BIT(tnz, 24)
    [all...]
  /external/webp/src/dec/
vp8.c 577 PackedNz tnz, lnz; local
597 tnz = kUnpackTab[mb->nz_ & 0xf];
602 const int ctx = l + tnz.i8[x];
605 tnz.i8[x] = l = (nz > 0);
614 out_t_nz = PACK(tnz, 24);
617 tnz = kUnpackTab[mb->nz_ >> 4];
623 const int ctx = l + tnz.i8[ch + x];
627 tnz.i8[ch + x] = l = (nz > 0);
637 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 146 milliseconds