Lines Matching defs:size
121 int tile_width, tile_height; ///< tile size
362 int i, size;
367 size = 4 + 3 * (codsty->nreslevels-1);
369 size = 5 + 6 * (codsty->nreslevels-1);
371 if (s->buf_end - s->buf < size + 2)
375 bytestream_put_be16(&s->buf, size); // LQcd
388 int size = 4 + strlen(LIBAVCODEC_IDENT);
393 if (s->buf_end - s->buf < size + 2)
397 bytestream_put_be16(&s->buf, size);
1522 static void update_size(uint8_t *size, const uint8_t *end)
1524 AV_WB32(size, end-size);
1540 s->buf_end = pkt->data + pkt->size;
1660 pkt->size = s->buf - s->buf_start;
1738 // TODO: implement setting non-standard precinct size