Searched refs:lnz (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/enc/ |
D | iterator.c | 180 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local 197 it->left_nz_[0] = BIT(lnz, 3); in VP8IteratorNzToBytes() 198 it->left_nz_[1] = BIT(lnz, 7); in VP8IteratorNzToBytes() 199 it->left_nz_[2] = BIT(lnz, 11); in VP8IteratorNzToBytes() 200 it->left_nz_[3] = BIT(lnz, 15); in VP8IteratorNzToBytes() 202 it->left_nz_[4] = BIT(lnz, 17); in VP8IteratorNzToBytes() 203 it->left_nz_[5] = BIT(lnz, 19); in VP8IteratorNzToBytes() 205 it->left_nz_[6] = BIT(lnz, 21); in VP8IteratorNzToBytes() 206 it->left_nz_[7] = BIT(lnz, 23); in VP8IteratorNzToBytes()
|
/external/dropbear/libtommath/ |
D | bn_mp_cnt_lsb.c | 18 static const int lnz[16] = { variable 42 x += lnz[qq]; in mp_cnt_lsb()
|
/external/webp/src/dec/ |
D | vp8.c | 577 PackedNz tnz, lnz; in ParseResiduals() local 598 lnz = kUnpackTab[left_mb->nz_ & 0xf]; in ParseResiduals() 600 int l = lnz.i8[y]; in ParseResiduals() 610 lnz.i8[y] = l; in ParseResiduals() 615 out_l_nz = PACK(lnz, 24); in ParseResiduals() 618 lnz = kUnpackTab[left_mb->nz_ >> 4]; in ParseResiduals() 621 int l = lnz.i8[ch + y]; in ParseResiduals() 632 lnz.i8[ch + y] = l; in ParseResiduals() 638 out_l_nz |= PACK(lnz, 20); in ParseResiduals()
|
/external/strace/ |
D | CREDITS | 61 Leonard N. Zubkoff <lnz@dandelion.com>
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 1395 static const int lnz[16] = { variable 1419 x += lnz[qq]; in mp_cnt_lsb()
|