Lines Matching refs:JLONG
32 JLONG *Cr_g_tab; /* => table for Cr to G conversion */
33 JLONG *Cb_g_tab; /* => table for Cb to G conversion */
36 JLONG *rgb_y_tab; /* => table for RGB to Y conversion */
77 #define ONE_HALF ((JLONG) 1 << (SCALEBITS-1))
78 #define FIX(x) ((JLONG) ((x) * (1L<<SCALEBITS) + 0.5))
215 JLONG x; in build_ycc_rgb_table()
224 cconvert->Cr_g_tab = (JLONG *) in build_ycc_rgb_table()
226 (MAXJSAMPLE+1) * sizeof(JLONG)); in build_ycc_rgb_table()
227 cconvert->Cb_g_tab = (JLONG *) in build_ycc_rgb_table()
229 (MAXJSAMPLE+1) * sizeof(JLONG)); in build_ycc_rgb_table()
306 JLONG *rgb_y_tab; in build_rgb_y_table()
307 JLONG i; in build_rgb_y_table()
310 cconvert->rgb_y_tab = rgb_y_tab = (JLONG *) in build_rgb_y_table()
312 (TABLE_SIZE * sizeof(JLONG))); in build_rgb_y_table()
333 register JLONG *ctab = cconvert->rgb_y_tab; in rgb_gray_convert()
549 register JLONG *Crgtab = cconvert->Cr_g_tab; in ycck_cmyk_convert()
550 register JLONG *Cbgtab = cconvert->Cb_g_tab; in ycck_cmyk_convert()
608 static const JLONG dither_matrix[4] = {