Lines Matching +defs:tab +defs:width
180 int width, height;
1802 int width = s->fragment_width[!!plane];
1804 int fragment = s->fragment_start[plane] + ystart * width;
1812 for (x = 0; x < width; x++) {
1835 if ((x < width - 1) &&
1846 (s->all_fragments[fragment + width].coding_method == MODE_COPY)) {
1987 int plane_width = s->width >> (plane && s->chroma_x_shift);
2092 int plane_width = s->width >> (plane && s->chroma_x_shift);
2354 s->width = FFALIGN(avctx->coded_width, 16);
2356 if (s->width < 18)
2381 s->y_superblock_width = (s->width + 31) / 32;
2386 c_width = s->width >> s->chroma_x_shift;
2396 s->macroblock_width = (s->width + 15) / 16;
2404 s->fragment_width[0] = s->width / FRAGMENT_PIXELS;
2450 const HuffTable *tab = &s->huffman_table[i];
2452 ret = ff_init_vlc_from_lengths(&s->coeff_vlc[i], 11, tab->nb_entries,
2453 &tab->entries[0].len, sizeof(*tab->entries),
2454 &tab->entries[0].sym, sizeof(*tab->entries), 1,
2555 s->width != s1->width || s->height != s1->height) {
2695 skip_bits(&gb, 4); /* width code */
2825 frame->crop_right = avctx->coded_width - avctx->width - s->offset_x;
2909 s->width = get_bits(gb, 16) << 4;
2923 visible_width + offset_x > s->width ||
2930 s->width, s->height);
2972 if (s->width < 18)
2974 ret = ff_set_dimensions(avctx, s->width, s->height);
2978 avctx->width = visible_width;