Searched refs:classifications (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c77 int classifications; member in struct:__anon2017
199 rc->maxes = av_mallocz(sizeof(float[2]) * rc->classifications);
202 for (i = 0; i < rc->classifications; i++) {
227 for (i = 0; i < rc->classifications; i++) {
353 rc->classifications = 10;
355 rc->books = av_malloc(sizeof(*rc->books) * rc->classifications);
556 put_bits(pb, 6, rc->classifications - 1);
559 for (i = 0; i < rc->classifications; i++) {
571 for (i = 0; i < rc->classifications; i++) {
881 for (i = 0; i < rc->classifications
[all...]
H A Dvorbisdec.c97 uint8_t classifications; member in struct:__anon2011
696 res_setup->classifications = get_bits(gb, 6) + 1;
709 res_setup->classifications, res_setup->classbook);
711 for (j = 0; j < res_setup->classifications; ++j) {
722 for (j = 0; j < res_setup->classifications; ++j) {
1328 unsigned inverse_class = ff_inverse[vr->classifications];
1336 assert(vr->classifications > 1 && temp <= 65536); //needed for inverse[]
1342 classifs[j_times_ptns_to_read + partition_count + c_p_c - 1 - i] = temp - temp2 * vr->classifications;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisenc.c79 int classifications; member in struct:__anon3254
204 rc->maxes = av_mallocz(sizeof(float[2]) * rc->classifications);
207 for (i = 0; i < rc->classifications; i++) {
232 for (i = 0; i < rc->classifications; i++) {
358 rc->classifications = 10;
360 rc->books = av_malloc(sizeof(*rc->books) * rc->classifications);
561 put_bits(pb, 6, rc->classifications - 1);
564 for (i = 0; i < rc->classifications; i++) {
576 for (i = 0; i < rc->classifications; i++) {
893 for (i = 0; i < rc->classifications
[all...]
H A Dvorbisdec.c101 uint8_t classifications; member in struct:__anon3248
712 res_setup->classifications = get_bits(gb, 6) + 1;
725 res_setup->classifications, res_setup->classbook);
727 for (j = 0; j < res_setup->classifications; ++j) {
738 for (j = 0; j < res_setup->classifications; ++j) {
1321 unsigned inverse_class = ff_inverse[vr->classifications];
1333 av_assert0(vr->classifications > 1); //needed for inverse[]
1340 vr->classifs[p + i] = temp - temp2 * vr->classifications;
1345 temp2 = temp / vr->classifications;
1348 vr->classifs[p + i] = temp - temp2 * vr->classifications;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex26 classifies each chunk, encodes the chunk classifications and finally
207 codebook classifications and the maximum possible number of encoding
305 11) array [classifications] element [j],([i]+[partition_count]) =
324 16) [vqclass] = array [classifications] element [j],[partition_count]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dmapping0.c716 long **classifications; local
728 classifications=_residue_P[ci->residue_type[resnum]]->
741 couple_bundle,NULL,zerobundle,ch_in_bundle,classifications);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dre_syntax.tex203 {\it wxWidgets}: In a non-Unicode build, these character classifications depend on the
206 Unicode classifications, and are not affected by the current locale.

Completed in 521 milliseconds