Home
last modified time | relevance | path

Searched refs:gather_statistics (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jcphuff.c28 boolean gather_statistics; member
106 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_phuff() argument
114 entropy->gather_statistics = gather_statistics; in start_pass_phuff()
138 if (gather_statistics) in start_pass_phuff()
158 if (gather_statistics) { in start_pass_phuff()
239 if (entropy->gather_statistics) in LOCAL()
283 if (entropy->gather_statistics) in LOCAL()
300 if (entropy->gather_statistics) in emit_buffered_bits()
353 if (! entropy->gather_statistics) { in emit_restart()
Dfpdfapi_jchuff.c109 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_huff() argument
115 if (gather_statistics) { in start_pass_huff()
131 if (gather_statistics) { in start_pass_huff()
Djpegint.h114 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
/external/libjpeg-turbo/
Djcphuff.c30 boolean gather_statistics; member
108 start_pass_phuff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_phuff() argument
116 entropy->gather_statistics = gather_statistics; in start_pass_phuff()
140 if (gather_statistics) in start_pass_phuff()
160 if (gather_statistics) { in start_pass_phuff()
240 if (entropy->gather_statistics) in emit_bits()
283 if (entropy->gather_statistics) in emit_symbol()
300 if (entropy->gather_statistics) in emit_buffered_bits()
353 if (! entropy->gather_statistics) { in emit_restart()
Djchuff.c142 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_huff() argument
148 if (gather_statistics) { in start_pass_huff()
164 if (gather_statistics) { in start_pass_huff()
Djcarith.c824 start_pass (j_compress_ptr cinfo, boolean gather_statistics) in start_pass() argument
830 if (gather_statistics) in start_pass()
Djpegint.h125 void (*start_pass) (j_compress_ptr cinfo, boolean gather_statistics);
/external/llvm/test/CodeGen/Generic/
D2006-10-27-CondFolding.ll3 define void @start_pass_huff(i32 %gather_statistics) {
5 %tmp = icmp eq i32 %gather_statistics, 0 ; <i1> [#uses=1]
/external/opencv3/3rdparty/libjpeg/
Djchuff.c101 boolean gather_statistics; member
357 if (entropy->gather_statistics) in LOCAL()
413 if (entropy->gather_statistics) in LOCAL()
426 if (entropy->gather_statistics) in LOCAL()
443 if (entropy->gather_statistics) in emit_buffered_bits()
517 if (! entropy->gather_statistics) { in emit_restart_e()
1451 start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) in start_pass_huff() argument
1457 if (gather_statistics) in start_pass_huff()
1464 entropy->gather_statistics = gather_statistics; in start_pass_huff()
1492 if (gather_statistics) in start_pass_huff()
[all …]
Djcarith.c840 start_pass (j_compress_ptr cinfo, boolean gather_statistics) in start_pass() argument
846 if (gather_statistics) in start_pass()
Djpegint.h117 JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics));
/external/iputils/
Dping_common.h293 extern int gather_statistics(__u8 *ptr, int icmplen,
Dping6.c1624 if (gather_statistics((__u8*)icmph, sizeof(*icmph), cc, in parse_reply()
1634 if (gather_statistics((__u8*)icmph, sizeof(*icmph), cc, in parse_reply()
Dping_common.c870 int gather_statistics(__u8 *icmph, int icmplen, in gather_statistics() function
Dping.c836 if (gather_statistics((__u8*)icp, sizeof(*icp), cc, in parse_reply()
DRELNOTES278 ping: Make build_echo(), gather_statistics() more generic.