Searched refs:res_setup (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 Dvorbisdec.c674 vorbis_residue *res_setup = &vc->residues[i]; local
678 res_setup->type = get_bits(gb, 16);
680 av_dlog(NULL, " %u. residue type %d\n", i, res_setup->type);
682 res_setup->begin = get_bits(gb, 24);
683 res_setup->end = get_bits(gb, 24);
684 res_setup->partition_size = get_bits(gb, 24) + 1;
686 if (res_setup->begin>res_setup->end ||
687 res_setup->end > (res_setup
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c691 vorbis_residue *res_setup = &vc->residues[i]; local
695 res_setup->type = get_bits(gb, 16);
697 av_dlog(NULL, " %u. residue type %d\n", i, res_setup->type);
699 res_setup->begin = get_bits(gb, 24);
700 res_setup->end = get_bits(gb, 24);
701 res_setup->partition_size = get_bits(gb, 24) + 1;
703 if (res_setup->begin>res_setup->end ||
704 (res_setup->end-res_setup
[all...]

Completed in 71 milliseconds