Home
last modified time | relevance | path

Searched refs:hor (Results 1 – 1 of 1) sorted by relevance

/libtiff-4.0.7/tools/
H A Dtiff2pdf.c2661 uint16 hor = 0, ver = 0; in t2p_readwrite_pdf_image() local
2662 if (TIFFGetField(input, TIFFTAG_YCBCRSUBSAMPLING, &hor, &ver) !=0 ) { in t2p_readwrite_pdf_image()
2663 if(hor != 0 && ver != 0){ in t2p_readwrite_pdf_image()
2664 TIFFSetField(output, TIFFTAG_YCBCRSUBSAMPLING, hor, ver); in t2p_readwrite_pdf_image()
3131 uint16 hor = 0, ver = 0; in t2p_readwrite_pdf_image_tile() local
3132 if (TIFFGetField(input, TIFFTAG_YCBCRSUBSAMPLING, &hor, &ver)!=0) { in t2p_readwrite_pdf_image_tile()
3133 if (hor != 0 && ver != 0) { in t2p_readwrite_pdf_image_tile()
3134 TIFFSetField(output, TIFFTAG_YCBCRSUBSAMPLING, hor, ver); in t2p_readwrite_pdf_image_tile()