Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Ddjpeg.c100 JDIMENSION skip_start, skip_end; variable
401 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
402 skip_start > skip_end) in parse_switches()
699 cinfo.output_height -= (skip_end - skip_start + 1); in main()
704 while (cinfo.output_scanline < skip_start) { in main()
709 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1); in main()
/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/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()