Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
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; c2 <= c2max; c2++) in update_box()
344 histp = &histogram[c0][c1][c2min]; in update_box()
[all …]