/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_pixarlog.c | 169 wp[stride] += *wp; *op = ToLinearF[*wp&mask]; wp++; op++) in horizontalAccumulateF() 236 wp[stride] += *wp; t0 = ToLinearF[wp[stride]&mask]*SCALE12; in horizontalAccumulate12() 285 wp[stride] += *wp; *op = ToLinear16[*wp&mask]; wp++; op++) in horizontalAccumulate16() 304 op[0] = wp[0]; op[1] = wp[1]; op[2] = wp[2]; in horizontalAccumulate11() 305 cr = wp[0]; cg = wp[1]; cb = wp[2]; in horizontalAccumulate11() 316 op[0] = wp[0]; op[1] = wp[1]; in horizontalAccumulate11() 317 op[2] = wp[2]; op[3] = wp[3]; in horizontalAccumulate11() 318 cr = wp[0]; cg = wp[1]; cb = wp[2]; ca = wp[3]; in horizontalAccumulate11() 334 wp[stride] += *wp; *op = *wp&mask; wp++; op++) in horizontalAccumulate11() 382 wp[stride] += *wp; *op = ToLinear8[*wp&mask]; wp++; op++) in horizontalAccumulate8() [all …]
|
A D | tif_predict.c | 341 uint16* wp = (uint16*) cp0; in swabHorAcc16() local 353 uint16* wp = (uint16*) cp0; in horAcc16() local 366 …REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] + (unsigned int)wp[0]) & 0xffff); … in horAcc16() 376 uint32* wp = (uint32*) cp0; in swabHorAcc32() local 388 uint32* wp = (uint32*) cp0; in horAcc32() local 401 REPEAT4(stride, wp[stride] += wp[0]; wp++) in horAcc32() 569 uint16 *wp = (uint16*) cp0; in horDiff16() local 581 wp += wc - 1; in horDiff16() 583 …REPEAT4(stride, wp[stride] = (uint16)(((unsigned int)wp[stride] - (unsigned int)wp[0]) & 0xffff); … in horDiff16() 621 wp += wc - 1; in horDiff32() [all …]
|
A D | tif_swab.c | 36 TIFFSwabShort(uint16* wp) in TIFFSwabShort() argument 38 register unsigned char* cp = (unsigned char*) wp; in TIFFSwabShort() 73 TIFFSwabArrayOfShort(register uint16* wp, tmsize_t n) in TIFFSwabArrayOfShort() argument 80 cp = (unsigned char*) wp; in TIFFSwabArrayOfShort() 82 wp++; in TIFFSwabArrayOfShort()
|
A D | tif_getimage.c | 1359 *cp++ = BWmap[*wp >> 8][0]; in DECLAREContigPutFunc() 1488 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local 1494 img->Bitdepth16To8[wp[1]], in DECLAREContigPutFunc() 1496 wp += samplesperpixel; in DECLAREContigPutFunc() 1499 wp += fromskew; in DECLAREContigPutFunc() 1510 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local 1519 wp += samplesperpixel; in DECLAREContigPutFunc() 1522 wp += fromskew; in DECLAREContigPutFunc() 1533 uint16 *wp = (uint16 *)pp; in DECLAREContigPutFunc() local 1546 wp += samplesperpixel; in DECLAREContigPutFunc() [all …]
|
A D | tiffio.h | 484 extern void TIFFSwabArrayOfShort(uint16* wp, tmsize_t n);
|
A D | tif_dir.c | 65 void _TIFFsetShortArray(uint16** wpp, uint16* wp, uint32 n) in _TIFFsetShortArray() argument 66 { setByteArray((void**) wpp, (void*) wp, n, sizeof (uint16)); } in _TIFFsetShortArray()
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | auth.c | 513 if (wp == NULL) 515 wp->word = (char *) (wp + 1); 537 wp->word = (char *) (wp + 1); 2270 if (!wp) 2274 while (wp) { 2281 wp = wp->next; 2488 for (n = 0; wp != NULL; wp = wp->next) 2497 free_wordlist(wp) 2503 next = wp->next; 2504 free(wp); [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffdump.c | 736 uint16 *wp = (uint16*)data; in PrintData() local 738 fprintf(fd, shortfmt, sep, *wp++), sep = " "; in PrintData() 742 int16 *wp = (int16*)data; in PrintData() local 744 fprintf(fd, sshortfmt, sep, *wp++), sep = " "; in PrintData()
|
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/ |
A D | gyroscope.md | 37 [MPU-6000-Datasheet1.pdf](https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Datasheet1… 38 [MPU-6000-Register-Map1.pdf](https://invensense.tdk.com/wp-content/uploads/2015/02/MPU-6000-Registe…
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | tif_pdsdirwrite.c | 333 uint16* wp; in TIFFWriteNormalSubTag() local 335 (*getFieldFn)(tif, fip->field_tag, &wc, &wp); in TIFFWriteNormalSubTag() 338 (*getFieldFn)(tif, fip->field_tag, &wp); in TIFFWriteNormalSubTag() 339 if (!WRITEF(TIFFWriteShortArray, wp)) in TIFFWriteNormalSubTag()
|
A D | tif_pdsdirread.c | 982 register uint16* wp = dp; in TIFFFetchStripThing() local 984 *lp++ = *wp++; in TIFFFetchStripThing()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 484 extern void TIFFSwabArrayOfShort(uint16* wp, tmsize_t n);
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/images/ |
A D | rgb-3c-8b.ppm | 181 gl*zF'�M/{N-�x;�p6`)$�wp*��9��@��R��]��O��N��O��M��O��P��Q��K��L��M��N��R��V��W��X��P��Q��O��Q…
|