/external/jpeg/ |
jcphuff.c | 28 boolean gather_statistics; member in struct:__anon19611 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...] |
jchuff.c | 101 * If gather_statistics is TRUE, we do not output anything during the scan, 106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) 112 if (gather_statistics) { 128 if (gather_statistics) {
|
jpegint.h | 114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
|
/external/qemu/distrib/jpeg-6b/ |
jcphuff.c | 28 boolean gather_statistics; member in struct:__anon24876 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...] |
jchuff.c | 101 * If gather_statistics is TRUE, we do not output anything during the scan, 106 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) 112 if (gather_statistics) { 128 if (gather_statistics) {
|
jpegint.h | 114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
|
/external/iputils/ |
ping_common.h | 292 extern int gather_statistics(__u8 *ptr, int icmplen,
|
ping6.c | [all...] |
ping.c | 833 if (gather_statistics((__u8*)icp, sizeof(*icp), cc, [all...] |
ping_common.c | 865 int gather_statistics(__u8 *icmph, int icmplen, function
|