Lines Matching defs:width
1194 (AVRational) { s1->pan_scan.width,
1196 (AVRational) { s->width, s->height });
1202 if ((s1->pan_scan.width == 0) || (s1->pan_scan.height == 0) ||
1207 (AVRational) { s->width, s->height });
1211 (AVRational) { s1->pan_scan.width, s1->pan_scan.height });
1215 // s->avctx->sample_aspect_ratio = av_mul_q(s->avctx->sample_aspect_ratio, (AVRational) {s->width, s->height});
1228 if (av_image_check_sar(s->width, s->height,
1237 avctx->coded_width != s->width ||
1239 s1->save_width != s->width ||
1256 ret = ff_set_dimensions(avctx, s->width, s->height);
1267 s1->save_width = s->width;
1387 s->width |= (horiz_size_ext << 12);
1434 s1->pan_scan.width = 16 * w;
2066 int width, height;
2071 width = get_bits(&s->gb, 12);
2073 if (width == 0 || height == 0) {
2126 s->width = width;
2161 s->width = avctx->coded_width;
2195 s1->save_width = s->width;
2514 if (s2->width <= 0 || s2->height <= 0) {
2516 s2->width, s2->height);
2982 if (avpkt->size*8LL < (avctx->width+15)/16 * ((avctx->height+15)/16) * (2LL + 3*4 + 2*2 + 2*6))
3013 for (int x = 0; x < avctx->width; x += 16) {