Lines Matching defs:count
50 int start, count;
53 count = bytestream2_get_le16(gb);
55 if (start + count > 256)
58 if (bytestream2_get_bytes_left(gb) < 3 * count)
61 for (int i = 0; i < count; i++)
105 int count = 0;
119 if (count == 0) {
121 count = 8;
135 count--;
181 int count;
186 count = bytestream2_get_be16(gb);
187 while (count > 0) {
236 count--;
272 int count = bytestream2_get_byte(gb);
275 av_log(avctx, AV_LOG_DEBUG, "%d %d %d %d\n", x, y, count, fill);
276 for (int i = 0; i < count; i++)
286 int count = bytestream2_get_byteu(gb);
287 int skip = count & 0x3F;
289 count = count >> 6;
308 while (count >= 0) {
341 count--;
394 int count;
399 count = bytestream2_get_be16(gb);
400 while (count > 0) {
449 count--;
468 for (int count = 0; count < 4; count++) {
474 dy = y + count;
573 int count = bytestream2_get_byte(gb);
576 if (!count) {
585 while (count > 0) {
587 count--;