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 94 JDIMENSION skip_start, skip_end; variable
384 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 ||
385 skip_start > skip_end)
670 * that skip_start <= skip_end.
682 cinfo.output_height -= (skip_end - skip_start + 1);
687 while (cinfo.output_scanline < skip_start) {
692 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)
531 int skip_start; local
543 skip_start = start;
627 skip_start = j;
632 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap,

Completed in 5987 milliseconds