Searched refs:gather_statistics (Results 1 - 14 of 14) sorted by relevance

/external/libjpeg-turbo/
H A Djcphuff.c30 boolean gather_statistics; member in struct:__anon9701
108 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) argument
116 entropy->gather_statistics = gather_statistics;
140 if (gather_statistics)
160 if (gather_statistics) {
196 * that is, entropy->gather_statistics == FALSE.
240 if (entropy->gather_statistics)
283 if (entropy->gather_statistics)
300 if (entropy->gather_statistics)
[all...]
H A Djpegint.h125 void (*start_pass) (j_compress_ptr cinfo, boolean gather_statistics);
H A Djchuff.c137 * If gather_statistics is TRUE, we do not output anything during the scan,
142 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) argument
148 if (gather_statistics) {
164 if (gather_statistics) {
H A Djcarith.c824 start_pass (j_compress_ptr cinfo, boolean gather_statistics) argument
830 if (gather_statistics)
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcphuff.c28 boolean gather_statistics; member in struct:__anon16100
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...]
H A Dfpdfapi_jchuff.c104 * If gather_statistics is TRUE, we do not output anything during the scan,
109 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) argument
115 if (gather_statistics) {
131 if (gather_statistics) {
H A Djpegint.h114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
/external/opencv3/3rdparty/libjpeg/
H A Djchuff.c101 boolean gather_statistics; member in struct:__anon14815
251 * that is, entropy->gather_statistics == FALSE.
357 if (entropy->gather_statistics)
413 if (entropy->gather_statistics)
426 if (entropy->gather_statistics)
443 if (entropy->gather_statistics)
517 if (! entropy->gather_statistics) {
1446 * If gather_statistics is TRUE, we do not output anything during the scan,
1451 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) argument
1457 if (gather_statistics)
[all...]
H A Djpegint.h117 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
H A Djcarith.c840 start_pass (j_compress_ptr cinfo, boolean gather_statistics) argument
846 if (gather_statistics)
/external/iputils/
H A Dping_common.h293 extern int gather_statistics(__u8 *ptr, int icmplen,
H A Dping6.c1624 if (gather_statistics((__u8*)icmph, sizeof(*icmph), cc,
1634 if (gather_statistics((__u8*)icmph, sizeof(*icmph), cc,
H A Dping.c836 if (gather_statistics((__u8*)icp, sizeof(*icp), cc,
H A Dping_common.c870 int gather_statistics(__u8 *icmph, int icmplen, function

Completed in 331 milliseconds