Lines Matching defs:height
319 if (s->interlaced != ( s->height > 288 ))
388 int pels = s->width * s->height / (i ? 40 : 10);
727 const int height = s->height;
734 if ((ret = ff_alloc_packet(avctx, pkt, width * height * 3 * 4 + AV_INPUT_BUFFER_MIN_SIZE)) < 0)
791 for (; y < height; y++,cy++) {
801 if (y >= height) break;
814 for (cy = y = 1; y < height; y++, cy++) {
830 if (y >= height) break;
855 uint8_t *data = p->data[0] + (height - 1) * p->linesize[0];
870 for (y = 1; y < s->height; y++) {
883 uint8_t *data = p->data[0] + (height - 1) * p->linesize[0];
898 for (y = 1; y < s->height; y++) {
916 int h = height;