Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Ddjpeg.c96 JDIMENSION skip_start, skip_end; variable
386 if (sscanf(argv[argn], "%u,%u", &skip_start, &skip_end) != 2 || in parse_switches()
387 skip_start > skip_end) in parse_switches()
684 cinfo.output_height -= (skip_end - skip_start + 1); in main()
689 while (cinfo.output_scanline < skip_start) { in main()
694 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()
532 int skip_start; in compute_allocation() local
544 skip_start = start; in compute_allocation()
628 skip_start = j; in compute_allocation()
633 codedBands = interp_bits2pulses(m, start, end, skip_start, bits1, bits2, thresh, cap, in compute_allocation()