Searched refs:floors (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dcodec_internal.h108 int floors; member in struct:codec_setup_info
H A Dinfo.c175 for(i=0;i<ci->floors;i++) /* unpack does the range checking */
296 ci->floors=oggpack_read(opb,6)+1;
297 if(ci->floors<=0)goto err_out;
298 for(i=0;i<ci->floors;i++){
508 /* floors */
509 oggpack_write(opb,ci->floors-1,6);
510 for(i=0;i<ci->floors;i++){
H A Dblock.c269 b->flr=_ogg_calloc(ci->floors,sizeof(*b->flr));
272 for(i=0;i<ci->floors;i++)
331 for(i=0;i<ci->floors;i++)
H A Dvorbisenc.c232 ci->floor_type[ci->floors]=1;
233 ci->floor_param[ci->floors]=f;
234 ci->floors++;
H A Dmapping0.c145 if(info->floorsubmap[i]>=ci->floors || info->floorsubmap[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.c114 vorbis_enc_floor * floors; member in struct:__anon595
249 venc->floors = av_malloc(sizeof(vorbis_enc_floor) * venc->nfloors);
252 fc = &venc->floors[0];
554 // floors
557 put_floor_header(&pb, &venc->floors[i]);
948 vorbis_enc_floor * fc = &venc->floors[mapping->floor[mapping->mux[i]]];
994 if (venc->floors)
997 if (venc->floors[i].classes)
998 for (j = 0; j < venc->floors[i].nclasses; j++)
999 av_freep(&venc->floors[
[all...]
H A Dvorbis_dec.c145 vorbis_floor *floors; member in struct:vorbis_context_s
196 if(vc->floors[i].floor_type==0) {
197 av_free(vc->floors[i].data.t0.map[0]);
198 av_free(vc->floors[i].data.t0.map[1]);
199 av_free(vc->floors[i].data.t0.book_list);
200 av_free(vc->floors[i].data.t0.lsp);
203 av_free(vc->floors[i].data.t1.list);
206 av_freep(&vc->floors);
444 // Process floors part
457 vc->floors
785 vorbis_floor * floors=vc->floors; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D01-introduction.tex212 The two floors are semantically interchangeable in
392 use. All floors are decoded before residue decode begins.
405 in submap order from submap 0 through n-1. This differs from floors
H A D04-codec.tex437 Unlike floors, which are decoded in channel order, the residue vectors

Completed in 97 milliseconds