Lines Matching refs:format
1090 int format, width, height, i, ret;
1131 format = get_bits(&s->gb, 3);
1139 if (format != 7 && format != 6) {
1142 width = ff_h263_format[format][0];
1143 height = ff_h263_format[format][1];
1175 format = get_bits(&s->gb, 3);
1176 ff_dlog(s->avctx, "ufep=1, format: %d\n", format);
1225 if (format == 6) {
1250 width = ff_h263_format[format][0];
1251 height = ff_h263_format[format][1];