Searched refs:all_fragments (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.c161 Vp3Fragment *all_fragments; member in struct:Vp3DecodeContext
177 /* this is a list of indexes into the all_fragments array indicating
411 s->all_fragments[current_fragment].macroblock = current_macroblock;
415 s->all_fragments[current_fragment + 1].macroblock = current_macroblock;
421 s->all_fragments[current_fragment + s->fragment_width].macroblock =
429 s->all_fragments[current_fragment + s->fragment_width + 1].macroblock =
439 s->all_fragments[c_fragment].macroblock = s->macroblock_count;
444 s->all_fragments[c_fragment].macroblock = s->macroblock_count;
471 s->all_fragments[i].motion_x = 127;
472 s->all_fragments[
[all...]

Completed in 80 milliseconds