Home
last modified time | relevance | path

Searched refs:odither (Results 1 – 1 of 1) sorted by relevance

/external/libjpeg-turbo/
Djquant1.c161 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member
402 ODITHER_MATRIX_PTR odither; in make_odither_array() local
406 odither = (ODITHER_MATRIX_PTR) in make_odither_array()
422 odither[j][k] = (int)(num < 0 ? -((-num) / den) : num / den); in make_odither_array()
425 return odither; in make_odither_array()
439 ODITHER_MATRIX_PTR odither; in create_odither_tables() local
444 odither = NULL; /* search for matching prior component */ in create_odither_tables()
447 odither = cquantize->odither[j]; in create_odither_tables()
451 if (odither == NULL) /* need a new table? */ in create_odither_tables()
452 odither = make_odither_array(cinfo, nci); in create_odither_tables()
[all …]