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

  /external/webp/src/dec/
vp8_dec.c 518 uint8_t tnz, lnz; local
545 tnz = mb->nz_ & 0x0f;
551 const int ctx = l + (tnz & 1);
554 tnz = (tnz >> 1) | (l << 7);
558 tnz >>= 4;
562 out_t_nz = tnz;
567 tnz = mb->nz_ >> (4 + ch);
572 const int ctx = l + (tnz & 1);
575 tnz = (tnz >> 1) | (l << 3)
    [all...]
  /external/webp/src/enc/
iterator_enc.c 228 const int tnz = it->nz_[0], lnz = it->nz_[-1]; local
233 top_nz[0] = BIT(tnz, 12);
234 top_nz[1] = BIT(tnz, 13);
235 top_nz[2] = BIT(tnz, 14);
236 top_nz[3] = BIT(tnz, 15);
238 top_nz[4] = BIT(tnz, 18);
239 top_nz[5] = BIT(tnz, 19);
241 top_nz[6] = BIT(tnz, 22);
242 top_nz[7] = BIT(tnz, 23);
244 top_nz[8] = BIT(tnz, 24)
    [all...]
  /external/llvm/test/MC/Sparc/
sparc-v9-traps.s 22 !! tnz should be a synonym for tne
28 tnz %icc, %i5
173 !! tnz should be a synonym for tne
179 tnz %xcc, %i5
sparc-traps.s 22 !! tnz should be a synonym for tne
28 tnz %i5

Completed in 339 milliseconds