HomeSort by relevance Sort by last modified time
    Searched full:histp (Results 1 - 2 of 2) sorted by null

  /external/libjpeg-turbo/
jquant2.c 207 register histptr histp; local
217 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
221 if (++(*histp) <= 0)
222 (*histp)--;
297 histptr histp; local
310 histp = & histogram[c0][c1][c2min];
312 if (*histp++ != 0) {
321 histp = & histogram[c0][c1][c2min];
323 if (*histp++ != 0) {
332 histp = & histogram[c0][c1][c2min]
485 histptr histp; local
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 230 register histptr histp; local
240 histp = & histogram[GETJSAMPLE(ptr[0]) >> C0_SHIFT]
244 if (++(*histp) <= 0)
245 (*histp)--;
320 histptr histp; local
333 histp = & histogram[c0][c1][c2min];
335 if (*histp++ != 0) {
344 histp = & histogram[c0][c1][c2min];
346 if (*histp++ != 0) {
355 histp = & histogram[c0][c1][c2min]
507 histptr histp; local
    [all...]

Completed in 631 milliseconds