Searched refs:lnz (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | iterator_enc.c | 235 const int tnz = it->nz_[0], lnz = it->nz_[-1]; in VP8IteratorNzToBytes() local 254 left_nz[0] = BIT(lnz, 3); in VP8IteratorNzToBytes() 255 left_nz[1] = BIT(lnz, 7); in VP8IteratorNzToBytes() 256 left_nz[2] = BIT(lnz, 11); in VP8IteratorNzToBytes() 257 left_nz[3] = BIT(lnz, 15); in VP8IteratorNzToBytes() 259 left_nz[4] = BIT(lnz, 17); in VP8IteratorNzToBytes() 260 left_nz[5] = BIT(lnz, 19); in VP8IteratorNzToBytes() 262 left_nz[6] = BIT(lnz, 21); in VP8IteratorNzToBytes() 263 left_nz[7] = BIT(lnz, 23); in VP8IteratorNzToBytes()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8_dec.c | 519 uint8_t tnz, lnz; in ParseResiduals() local 547 lnz = left_mb->nz_ & 0x0f; in ParseResiduals() 549 int l = lnz & 1; in ParseResiduals() 560 lnz = (lnz >> 1) | (l << 7); in ParseResiduals() 564 out_l_nz = lnz >> 4; in ParseResiduals() 569 lnz = left_mb->nz_ >> (4 + ch); in ParseResiduals() 571 int l = lnz & 1; in ParseResiduals() 581 lnz = (lnz >> in ParseResiduals() [all...] |
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 70 int lnz = 0; in decfloat() local 100 if (c!='0') lnz = dc; in decfloat() 111 lnz = (KMAX-4)*9; in decfloat() 167 if (lnz<9 && lnz<=rp && rp < 18) { in decfloat()
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 70 int lnz = 0;
in decfloat() local 100 if (c!='0') lnz = dc;
in decfloat() 111 lnz = (KMAX-4)*9;
in decfloat() 167 if (lnz<9 && lnz<=rp && rp < 18) {
in decfloat()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 70 int lnz = 0;
in decfloat() local 100 if (c!='0') lnz = dc;
in decfloat() 111 lnz = (KMAX-4)*9;
in decfloat() 167 if (lnz<9 && lnz<=rp && rp < 18) {
in decfloat()
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 70 int lnz = 0; in decfloat() local 100 if (c!='0') lnz = dc; in decfloat() 111 lnz = (KMAX-4)*9; in decfloat() 167 if (lnz<9 && lnz<=rp && rp < 18) { in decfloat()
|
/third_party/ffmpeg/libavutil/ |
H A D | avsscanf.c | 252 int lnz = 0; in decfloat() local 282 if (c!='0') lnz = dc; in decfloat() 293 lnz = (KMAX-4)*9; in decfloat() 349 if (lnz<9 && lnz<=rp && rp < 18) { in decfloat()
|
Completed in 7 milliseconds