Home
last modified time | relevance | path

Searched refs:Ss (Results 1 – 25 of 108) sorted by relevance

12345

/external/jpeg/
Djcmaster.c137 int Ss, Se, Ah, Al; in validate_script() local
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { in validate_script()
182 Ss = scanptr->Ss; in validate_script()
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script()
203 if (Ss == 0) { in validate_script()
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ in validate_script()
214 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script()
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
283 cinfo->Ss = scanptr->Ss; in select_scan_parameters()
299 cinfo->Ss = 0; in select_scan_parameters()
[all …]
Djcparam.c476 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
481 scanptr->Ss = Ss; in fill_a_scan()
491 int Ss, int Se, int Ah, int Al) in fill_scans() argument
499 scanptr->Ss = Ss; in fill_scans()
519 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
Djdphuff.c99 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder()
108 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2) in start_pass_phuff_decoder()
129 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
139 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_phuff_decoder()
393 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first()
533 k = cinfo->Ss; in decode_mcu_AC_refine()
Djcphuff.c116 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff()
359 if (entropy->cinfo->Ss == 0) { in emit_restart()
489 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_first()
646 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
666 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
779 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
Drdswitch.c213 scanptr->Ss = (int) val; in read_scan_script()
225 scanptr->Ss = 0; in read_scan_script()
/external/pdfium/core/src/fxcodec/libjpeg/
Dfpdfapi_jcmaster.c138 int Ss, Se, Ah, Al; in validate_script() local
153 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { in validate_script()
183 Ss = scanptr->Ss; in validate_script()
201 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script()
204 if (Ss == 0) { in validate_script()
213 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ in validate_script()
215 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script()
231 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
284 cinfo->Ss = scanptr->Ss; in select_scan_parameters()
300 cinfo->Ss = 0; in select_scan_parameters()
[all …]
Dfpdfapi_jcparam.c477 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
482 scanptr->Ss = Ss; in fill_a_scan()
492 int Ss, int Se, int Ah, int Al) in fill_scans() argument
500 scanptr->Ss = Ss; in fill_scans()
520 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
Dfpdfapi_jdphuff.c101 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder()
110 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2) in start_pass_phuff_decoder()
131 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
141 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_phuff_decoder()
395 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first()
535 k = cinfo->Ss; in decode_mcu_AC_refine()
Dfpdfapi_jcphuff.c117 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff()
360 if (entropy->cinfo->Ss == 0) { in emit_restart()
490 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_first()
647 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
667 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
780 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
/external/qemu/distrib/jpeg-6b/
Djcmaster.c137 int Ss, Se, Ah, Al; in validate_script() local
152 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { in validate_script()
182 Ss = scanptr->Ss; in validate_script()
200 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script()
203 if (Ss == 0) { in validate_script()
212 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ in validate_script()
214 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script()
230 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
283 cinfo->Ss = scanptr->Ss; in select_scan_parameters()
299 cinfo->Ss = 0; in select_scan_parameters()
[all …]
Djcparam.c482 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
487 scanptr->Ss = Ss; in fill_a_scan()
497 int Ss, int Se, int Ah, int Al) in fill_scans() argument
505 scanptr->Ss = Ss; in fill_scans()
525 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
Djcphuff.c116 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff()
359 if (entropy->cinfo->Ss == 0) { in emit_restart()
489 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_first()
646 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
666 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
779 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
Djdphuff.c103 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder()
112 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2) in start_pass_phuff_decoder()
133 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
143 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_phuff_decoder()
397 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first()
537 k = cinfo->Ss; in decode_mcu_AC_refine()
Drdswitch.c213 scanptr->Ss = (int) val; in read_scan_script()
225 scanptr->Ss = 0; in read_scan_script()
/external/chromium_org/third_party/libjpeg_turbo/
Djcmaster.c172 int Ss, Se, Ah, Al; in validate_script() local
187 if (scanptr->Ss != 0 || scanptr->Se != DCTSIZE2-1) { in validate_script()
217 Ss = scanptr->Ss; in validate_script()
235 if (Ss < 0 || Ss >= DCTSIZE2 || Se < Ss || Se >= DCTSIZE2 || in validate_script()
238 if (Ss == 0) { in validate_script()
247 if (Ss != 0 && last_bitpos_ptr[0] < 0) /* AC without prior DC scan */ in validate_script()
249 for (coefi = Ss; coefi <= Se; coefi++) { in validate_script()
265 if (Ss != 0 || Se != DCTSIZE2-1 || Ah != 0 || Al != 0) in validate_script()
318 cinfo->Ss = scanptr->Ss; in select_scan_parameters()
334 cinfo->Ss = 0; in select_scan_parameters()
[all …]
Djdarith.c203 if (! cinfo->progressive_mode || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in process_restart()
209 if (! cinfo->progressive_mode || cinfo->Ss) { in process_restart()
344 for (k = cinfo->Ss; k <= cinfo->Se; k++) { in decode_mcu_AC_first()
456 for (k = cinfo->Ss; k <= cinfo->Se; k++) { in decode_mcu_AC_refine()
629 if (cinfo->Ss == 0) { in start_pass()
634 if (cinfo->Se < cinfo->Ss || cinfo->Se > DCTSIZE2 - 1) in start_pass()
648 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass()
657 if (cinfo->Ss && coef_bit_ptr[0] < 0) /* AC without prior DC scan */ in start_pass()
659 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass()
668 if (cinfo->Ss == 0) in start_pass()
[all …]
Djcparam.c516 int Ss, int Se, int Ah, int Al) in fill_a_scan() argument
521 scanptr->Ss = Ss; in fill_a_scan()
531 int Ss, int Se, int Ah, int Al) in fill_scans() argument
539 scanptr->Ss = Ss; in fill_scans()
559 scanptr->Ss = scanptr->Se = 0; in fill_dc_scans()
Djdphuff.c100 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff_decoder()
109 if (cinfo->Ss > cinfo->Se || cinfo->Se >= DCTSIZE2) in start_pass_phuff_decoder()
130 cinfo->Ss, cinfo->Se, cinfo->Ah, cinfo->Al); in start_pass_phuff_decoder()
140 for (coefi = cinfo->Ss; coefi <= cinfo->Se; coefi++) { in start_pass_phuff_decoder()
395 for (k = cinfo->Ss; k <= Se; k++) { in decode_mcu_AC_first()
535 k = cinfo->Ss; in decode_mcu_AC_refine()
Djcarith.c334 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in emit_restart()
492 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_first()
635 for (k = cinfo->Ss; k <= ke; k++) { in encode_mcu_AC_refine()
840 if (cinfo->Ss == 0) in start_pass()
845 if (cinfo->Ss == 0) in start_pass()
857 if (cinfo->progressive_mode == 0 || (cinfo->Ss == 0 && cinfo->Ah == 0)) { in start_pass()
881 cinfo->arith_ac_K[tbl] = cinfo->Ss + ((8 + cinfo->Se - cinfo->Ss) >> 4); in start_pass()
Djcphuff.c116 is_DC_band = (cinfo->Ss == 0); in start_pass_phuff()
357 if (entropy->cinfo->Ss == 0) { in emit_restart()
487 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_first()
644 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
664 for (k = cinfo->Ss; k <= Se; k++) { in encode_mcu_AC_refine()
777 is_DC_band = (cinfo->Ss == 0); in finish_pass_gather_phuff()
Djcmarker.c243 if (cinfo->Ss == 0 && cinfo->Ah == 0) in emit_dac()
339 td = cinfo->Ss == 0 && cinfo->Ah == 0 ? compptr->dc_tbl_no : 0; in emit_sos()
346 emit_byte(cinfo, cinfo->Ss); in emit_sos()
577 if (cinfo->Ss == 0 && cinfo->Ah == 0) in write_scan_header()
/external/clang/test/CodeGen/
Darm-be-result-return.c23 extern struct Ss { short s; } ss; argument
24 struct Ss callee_ss() { return ss; } in callee_ss()
/external/dhcpcd/dhcpcd-hooks/
D30-hostname8 [Yy][Ee][Ss]|[Tt][Rr][Uu][Ee]|1) ;;
/external/chromium_org/third_party/libjpeg/
Dgoogle.jdmarker.patch17 /* Collect the additional scan parameters Ss, Se, Ah/Al. */
/external/bsdiff/
Dbsdiff.c206 off_t overlap,Ss,lens; in main() local
313 s=0;Ss=0;lens=0; in main()
319 if(s>Ss) { Ss=s; lens=i+1; }; in main()

12345