Searched refs:c_superblock_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.c147 int c_superblock_width; member in struct:Vp3DecodeContext
316 (s->c_superblock_width * 4 - s->fragment_width / 2);
329 (s->c_superblock_width * 4 - s->fragment_width / 2);
1663 s->c_superblock_width = (c_width + 31) / 32;
1665 c_superblock_count = s->c_superblock_width * s->c_superblock_height;

Completed in 90 milliseconds