Searched refs:vorbis_time_count (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisdec.c460 unsigned i, vorbis_time_count = get_bits(gb, 6) + 1; local
462 for (i = 0; i < vorbis_time_count; ++i) {
466 vorbis_time_count, vorbis_tdtransform);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c470 unsigned i, vorbis_time_count = get_bits(gb, 6) + 1; local
472 for (i = 0; i < vorbis_time_count; ++i) {
476 vorbis_time_count, vorbis_tdtransform);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D04-codec.tex126 \item \varname{[vorbis_time_count]} = read 6 bits as unsigned integer and add one
127 \item read \varname{[vorbis_time_count]} 16 bit values; each value should be zero. If any value is nonzero, this is an error condition and the stream is undecodable.

Completed in 38 milliseconds