HomeSort by relevance Sort by last modified time
    Searched defs:next_scanline (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
jpeglib.h 400 * processing loop, e.g., "while (next_scanline < image_height)".
403 JDIMENSION next_scanline; /* 0 .. image_height-1 */ member in struct:jpeg_compress_struct
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jpeglib.h 385 * processing loop, e.g., "while (next_scanline < image_height)".
388 JDIMENSION next_scanline; /* 0 .. image_height-1 */ member in struct:jpeg_compress_struct
    [all...]
  /external/pdfium/third_party/libjpeg/
jpeglib.h 453 * processing loop, e.g., "while (next_scanline < image_height)".
456 JDIMENSION next_scanline; /* 0 .. image_height-1 */ member in struct:jpeg_compress_struct
    [all...]

Completed in 101 milliseconds