Lines Matching defs:height
79 int width, height;
587 s->height = s->cur_h = bytestream2_get_be32(gb);
588 if (av_image_check_size(s->width, s->height, 0, avctx)) {
589 s->cur_w = s->cur_h = s->width = s->height = 0;
609 av_log(avctx, AV_LOG_DEBUG, "width=%d height=%d depth=%d color_type=%d "
611 s->width, s->height, s->bit_depth, s->color_type,
616 s->cur_w = s->cur_h = s->width = s->height = 0;
651 ret = ff_set_dimensions(avctx, s->width, s->height);
919 for (j = 0; j < s->height; j++) {
939 for (j = 0; j < s->height; j++) {
967 for (j = 0; j < s->height; j++) {
1017 cur_h != s->height ||
1022 cur_w > s->width - x_offset|| cur_h > s->height - y_offset)
1068 for (j = 0; j < s->height; j++) {
1110 for (y = s->y_offset + s->cur_h; y < p->height; y++)
1378 for (int y = 0; y < s->height; y++) {
1400 for (y = 0; y < s->height; ++y) {
1441 && s->last_picture.f->height== p->height
1654 pdst->height = psrc->height;