Searched refs:gu8Scan_type (Results 1 – 6 of 6) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/njpd/api/njpeg_ex/ |
| H A D | apiJPEG_OJPD.c | 1173 JPEG_STATIC MS_U8 gu8Scan_type; /* Grey, Yh1v1, Yh1v2, Yh2v1, Yh2v2, variable 3766 gu8Scan_type = E_JPEG_GRAYSCALE; in JPEG_init() 4007 if((E_JPEG_CMYK != gu8Scan_type) in JPEG_make_huff_table() 4008 && (E_JPEG_RGB != gu8Scan_type)) in JPEG_make_huff_table() 5097 || (E_JPEG_CMYK == gu8Scan_type) in JPEG_init_scan() 5098 || (E_JPEG_RGB == gu8Scan_type)) in JPEG_init_scan() 5161 gu8Scan_type = E_JPEG_GRAYSCALE; in JPEG_init_frame() 5189 gu8Scan_type = E_JPEG_RGB; //RGB in JPEG_init_frame() 5195 gu8Scan_type = E_JPEG_YH1V1; //4:4:4 in JPEG_init_frame() 5205 gu8Scan_type = E_JPEG_YH2V1; //4:2:2 in JPEG_init_frame() [all …]
|
| H A D | apiJPEG.c | 680 MS_U8 gu8Scan_type[E_NJPD_NJPD_TOTAL]; /* Grey, Yh1v1, Yh1v2, Yh2v1, Yh2v2, member 1022 JPEG_STATIC MS_U8 gu8Scan_type[E_NJPD_NJPD_TOTAL]; /* Grey, Yh1v1, Yh1v2, Yh2v1, Yh… 3871 pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum] = E_JPEG_GRAYSCALE; in JPEG_init() 4094 if((E_JPEG_CMYK != pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum]) in JPEG_make_huff_table() 4095 && (E_JPEG_RGB != pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum])) in JPEG_make_huff_table() 5106 || (E_JPEG_CMYK == pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum]) in JPEG_init_scan() 5107 || (E_JPEG_RGB == pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum])) in JPEG_init_scan() 5169 pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum] = E_JPEG_GRAYSCALE; in JPEG_init_frame() 5197 pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum] = E_JPEG_RGB; //RGB in JPEG_init_frame() 5206 pNJPEGContext->gu8Scan_type[pNJPEGContext->eNJPDNum] = E_JPEG_YH1V1; //4:4:4 in JPEG_init_frame() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/ |
| H A D | apiJPEG.c | 1158 JPEG_STATIC MS_U8 gu8Scan_type; /* Grey, Yh1v1, Yh1v2, Yh2v1, Yh2v2, variable 3758 gu8Scan_type = E_JPEG_GRAYSCALE; in JPEG_init() 3999 if((E_JPEG_CMYK != gu8Scan_type) in JPEG_make_huff_table() 4000 && (E_JPEG_RGB != gu8Scan_type)) in JPEG_make_huff_table() 5089 || (E_JPEG_CMYK == gu8Scan_type) in JPEG_init_scan() 5090 || (E_JPEG_RGB == gu8Scan_type)) in JPEG_init_scan() 5153 gu8Scan_type = E_JPEG_GRAYSCALE; in JPEG_init_frame() 5181 gu8Scan_type = E_JPEG_RGB; //RGB in JPEG_init_frame() 5190 gu8Scan_type = E_JPEG_YH1V1; //4:4:4 in JPEG_init_frame() 5200 gu8Scan_type = E_JPEG_YH2V1; //4:2:2 in JPEG_init_frame() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/ |
| H A D | apiJPEG.c | 1183 JPEG_STATIC MS_U8 gu8Scan_type; /* Grey, Yh1v1, Yh1v2, Yh2v1, Yh2v2, variable 3713 gu8Scan_type = E_JPEG_GRAYSCALE; in JPEG_init() 3954 if((E_JPEG_CMYK != gu8Scan_type) in JPEG_make_huff_table() 3955 && (E_JPEG_RGB != gu8Scan_type)) in JPEG_make_huff_table() 5044 || (E_JPEG_CMYK == gu8Scan_type) in JPEG_init_scan() 5045 || (E_JPEG_RGB == gu8Scan_type)) in JPEG_init_scan() 5108 gu8Scan_type = E_JPEG_GRAYSCALE; in JPEG_init_frame() 5136 gu8Scan_type = E_JPEG_RGB; //RGB in JPEG_init_frame() 5145 gu8Scan_type = E_JPEG_YH1V1; //4:4:4 in JPEG_init_frame() 5155 gu8Scan_type = E_JPEG_YH2V1; //4:2:2 in JPEG_init_frame() [all …]
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v2/api/jpeg_ex/cmodel/src/ |
| H A D | jpeg_cmodel.c | 185 extern MS_U8 gu8Scan_type; 917 switch ( gu8Scan_type ) in JPEG_CMODEL_decode()
|
| /utopia/UTPA2-700.0.x/modules/ojpd_vdec_v1/api/jpeg/cmodel/src/ |
| H A D | jpeg_cmodel.c | 185 extern MS_U8 gu8Scan_type; 917 switch ( gu8Scan_type ) in JPEG_CMODEL_decode()
|