Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djquant2.c262 int c2min, c2max; member
321 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local
327 c2min = boxp->c2min; c2max = boxp->c2max; in update_box()
332 histp = & histogram[c0][c1][c2min]; in update_box()
333 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
343 histp = & histogram[c0][c1][c2min]; in update_box()
344 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
354 histp = & histogram[c0][c1][c2min]; in update_box()
355 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
365 histp = & histogram[c0][c1][c2min]; in update_box()
[all …]
/external/jpeg/
Djquant2.c262 int c2min, c2max; member
321 int c0min,c0max,c1min,c1max,c2min,c2max; in update_box() local
327 c2min = boxp->c2min; c2max = boxp->c2max; in update_box()
332 histp = & histogram[c0][c1][c2min]; in update_box()
333 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
343 histp = & histogram[c0][c1][c2min]; in update_box()
344 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
354 histp = & histogram[c0][c1][c2min]; in update_box()
355 for (c2 = c2min; c2 <= c2max; c2++) in update_box()
365 histp = & histogram[c0][c1][c2min]; in update_box()
[all …]