Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djquant2.c208 register histptr histp; in prescan_quantize() local
218 histp = &histogram[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 in update_box()
485 histptr histp; compute_color() local
[all...]

Completed in 2 milliseconds