Home
last modified time | relevance | path

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

/external/qemu/distrib/jpeg-6b/
Djquant2.c229 register histptr histp; in prescan_quantize() local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT] in prescan_quantize()
243 if (++(*histp) <= 0) in prescan_quantize()
244 (*histp)--; in prescan_quantize()
319 histptr histp; in update_box() local
332 histp = & histogram[c0][c1][c2min]; in update_box()
334 if (*histp++ != 0) { in update_box()
343 histp = & histogram[c0][c1][c2min]; in update_box()
345 if (*histp++ != 0) { in update_box()
354 histp = & histogram[c0][c1][c2min]; in update_box()
[all …]
/external/jpeg/
Djquant2.c229 register histptr histp; in prescan_quantize() local
239 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT] in prescan_quantize()
243 if (++(*histp) <= 0) in prescan_quantize()
244 (*histp)--; in prescan_quantize()
319 histptr histp; in update_box() local
332 histp = & histogram[c0][c1][c2min]; in update_box()
334 if (*histp++ != 0) { in update_box()
343 histp = & histogram[c0][c1][c2min]; in update_box()
345 if (*histp++ != 0) { in update_box()
354 histp = & histogram[c0][c1][c2min]; in update_box()
[all …]