Home
last modified time | relevance | path

Searched refs:c2min (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c241 int c2min, c2max; member
300 int c0min, c0max, c1min, c1max, c2min, c2max; in update_box() local
306 c2min = boxp->c2min; c2max = boxp->c2max; in update_box()
311 histp = &histogram[c0][c1][c2min]; in update_box()
312 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
322 histp = &histogram[c0][c1][c2min]; in update_box()
323 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
333 histp = &histogram[c0][c1][c2min]; in update_box()
334 for (c2 = c2min; c in update_box()
487 int c0min, c0max, c1min, c1max, c2min, c2max; compute_color() local
[all...]

Completed in 2 milliseconds