Searched defs:gather_statistics (Results 1 - 5 of 5) sorted by relevance

/external/jpeg/
H A Djchuff.c101 * If gather_statistics is TRUE, we do not output anything during the scan,
106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) argument
112 if (gather_statistics) {
128 if (gather_statistics) {
H A Djcphuff.c28 boolean gather_statistics; member in struct:__anon6476
106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) argument
114 entropy->gather_statistics = gather_statistics;
138 if (gather_statistics)
158 if (gather_statistics) {
194 * that is, entropy->gather_statistics == FALSE.
239 if (entropy->gather_statistics)
283 if (entropy->gather_statistics)
300 if (entropy->gather_statistics)
[all...]
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jchuff.c105 * If gather_statistics is TRUE, we do not output anything during the scan,
110 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) argument
116 if (gather_statistics) {
132 if (gather_statistics) {
H A Dfpdfapi_jcphuff.c29 boolean gather_statistics; member in struct:__anon13296
107 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) argument
115 entropy->gather_statistics = gather_statistics;
139 if (gather_statistics)
159 if (gather_statistics) {
195 * that is, entropy->gather_statistics == FALSE.
240 if (entropy->gather_statistics)
284 if (entropy->gather_statistics)
301 if (entropy->gather_statistics)
[all...]
/external/iputils/
H A Dping_common.c870 int gather_statistics(__u8 *icmph, int icmplen, function

Completed in 82 milliseconds