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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c146 int superblock_count; member in struct:Vp3DecodeContext
229 /* This table contains superblock_count * 16 entries. Each set of 16
432 memset(s->superblock_coding, SB_FULLY_CODED, s->superblock_count);
440 while (current_superblock < s->superblock_count && get_bits_left(gb) > 0) {
451 if (current_superblock + current_run > s->superblock_count) {
465 if (num_partial_superblocks < s->superblock_count) {
472 while (superblocks_decoded < s->superblock_count - num_partial_superblocks
486 if (current_superblock >= s->superblock_count) {
1636 s->superblock_coding = av_malloc(s->superblock_count);
1644 s->superblock_fragments = av_malloc(s->superblock_count * 1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c156 int superblock_count; member in struct:Vp3DecodeContext
238 /* This table contains superblock_count * 16 entries. Each set of 16
453 memset(s->superblock_coding, SB_FULLY_CODED, s->superblock_count);
459 while (current_superblock < s->superblock_count && get_bits_left(gb) > 0) {
470 if (current_superblock + current_run > s->superblock_count) {
485 if (num_partial_superblocks < s->superblock_count) {
492 while (superblocks_decoded < s->superblock_count - num_partial_superblocks &&
505 if (current_superblock >= s->superblock_count) {
1670 s->superblock_coding = av_mallocz(s->superblock_count);
1681 s->superblock_fragments = av_mallocz_array(s->superblock_count, 1
[all...]

Completed in 121 milliseconds