Searched refs:tp (Results 1 – 9 of 9) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_luv.c | 192 int16* tp; in LogL16Decode() local 203 tp = (int16*) op; in LogL16Decode() 212 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogL16Decode() 226 tp[i++] |= b; in LogL16Decode() 268 uint32* tp; in LogLuvDecode24() local 325 uint32* tp; in LogLuvDecode32() local 346 _TIFFmemset((void*) tp, 0, npixels*sizeof (tp[0])); in LogLuvDecode32() 360 tp[i++] |= b; in LogLuvDecode32() 445 int16* tp; in LogL16Encode() local 542 uint32* tp; in LogLuvEncode24() local [all …]
|
| H A D | tif_lzw.c | 366 char *tp; in LZWDecode() local 403 tp = op + occ; in LZWDecode() 416 tp = op; in LZWDecode() 419 --tp; in LZWDecode() 422 *tp = (char)t; in LZWDecode() 531 tp = op + len; in LZWDecode() 534 --tp; in LZWDecode() 599 char *tp; in LZWDecodeCompat() local 633 tp = op + occ; in LZWDecodeCompat() 645 tp = op; in LZWDecodeCompat() [all …]
|
| H A D | tif_dirinfo.c | 894 TIFFField *tp; in TIFFMergeFieldInfo() local 927 tp = tif->tif_fieldscompat[nfields].fields; in TIFFMergeFieldInfo() 929 tp->field_tag = info[i].field_tag; in TIFFMergeFieldInfo() 932 tp->field_type = info[i].field_type; in TIFFMergeFieldInfo() 933 tp->reserved = 0; in TIFFMergeFieldInfo() 934 tp->set_field_type = in TIFFMergeFieldInfo() 938 tp->get_field_type = in TIFFMergeFieldInfo() 942 tp->field_bit = info[i].field_bit; in TIFFMergeFieldInfo() 945 tp->field_name = info[i].field_name; in TIFFMergeFieldInfo() 946 tp->field_subfields = NULL; in TIFFMergeFieldInfo() [all …]
|
| H A D | tif_print.c | 691 const char* tp; in _TIFFprintAsciiBounded() local 697 for (tp = "\tt\bb\rr\nn\vv"; *tp; tp++) in _TIFFprintAsciiBounded() 698 if (*tp++ == *cp) in _TIFFprintAsciiBounded() 700 if (*tp) in _TIFFprintAsciiBounded() 701 fprintf(fd, "\\%c", *tp); in _TIFFprintAsciiBounded()
|
| H A D | tif_swab.c | 89 TIFFSwabArrayOfTriples(register uint8* tp, tmsize_t n) in TIFFSwabArrayOfTriples() argument 96 cp = (unsigned char*) tp; in TIFFSwabArrayOfTriples() 98 tp += 3; in TIFFSwabArrayOfTriples()
|
| H A D | tiffio.h | 482 extern void TIFFSwabArrayOfTriples(uint8* tp, tmsize_t n);
|
| /libtiff-4.0.7/tools/ |
| H A D | rgb2ycbcr.c | 225 uint32 *tp; in cvtStrip() local 228 tp = raster; in cvtStrip() 230 cvtClump(op, tp, in cvtStrip() 233 tp += horizSubSampling; in cvtStrip() 236 cvtClump(op, tp, vertSubSampling, x, width); in cvtStrip() 242 tp = raster; in cvtStrip() 244 cvtClump(op, tp, nrows, horizSubSampling, width); in cvtStrip() 246 tp += horizSubSampling; in cvtStrip() 249 cvtClump(op, tp, nrows, x, width); in cvtStrip()
|
| H A D | tiffdump.c | 647 const struct tagname *tp; in PrintTag() local 649 for (tp = tagnames; tp < &tagnames[NTAGS]; tp++) in PrintTag() 650 if (tp->tag == tag) { in PrintTag() 651 fprintf(fd, "%s (%u)", tp->name, tag); in PrintTag() 696 const char* tp; in PrintASCII() local 702 for (tp = "\tt\bb\rr\nn\vv"; *tp; tp++) in PrintASCII() 703 if (*tp++ == *cp) in PrintASCII() 705 if (*tp) in PrintASCII() 706 fprintf(fd, "\\%c", *tp); in PrintASCII()
|
| /libtiff-4.0.7/config/ |
| H A D | ltmain.sh | 7277 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
|