Searched refs:mode_param (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsynthesis.c49 vb->W=ci->mode_param[mode]->blockflag;
74 type=ci->map_type[ci->mode_param[mode]->mapping];
76 return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]->
105 vb->W=ci->mode_param[mode]->blockflag;
152 return(ci->blocksizes[ci->mode_param[mode]->blockflag]);
H A Dinfo.c167 if(ci->mode_param[i])_ogg_free(ci->mode_param[i]);
329 ci->mode_param[i]=_ogg_calloc(1,sizeof(*ci->mode_param[i]));
330 ci->mode_param[i]->blockflag=oggpack_read(opb,1);
331 ci->mode_param[i]->windowtype=oggpack_read(opb,16);
332 ci->mode_param[i]->transformtype=oggpack_read(opb,16);
333 ci->mode_param[i]->mapping=oggpack_read(opb,8);
335 if(ci->mode_param[i]->windowtype>=VI_WINDOWB)goto err_out;
336 if(ci->mode_param[
[all...]
H A Dcodec_internal.h113 vorbis_info_mode *mode_param[64]; member in struct:codec_setup_info
H A Dvorbisenc.c593 ci->mode_param[i]=_ogg_calloc(1,sizeof(*mode));
595 memcpy(ci->mode_param[i],mode+i,sizeof(*_mode_template));

Completed in 79 milliseconds