Searched refs:superblock_count (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.c144 int superblock_count; member in struct:Vp3DecodeContext
198 /* This table contains superblock_count * 16 entries. Each set of 16
204 /* This table contains superblock_count * 4 entries. Each set of 4
293 for (i = 0; i < s->superblock_count; i++) {
558 memset(s->superblock_coding, SB_FULLY_CODED, s->superblock_count);
567 while (current_superblock < s->superblock_count) {
599 while (current_superblock < s->superblock_count) {
637 for (i = 0; i < s->superblock_count; i++) {
1667 s->superblock_count = y_superblock_count + (c_superblock_count * 2);
1670 s->superblock_coding = av_malloc(s->superblock_count);
[all...]

Completed in 42 milliseconds