Lines Matching defs:count
57 int type, count;61 x = y = count = 0;69 count = (type & 0x7F) + 1;73 int n = FFMIN(count, w - x);75 count -= n;82 } while (dst && count > 0);87 int n = FFMIN(count, w - x);88 count -= n;98 } while (dst && count > 0);102 if (count) {