Lines Matching defs:width
373 * @param part_width the width of the partition (4, 8,16) -> (1, 2, 4)
427 int x, int y, int width, int height,
434 int blocksize = 2 - (width >> 3); // 16->0, 8->1, 4->2
441 if (mx < 0 || mx >= s->h_edge_pos - width - 1 ||
444 mx = av_clip(mx, -16, s->h_edge_pos - width + 15);
455 width + 1, height + 1,
462 width, height);
471 width = width >> 1;
482 width + 1, height + 1,
491 width, height);
1180 /* 'frame size code' and optional 'width, height' */
1289 s->mb_width = (avctx->width + 15) / 16;