/external/libjpeg-turbo/ |
jcphuff.c | 30 boolean gather_statistics; member in struct:__anon15208 108 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) 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...] |
jpegint.h | 125 void (*start_pass) (j_compress_ptr cinfo, boolean gather_statistics);
|
jchuff.c | 137 * If gather_statistics is TRUE, we do not output anything during the scan, 142 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) 148 if (gather_statistics) { 164 if (gather_statistics) { [all...] |
jcarith.c | 824 start_pass (j_compress_ptr cinfo, boolean gather_statistics) 830 if (gather_statistics)
|
/external/pdfium/third_party/libjpeg/ |
fpdfapi_jcphuff.c | 28 boolean gather_statistics; member in struct:__anon21602 106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) 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...] |
fpdfapi_jchuff.c | 104 * If gather_statistics is TRUE, we do not output anything during the scan, 109 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) 115 if (gather_statistics) { 131 if (gather_statistics) {
|
jpegint.h | 114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
|
/external/opencv3/3rdparty/libjpeg/ |
jchuff.c | 101 boolean gather_statistics; member in struct:__anon20320 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) { [all...] |
jpegint.h | 117 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
|
jcarith.c | 840 start_pass (j_compress_ptr cinfo, boolean gather_statistics) 846 if (gather_statistics)
|
/external/iputils/ |
ping_common.h | 293 extern int gather_statistics(__u8 *ptr, int icmplen,
|
ping6.c | [all...] |
ping.c | 836 if (gather_statistics((__u8*)icp, sizeof(*icp), cc, [all...] |
ping_common.c | 870 int gather_statistics(__u8 *icmph, int icmplen, function
|