Lines Matching refs:photometric
167 uint16 photometric; /* copy of PhotometricInterpretation */ member
1037 sp->photometric = td->td_photometric; in JPEGSetupDecode()
1038 switch (sp->photometric) { in JPEGSetupDecode()
1279 sp->photometric == PHOTOMETRIC_YCBCR && in JPEGPreDecode()
1709 if (sp->photometric == PHOTOMETRIC_YCBCR) in prepare_JPEGTables()
1714 if (sp->photometric == PHOTOMETRIC_YCBCR) in prepare_JPEGTables()
1744 sp->photometric = td->td_photometric; in JPEGSetupEncode()
1753 if (sp->photometric == PHOTOMETRIC_YCBCR) { in JPEGSetupEncode()
1776 switch (sp->photometric) { in JPEGSetupEncode()
1820 (int) sp->photometric); in JPEGSetupEncode()
1948 if (sp->photometric == PHOTOMETRIC_YCBCR) { in JPEGPreEncode()
1971 if (sp->photometric == PHOTOMETRIC_YCBCR && s > 0) { in JPEGPreEncode()