Searched refs:odither (Results 1 – 2 of 2) sorted by relevance
161 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member399 ODITHER_MATRIX_PTR odither; in make_odither_array() local403 odither = (ODITHER_MATRIX_PTR) in make_odither_array()419 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den); in make_odither_array()422 return odither; in make_odither_array()436 ODITHER_MATRIX_PTR odither; in create_odither_tables() local441 odither = NULL; /* search for matching prior component */ in create_odither_tables()444 odither = cquantize->odither[j]; in create_odither_tables()448 if (odither == NULL) /* need a new table? */ in create_odither_tables()449 odither = make_odither_array(cinfo, nci); in create_odither_tables()[all …]
159 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member400 ODITHER_MATRIX_PTR odither; in make_odither_array() local404 odither = (ODITHER_MATRIX_PTR) in make_odither_array()420 odither[j][k] = (int) (num<0 ? -((-num)/den) : num/den); in make_odither_array()423 return odither; in make_odither_array()437 ODITHER_MATRIX_PTR odither; in create_odither_tables() local442 odither = NULL; /* search for matching prior component */ in create_odither_tables()445 odither = cquantize->odither[j]; in create_odither_tables()449 if (odither == NULL) /* need a new table? */ in create_odither_tables()450 odither = make_odither_array(cinfo, nci); in create_odither_tables()[all …]