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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvorbisdec.c146 vorbis_floor *floors; member in struct:vorbis_context_s
213 if (vc->floors)
215 if (vc->floors[i].floor_type == 0) {
216 av_free(vc->floors[i].data.t0.map[0]);
217 av_free(vc->floors[i].data.t0.map[1]);
218 av_free(vc->floors[i].data.t0.book_list);
219 av_free(vc->floors[i].data.t0.lsp);
221 av_free(vc->floors[i].data.t1.list);
224 av_freep(&vc->floors);
486 // Process floors par
836 vorbis_floor *floors = vc->floors; local
[all...]
H A Dvorbisenc.c117 vorbis_enc_floor *floors; member in struct:__anon3257
291 venc->floors = av_malloc(sizeof(vorbis_enc_floor) * venc->nfloors);
292 if (!venc->floors)
296 fc = &venc->floors[0];
641 // floors
644 put_floor_header(&pb, &venc->floors[i]);
1055 vorbis_enc_floor *fc = &venc->floors[mapping->floor[mapping->mux[i]]];
1119 if (venc->floors)
1122 if (venc->floors[i].classes)
1123 for (j = 0; j < venc->floors[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvorbisenc.c115 vorbis_enc_floor *floors; member in struct:__anon2020
286 venc->floors = av_malloc(sizeof(vorbis_enc_floor) * venc->nfloors);
287 if (!venc->floors)
291 fc = &venc->floors[0];
636 // floors
639 put_floor_header(&pb, &venc->floors[i]);
1033 vorbis_enc_floor *fc = &venc->floors[mapping->floor[mapping->mux[i]]];
1081 if (venc->floors)
1084 if (venc->floors[i].classes)
1085 for (j = 0; j < venc->floors[
[all...]
H A Dvorbisdec.c142 vorbis_floor *floors; member in struct:vorbis_context_s
211 if (vc->floors[i].floor_type == 0) {
212 av_free(vc->floors[i].data.t0.map[0]);
213 av_free(vc->floors[i].data.t0.map[1]);
214 av_free(vc->floors[i].data.t0.book_list);
215 av_free(vc->floors[i].data.t0.lsp);
217 av_free(vc->floors[i].data.t1.list);
220 av_freep(&vc->floors);
476 // Process floors part
490 vc->floors
812 vorbis_floor *floors = vc->floors; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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 214 milliseconds