Home
last modified time | relevance | path

Searched refs:skip_start (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Ddjpeg.c102 JDIMENSION skip_start, skip_end; variable
416 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
417 skip_start > skip_end) in parse_switches()
737 cinfo.output_height -= (skip_end - skip_start + 1); in djpeg()
742 while (cinfo.output_scanline < skip_start) { in djpeg()
747 if ((tmp = jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1)) != in djpeg()
748 skip_end - skip_start + 1) { in djpeg()
750 progname, tmp, skip_end - skip_start + 1); in djpeg()
/external/libopus/celt/
Drate.c248 static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start, in interp_bits2pulses() argument
327 if (j<=skip_start) in interp_bits2pulses()
537 int skip_start; in clt_compute_allocation() local
549 skip_start = start; in clt_compute_allocation()
633 skip_start = j; in clt_compute_allocation()
638 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap, in clt_compute_allocation()
/external/mesa3d/src/compiler/nir/
Dnir_lower_goto_ifs.c72 bool skip_start; member
717 curr_level->skip_start = skip_targets->entries != 0; in organize_levels()
747 curr_level->skip_start = 1; in organize_levels()
779 if (level->skip_start) { in organize_levels()
828 if (level->skip_start) { in plant_levels()
/external/bcc/src/cc/
Dusdt.h102 bool error_return(ssize_t error_start, ssize_t skip_start) { in error_return() argument
104 skip_until_whitespace_from(skip_start); in error_return()
/external/bcc/src/cc/includes/
Dusdt.h102 bool error_return(ssize_t error_start, ssize_t skip_start) { in error_return() argument
104 skip_until_whitespace_from(skip_start); in error_return()
/external/pcre/dist2/src/
Dpcre2_jit_compile.c4568 struct sljit_label *skip_start; in do_utfreadnewline_invalid() local
4607 skip_start = LABEL(); in do_utfreadnewline_invalid()
4631 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0x85, skip_start); in do_utfreadnewline_invalid()
4638 CMPTO(SLJIT_NOT_EQUAL, TMP2, 0, SLJIT_IMM, 0x80, skip_start); in do_utfreadnewline_invalid()
4645 CMPTO(SLJIT_GREATER_EQUAL, TMP1, 0, SLJIT_IMM, 0x40, skip_start); in do_utfreadnewline_invalid()