Lines Matching defs:height
166 /* Color Index: Stored as an image of height == 1. */
208 int height; /* image height */
437 PARSE_BLOCK_SIZE(s->reduced_width, s->height);
449 for (y = 0; y < img->frame->height; y++) {
466 PARSE_BLOCK_SIZE(s->reduced_width, s->height);
482 PARSE_BLOCK_SIZE(s->reduced_width, s->height);
570 img->frame->height = h;
629 while (y < img->frame->height) {
726 if (y == img->frame->height || ref_y == img->frame->height)
929 for (y = 0; y < img->frame->height; y++) {
969 for (y = 0; y < img->frame->height; y++) {
989 for (y = 0; y < img->frame->height; y++) {
1018 for (y = 0; y < img->frame->height; y++) {
1039 if (img->frame->height * img->frame->width > 300) {
1046 for (y = 0; y < img->frame->height; y++) {
1054 for (y = 0; y < img->frame->height; y++) {
1079 if (s->height && s->height != h) {
1081 s->height, h);
1083 s->height = h;
1113 ret = ff_set_dimensions(avctx, s->width, s->height);
1124 if (!s->width || !s->height)
1127 h = s->height;
1213 for (y = 1; y < frame->height; y++, dec += ls)
1219 for (y = 1; y < frame->height; y++) {
1226 for (y = 1; y < frame->height; y++) {
1233 for (y = 1; y < frame->height; y++) {
1253 for (y = 0; y < s->height; y++)
1276 for (y = 0; y < s->height; y++) {
1326 update_canvas_size(avctx, avctx->width, avctx->height);
1348 s->height = 0;
1410 if (s->width || s->height || *got_frame) {
1417 s->height = bytestream2_get_le24(&gb) + 1;
1418 ret = av_image_check_size(s->width, s->height, 0, avctx);