HomeSort by relevance Sort by last modified time
    Searched refs:next_restart_num (Results 1 - 13 of 13) sorted by null

  /external/jpeg/
jcphuff.c 50 int next_restart_num; /* next restart number to write (0-7) */ member in struct:__anon4403
188 entropy->next_restart_num = 0;
394 emit_restart(entropy, entropy->next_restart_num);
448 entropy->next_restart_num++;
449 entropy->next_restart_num &= 7;
480 emit_restart(entropy, entropy->next_restart_num);
554 entropy->next_restart_num++;
555 entropy->next_restart_num &= 7;
585 emit_restart(entropy, entropy->next_restart_num);
603 entropy->next_restart_num++
    [all...]
jchuff.c 62 int next_restart_num; /* next restart number to write (0-7) */ member in struct:__anon4395
167 entropy->next_restart_num = 0;
492 if (! emit_restart(&state, entropy->next_restart_num))
518 entropy->next_restart_num++;
519 entropy->next_restart_num &= 7;
jdhuff.c 535 // Save restarts_to_go and next_restart_num
537 offset->next_restart_num = cinfo->marker->next_restart_num;
571 // Restore restarts_to_go and next_restart_num
574 cinfo->marker->next_restart_num = offset.next_restart_num;
jdphuff.c 668 // Save restarts_to_go and next_restart_num.
670 offset->next_restart_num = cinfo->marker->next_restart_num;
704 // Restore restarts_to_go and next_restart_num
707 cinfo->marker->next_restart_num = offset.next_restart_num;
jdmarker.c 360 cinfo->marker->next_restart_num = 0;
1132 ((int) M_RST0 + cinfo->marker->next_restart_num)) {
1134 TRACEMS1(cinfo, 3, JTRC_RST, cinfo->marker->next_restart_num);
    [all...]
jpegint.h 226 int next_restart_num; /* next restart number expected (0-7) */ member in struct:jpeg_marker_reader
jpeglib.h 655 unsigned char next_restart_num; member in struct:__anon4446
    [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 139 milliseconds