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

  /external/libjpeg-turbo/
djpeg.c 95 JDIMENSION skip_start, skip_end; variable
386 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 ||
387 skip_start > skip_end)
672 * that skip_start <= skip_end.
684 cinfo.output_height -= (skip_end - skip_start + 1);
689 while (cinfo.output_scanline < skip_start) {
694 jpeg_skip_scanlines(&cinfo, skip_end - skip_start + 1);
  /external/libopus/celt/
rate.c 248 static OPUS_INLINE int interp_bits2pulses(const CELTMode *m, int start, int end, int skip_start,
327 if (j<=skip_start)
537 int skip_start; local
549 skip_start = start;
633 skip_start = j;
638 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap,

Completed in 110 milliseconds