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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dindex.c28 /// \brief Base structure for index_stream and index_group structures
45 /// \brief AVL tree to hold index_stream or index_group structures
72 /// Every Record group is part of index_stream.groups tree.
108 /// Every index_stream is a node in the tree of Sreams.
142 } index_stream; typedef in typeref:struct:__anon19422
215 /// to free the Record groups from each index_stream before freeing
216 /// the index_stream itself.
340 static index_stream *
345 index_stream *s = lzma_alloc(sizeof(index_stream), allocato
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dindex.c28 /// \brief Base structure for index_stream and index_group structures
45 /// \brief AVL tree to hold index_stream or index_group structures
72 /// Every Record group is part of index_stream.groups tree.
108 /// Every index_stream is a node in the tree of Sreams.
142 } index_stream; typedef in typeref:struct:__anon20416
215 /// to free the Record groups from each index_stream before freeing
216 /// the index_stream itself.
340 static index_stream *
345 index_stream *s = lzma_alloc(sizeof(index_stream), allocato
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtruemotion1.c51 const uint8_t *index_stream; member in struct:TrueMotion1Context
438 s->index_stream = s->mb_change_bits;
441 s->index_stream = s->mb_change_bits +
444 s->index_stream_size = s->size - (s->index_stream - s->buf);
518 index = s->index_stream[index_stream_index++] * 4; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtruemotion1.c54 const uint8_t *index_stream; member in struct:TrueMotion1Context
442 s->index_stream = s->mb_change_bits;
445 s->index_stream = s->mb_change_bits +
448 s->index_stream_size = s->size - (s->index_stream - s->buf);
526 index = s->index_stream[index_stream_index++] * 4; \

Completed in 175 milliseconds