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

  /external/libjpeg-turbo/
jpegint.h 69 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
  /external/opencv3/3rdparty/libjpeg/
jpegint.h 53 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
  /external/pdfium/third_party/libjpeg/
jpegint.h 52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
  /external/webp/src/enc/
frame.c 602 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
617 if (is_last_pass) {
761 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
769 if (is_last_pass) {
790 if (is_last_pass) {
822 if (is_last_pass) {

Completed in 935 milliseconds