Searched defs:is_last_pass (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libjpeg_turbo/
H A Djpegint.h53 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/jpeg/
H A Djpegint.h52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/pdfium/core/include/thirdparties/libjpeg/
H A Djpegint.h52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/pdfium/core/src/fxcodec/libjpeg/
H A Djpegint.h52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/qemu/distrib/jpeg-6b/
H A Djpegint.h52 boolean is_last_pass; /* True during last pass */ member in struct:jpeg_comp_master
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c606 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
621 if (is_last_pass) {
765 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
773 if (is_last_pass) {
794 if (is_last_pass) {
826 if (is_last_pass) {
/external/webp/src/enc/
H A Dframe.c606 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
621 if (is_last_pass) {
765 const int is_last_pass = (fabs(stats.dq) <= DQ_LIMIT) || local
773 if (is_last_pass) {
794 if (is_last_pass) {
826 if (is_last_pass) {

Completed in 2231 milliseconds