Searched refs:vd (Results 1 - 25 of 78) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dicst.c74 unsigned int vd; local
79 vd = (f + fref_div / 2) / fref_div;
80 if (vd < p->vd_min || vd > p->vd_max)
83 f_pll = fref_div * vd;
89 vco.v = vd - 8;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/sunos4/
H A Dppp_vdcmd.c10 static struct vdldrv vd = { variable in typeref:struct:vdldrv
45 vd.Drv_charmajor = maj;
48 vd.Drv_cdevsw = &ppp_cdevsw;
49 vdp->vdd_vdtab = (struct vdlinkage *) &vd;
56 if (vd.Drv_charmajor > 0)
57 cdevsw[vd.Drv_charmajor] = old_entry;
H A Dif_ppp_vdcmd.c8 static struct vdldrv vd = { variable in typeref:struct:vdldrv
26 vdp->vdd_vdtab = (struct vdlinkage *) &vd;
34 strncpy(fmodsw[n].f_name, vd.Drv_name, FMNAMESZ+1);
H A Dppp_ahdlc_vdcmd.c9 static struct vdldrv vd = { variable in typeref:struct:vdldrv
27 vdp->vdd_vdtab = (struct vdlinkage *) &vd;
35 strncpy(fmodsw[n].f_name, vd.Drv_name, FMNAMESZ+1);
H A Dppp_comp_vdcmd.c9 static struct vdldrv vd = { variable in typeref:struct:vdldrv
27 vdp->vdd_vdtab = (struct vdlinkage *) &vd;
35 strncpy(fmodsw[n].f_name, vd.Drv_name, FMNAMESZ+1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dencoder_example.c52 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ local
141 vorbis_analysis_init(&vd,&vi);
142 vorbis_block_init(&vd,&vb);
162 vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code);
189 vorbis_analysis_wrote(&vd,0);
195 float **buffer=vorbis_analysis_buffer(&vd,READ);
206 vorbis_analysis_wrote(&vd,i);
212 while(vorbis_analysis_blockout(&vd,&vb)==1){
218 while(vorbis_bitrate_flushpacket(&vd,&op)){
243 vorbis_dsp_clear(&vd);
[all...]
H A Ddecoder_example.c53 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */ local
201 if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */
202 vorbis_block_init(&vd,&vb); /* local state for most of the decode
206 for vd here */
231 vorbis_synthesis_blockin(&vd,&vb);
239 while((samples=vorbis_synthesis_pcmout(&vd,&pcm))>0){
270 fprintf(stderr,"Clipping in frame %ld\n",(long)(vd.sequence));
275 vorbis_synthesis_read(&vd,bout); /* tell libvorbis how
296 vorbis_dsp_clear(&vd);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dudf.c66 struct volume_descriptor *vd; local
130 vd = (struct volume_descriptor *) volume_id_get_buffer(id, off + (256 * bs), 0x200);
131 if (vd == NULL)
134 type = le16_to_cpu(vd->tag.id);
139 count = le32_to_cpu(vd->type.anchor.length) / bs;
140 loc = le32_to_cpu(vd->type.anchor.location);
145 vd = (struct volume_descriptor *) volume_id_get_buffer(id, off + ((loc + b) * bs), 0x200);
146 if (vd == NULL)
149 type = le16_to_cpu(vd->tag.id);
155 if (le32_to_cpu(vd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/test/
H A Dwrite_read.c40 vorbis_dsp_state vd; local
62 vorbis_analysis_init (&vd,&vi);
63 vorbis_block_init (&vd,&vb);
72 vorbis_analysis_headerout (&vd,&vc,&header,&header_comm,&header_code);
90 float **buffer = vorbis_analysis_buffer (&vd,count);
95 vorbis_analysis_wrote (&vd,count);
96 vorbis_analysis_wrote (&vd,0);
99 while (vorbis_analysis_blockout (&vd,&vb) == 1) {
103 while (vorbis_bitrate_flushpacket (&vd,&op)) {
121 vorbis_dsp_clear (&vd);
140 vorbis_dsp_state vd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_volumedetect.c55 VolDetectContext *vd = ctx->priv; local
70 vd->histogram[pcm[i] + 0x8000]++;
88 VolDetectContext *vd = ctx->priv; local
94 nb_samples += vd->histogram[i];
105 nb_samples_shift += vd->histogram[i] >> shift;
106 power += (i - 0x8000) * (i - 0x8000) * (vd->histogram[i] >> shift);
115 while (max_volume > 0 && !vd->histogram[0x8000 + max_volume] &&
116 !vd->histogram[0x8000 - max_volume])
121 histdb[(int)logdb((i - 0x8000) * (i - 0x8000))] += vd->histogram[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/iniparser/src/
H A Ddictionary.h99 void dictionary_del(dictionary * vd);
186 void dictionary_set(dictionary * vd, char * key, char * val);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsynthesis.c27 vorbis_dsp_state *vd=vb->vd; local
28 private_state *b=vd->backend_state;
29 vorbis_info *vi=vd->vi;
83 vorbis_dsp_state *vd=vb->vd; local
84 private_state *b=vd->backend_state;
85 vorbis_info *vi=vd->vi;
H A Dbitrate.c65 vorbis_dsp_state *vd=vb->vd; local
66 private_state *b=vd->backend_state;
76 vorbis_dsp_state *vd=vb->vd; local
77 private_state *b=vd->backend_state;
79 vorbis_info *vi=vd->vi;
230 int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){ argument
231 private_state *b=vd->backend_state;
H A Dbitrate.h57 extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
H A Dvorbisfile.c599 if(vorbis_synthesis_init(&vf->vd,vf->vi+vf->current_link))
602 if(vorbis_synthesis_init(&vf->vd,vf->vi))
605 vorbis_block_init(&vf->vd,&vf->vb);
655 vorbis_dsp_clear(&vf->vd);
710 int oldsamples=vorbis_synthesis_pcmout(&vf->vd,NULL);
715 vorbis_synthesis_blockin(&vf->vd,&vf->vb);
716 vf->samptrack+=vorbis_synthesis_pcmout(&vf->vd,NULL)-oldsamples;
745 samples=vorbis_synthesis_pcmout(&vf->vd,NULL);
952 vorbis_dsp_clear(&vf->vd);
1235 vorbis_synthesis_restart(&vf->vd);
2084 vorbis_dsp_state *vd=&vf->vd; local
2101 _ov_getlap(OggVorbis_File *vf,vorbis_info *vi,vorbis_dsp_state *vd, float **lappcm,int lapsize) argument
[all...]
H A Dfloor0.c114 vorbis_dsp_state *vd=vb->vd; local
115 vorbis_info *vi=vd->vi;
144 static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd, argument
169 codec_setup_info *ci=vb->vd->vi->codec_setup;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dvecemu.c262 unsigned int va, vb, vc, vd; local
269 vd = (instr >> 21) & 0x1f;
279 vaddfp(&vrs[vd], &vrs[va], &vrs[vb]);
282 vsubfp(&vrs[vd], &vrs[va], &vrs[vb]);
285 vrefp(&vrs[vd], &vrs[vb]);
288 vrsqrtefp(&vrs[vd], &vrs[vb]);
292 vrs[vd].u[i] = eexp2(vrs[vb].u[i]);
296 vrs[vd].u[i] = elog2(vrs[vb].u[i]);
300 vrs[vd].u[i] = rfin(vrs[vb].u[i]);
304 vrs[vd]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvorbis.c46 vorbis_dsp_state vd; member in struct:OggVorbisContext
137 vorbis_analysis_init(&context->vd, &context->vi);
138 vorbis_block_init(&context->vd, &context->vb);
143 vorbis_analysis_headerout(&context->vd, &context->vc, &header,
165 vorbis_dsp_clear(&context->vd);
192 buffer = vorbis_analysis_buffer(&context->vd, samples);
199 vorbis_analysis_wrote(&context->vd, samples);
202 vorbis_analysis_wrote(&context->vd, 0);
206 while (vorbis_analysis_blockout(&context->vd, &context->vb) == 1) {
210 while (vorbis_bitrate_flushpacket(&context->vd,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dtea575x-tuner.h39 struct video_device *vd; /* video device */ member in struct:snd_tea575x
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dcontrol.c129 if (control->vd[idx].owner == ctl)
130 control->vd[idx].owner = NULL;
210 kctl->vd[idx].access = access;
450 if (!(kctl->vd[0].access & SNDRV_CTL_ELEM_ACCESS_USER)) {
455 if (kctl->vd[idx].owner != NULL && kctl->vd[idx].owner != file) {
662 struct snd_kcontrol_volatile *vd; local
679 vd = &kctl->vd[index_offset];
681 info->access = vd
718 struct snd_kcontrol_volatile *vd; local
766 struct snd_kcontrol_volatile *vd; local
826 struct snd_kcontrol_volatile *vd; local
854 struct snd_kcontrol_volatile *vd; local
1106 struct snd_kcontrol_volatile *vd; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfpdouble.c54 static void vfp_double_normalise_denormal(struct vfp_double *vd) argument
56 int bits = 31 - fls(vd->significand >> 32);
58 bits = 63 - fls(vd->significand);
60 vfp_double_dump("normalise_denormal: in", vd);
63 vd->exponent -= bits - 1;
64 vd->significand <<= bits;
67 vfp_double_dump("normalise_denormal: out", vd);
70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char *func) argument
76 vfp_double_dump("pack: in", vd);
81 if (vd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvorbisenc.c45 vorbis_dsp_state vd; /**< DSP state used for analysis */ member in struct:LibvorbisEncContext
49 int dsp_initialized; /**< vd has been initialized */
180 vorbis_analysis_wrote(&s->vd, 0);
183 vorbis_dsp_clear(&s->vd);
206 if ((ret = vorbis_analysis_init(&s->vd, &s->vi))) {
212 if ((ret = vorbis_block_init(&s->vd, &s->vb))) {
222 if ((ret = vorbis_analysis_headerout(&s->vd, &s->vc, &header, &header_comm,
284 buffer = vorbis_analysis_buffer(&s->vd, samples);
291 if ((ret = vorbis_analysis_wrote(&s->vd, samples)) < 0) {
299 if ((ret = vorbis_analysis_wrote(&s->vd,
[all...]
H A Dlibvorbisdec.c29 vorbis_dsp_state vd; /**< DSP state used for analysis */ member in struct:OggVorbisDecContext
104 vorbis_synthesis_init(&context->vd, &context->vi);
105 vorbis_block_init(&context->vd, &context->vb);
161 vorbis_synthesis_blockin(&context->vd, &context->vb) ;
166 while((samples = vorbis_synthesis_pcmout(&context->vd, &pcm)) > 0) {
170 vorbis_synthesis_read(&context->vd, samples) ;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dmultilink.c224 TDB_DATA kd, vd; local
230 vd = tdb_fetch(pppdb, kd);
231 if (vd.dptr != NULL) {
232 ret = vd.dsize == key.dsize
233 && memcmp(vd.dptr, key.dptr, vd.dsize) == 0;
234 free(vd.dptr);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/other/
H A Dtea575x-tuner.c341 tea->vd = tea575x_radio_inst;
346 if (tea->vd) {
347 video_unregister_device(tea->vd);
348 tea->vd = NULL;

Completed in 278 milliseconds

1234