Lines Matching refs:photometric
164 uint16 photometric; /* copy of PhotometricInterpretation */ member
995 sp->photometric = td->td_photometric; in JPEGSetupDecode()
996 switch (sp->photometric) { in JPEGSetupDecode()
1146 sp->photometric == PHOTOMETRIC_YCBCR && in JPEGPreDecode()
1568 if (sp->photometric == PHOTOMETRIC_YCBCR) in prepare_JPEGTables()
1573 if (sp->photometric == PHOTOMETRIC_YCBCR) in prepare_JPEGTables()
1603 sp->photometric = td->td_photometric; in JPEGSetupEncode()
1612 if (sp->photometric == PHOTOMETRIC_YCBCR) { in JPEGSetupEncode()
1635 switch (sp->photometric) { in JPEGSetupEncode()
1679 (int) sp->photometric); in JPEGSetupEncode()
1807 if (sp->photometric == PHOTOMETRIC_YCBCR) { in JPEGPreEncode()
1830 if (sp->photometric == PHOTOMETRIC_YCBCR && s > 0) { in JPEGPreEncode()