Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djquant2.c208 register histptr histp; in prescan_quantize() local
218 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT] in prescan_quantize()
222 if (++(*histp) <= 0) in prescan_quantize()
223 (*histp)--; in prescan_quantize()
298 histptr histp; in update_box() local
311 histp = & histogram[c0][c1][c2min]; in update_box()
313 if (*histp++ != 0) { in update_box()
322 histp = & histogram[c0][c1][c2min]; in update_box()
324 if (*histp++ != 0) { in update_box()
333 histp = & histogram[c0][c1][c2min]; in update_box()
[all …]