Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/libjpeg/
Djquant1.c161 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member
399 ODITHER_MATRIX_PTR odither; in make_odither_array() local
403 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() local
441 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 …]
/external/libjpeg-turbo/
Djquant1.c159 ODITHER_MATRIX_PTR odither[MAX_Q_COMPS]; /* one dither array per component */ member
400 ODITHER_MATRIX_PTR odither; in make_odither_array() local
404 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() local
442 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 …]