Lines Matching defs:width
100 int width, height;
289 s->width = bytestream2_get_be32u(&s->g); // Width
299 if (av_image_check_size2(s->width, s->height, s->avctx->max_pixels, AV_PIX_FMT_NONE, 0, s->avctx)) {
326 if (s->image_offset_x >= s->width || s->image_offset_y >= s->height) {
364 s->numXtiles = ff_jpeg2000_ceildiv(s->width - s->tile_offset_x, s->tile_width);
390 o_dimx = ff_jpeg2000_ceildivpow2(s->width - s->image_offset_x,
523 c->log2_cblk_width = (bytestream2_get_byteu(&s->g) & 15) + 2; // cblk width
1019 tile->coord[0][0] = av_clip(tilex * (int64_t)s->tile_width + s->tile_offset_x, s->image_offset_x, s->width);
1020 tile->coord[0][1] = av_clip((tilex + 1) * (int64_t)s->tile_width + s->tile_offset_x, s->image_offset_x, s->width);
1638 static void decode_sigpass(Jpeg2000T1Context *t1, int width, int height,
1645 for (x = 0; x < width; x++)
1668 static void decode_refpass(Jpeg2000T1Context *t1, int width, int height,
1678 for (x = 0; x < width; x++)
1693 int width, int height, int bpno, int bandno,
1699 for (x = 0; x < width; x++) {
1760 int width, int height, int bandpos, uint8_t roi_shift)
1768 av_assert0(width <= 1024U && height <= 1024U);
1769 av_assert0(width*height <= 4096);
1790 decode_sigpass(t1, width, height, bpno + 1, bandpos,
1794 decode_refpass(t1, width, height, bpno + 1, vert_causal_ctx_csty_symbol);
1798 decode_clnpass(s, t1, width, height, bpno + 1, bandpos,