Lines Matching defs:width
110 int width; /* width of a frame */
112 int vector_width; /* width of individual vector */
151 s->width = AV_RL16(&s->avctx->extradata[6]);
153 if ((ret = ff_set_dimensions(avctx, s->width, s->height)) < 0) {
154 s->width= s->height= 0;
176 if (s->width % s->vector_width || s->height % s->vector_height) {
195 s->decode_buffer_size = (s->width / s->vector_width) *
507 for (x = 0; x < s->width; x += 4, lobytes++, hibytes++) {
727 while (x_pos < s->width) {
758 if (count < 0 || count > (s->width - x_pos) / s->vector_width) {
763 while (count-- && x_pos < s->width) {