Lines Matching defs:width
308 if (avctx->width & 15 || avctx->height & 15) {
309 av_log(avctx, AV_LOG_ERROR, "width/height not multiple of 16\n");
317 s->motion = av_calloc(avctx->width / 16 + 3, sizeof(MotionXY));
320 s->motion_size = (avctx->width / 16 + 3) * sizeof(MotionXY);
834 int w = avctx->width >> !!plane, h = avctx->height >> !!plane;
1078 int width, int height, int index,
1085 int fwidth = avctx->width;
1113 width = width >> 1;
1132 offsetx + width + (mv.x + 1 >> 1) > fwidth ||
1141 for (int x = 0; x < width; x++)
1151 for (int x = 0; x < width; x++) {
1163 for (int x = 0; x < width; x++) {
1175 for (int x = 0; x < width; x++) {
1188 int adjx = index == 8 ? 0 : width / 2;
1191 width = width - adjx;
1193 tidx = get_index(height) * 4 + get_index(width);
1201 ret = predict_motion(avctx, width, height, idx2,
1244 for (int x = 0; x < avctx->width; x += 16) {
1264 for (int x = 0; x < avctx->width; x += 16) {