Lines Matching defs:height
42 int width, height;
66 for (i=0; i < s->avctx->height && buf_end - buf >= s->avctx->width; i++) {
77 int width, int height){
84 j+yoffset>=0 && j+yoffset<height) {
95 const uint8_t *raw = buf + (s->avctx->width*s->avctx->height/16);
99 for(y=0; y<s->avctx->height/4; y++)
116 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
125 x*4, y*4, xoffset, yoffset, s->avctx->width, s->avctx->height);
141 s->height = AV_RL16(&buf[6]);
144 s->height != s->avctx->height) {
149 ret = ff_set_dimensions(s->avctx, s->width, s->height);
194 if ((ret = av_image_check_size(s->width, s->height, 0, s->avctx)) < 0)