Lines Matching defs:height
47 int width,height;
75 uint8_t *dst, int width, int height)
77 uint8_t *dst_end = dst + width*height;
223 (s->avctx->height / 4) * (s->avctx->width / 4))
227 for (y = 0; y < s->avctx->height / 4; y++)
238 my < 0 || my + 4 > s->avctx->height) {
288 s->height = AV_RL16(&buf[2]);
289 if (s->avctx->width != s->width || s->avctx->height != s->height) {
292 if ((ret = ff_set_dimensions(s->avctx, s->width, s->height)) < 0)
318 !(s->frame_buffer = av_mallocz(s->width * s->height)))
321 if (unpack(buf, buf_end, s->frame_buffer, s->avctx->width, s->avctx->height) < 0) {
325 for (y = 0; y < s->height; y++)