Searched refs:lnz (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dec/ |
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 >> 1) | (l << 5); in ParseResiduals() 586 out_l_nz |= (lnz & 0xf0) << ch; in ParseResiduals()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/ |
D | vp8_dec.c | 521 uint8_t tnz, lnz; in ParseResiduals() local 549 lnz = left_mb->nz_ & 0x0f; in ParseResiduals() 551 int l = lnz & 1; in ParseResiduals() 562 lnz = (lnz >> 1) | (l << 7); in ParseResiduals() 566 out_l_nz = lnz >> 4; in ParseResiduals() 571 lnz = left_mb->nz_ >> (4 + ch); in ParseResiduals() 573 int l = lnz & 1; in ParseResiduals() 583 lnz = (lnz >> 1) | (l << 5); in ParseResiduals() 588 out_l_nz |= (lnz & 0xf0) << ch; in ParseResiduals()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/ |
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/enc/ |
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/musl/porting/liteos_a/kernel/src/internal/ |
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/ |
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/ |
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/ |
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/ |
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()
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6101 "lnz",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6101 "lnz",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 5879 "lnz",
|