Searched refs:visible_width (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3.c2053 int visible_width, visible_height; local
2066 visible_width = s->width = get_bits(gb, 16) << 4;
2085 visible_width = get_bits_long(gb, 24);
2116 if ( visible_width <= s->width && visible_width > s->width-16
2118 avcodec_set_dimensions(avctx, visible_width, visible_height);

Completed in 91 milliseconds