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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodec_internal.h109 int residues; member in struct:codec_setup_info
H A Dinfo.c181 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
306 ci->residues=oggpack_read(opb,6)+1;
307 if(ci->residues<=0)goto err_out;
308 for(i=0;i<ci->residues;i++){
518 /* residues */
519 oggpack_write(opb,ci->residues-1,6);
520 for(i=0;i<ci->residues;i++){
H A Dblock.c270 b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue));
276 for(i=0;i<ci->residues;i++)
338 for(i=0;i<ci->residues;i++)
H A Dvorbisenc.c479 if(ci->residues<=number)ci->residues=number+1;
H A Dmapping0.c147 if(info->residuesubmap[i]>=ci->residues || info->residuesubmap[i]<0)goto err_out;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis_enc.c117 vorbis_enc_residue * residues; member in struct:__anon595
295 venc->residues = av_malloc(sizeof(vorbis_enc_residue) * venc->nresidues);
298 rc = &venc->residues[0];
559 // residues
562 put_residue_header(&pb, &venc->residues[i]);
970 residue_encode(venc, &venc->residues[mapping->residue[mapping->mux[0]]], &pb, venc->coeffs, samples, venc->channels);
1006 if (venc->residues)
1008 av_freep(&venc->residues[i].books);
1009 av_freep(&venc->residues[i].maxes);
1011 av_freep(&venc->residues);
[all...]
H A Dvorbis_dec.c147 vorbis_residue *residues; member in struct:vorbis_context_s
183 av_freep(&vc->residues);
623 // Process residues part
630 vc->residues=av_mallocz(vc->residue_count * sizeof(vorbis_residue));
632 AV_DEBUG(" There are %d residues. \n", vc->residue_count);
635 vorbis_residue *res_setup=&vc->residues[i];
872 av_log(vc->avccontext, AV_LOG_ERROR, " Vorbis setup header packet corrupt (residues). \n");
1559 residue=&vc->residues[mapping->submap_residue[i]];

Completed in 61 milliseconds