HomeSort by relevance Sort by last modified time
    Searched refs:ishift (Results 1 - 4 of 4) sorted by null

  /external/opencv3/3rdparty/libpng/
pngerror.c 387 int iout = 0, ishift = 24; local
389 while (ishift >= 0)
391 int c = (int)(chunk_name >> ishift) & 0xff;
393 ishift -= 8;
  /external/libpng/
pngerror.c 438 int iout = 0, ishift = 24;
440 while (ishift >= 0)
442 int c = (int)(chunk_name >> ishift) & 0xff;
444 ishift -= 8;
  /external/pdfium/third_party/lpng_v163/
pngerror.c 424 int iout = 0, ishift = 24; local
426 while (ishift >= 0)
428 int c = (int)(chunk_name >> ishift) & 0xff;
430 ishift -= 8;
  /external/opencv/cxcore/src/
cxconvert.cpp 1016 int ishift = cvRound(shift*(1 << ICV_FIX_SHIFT)); local
    [all...]

Completed in 234 milliseconds