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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/common/
H A Dicst307.c71 unsigned int vd; local
76 vd = (f + fref_div / 2) / fref_div;
77 if (vd < p->vd_min || vd > p->vd_max)
80 f_pll = fref_div * vd;
86 vco.v = vd - 8;
135 unsigned int vd; local
140 vd = (f_in_div + f / 2) / f;
141 if (vd < p->vd_min || vd >
[all...]
H A Dicst525.c69 unsigned int vd; local
74 vd = (f + fref_div / 2) / fref_div;
75 if (vd < p->vd_min || vd > p->vd_max)
78 f_pll = fref_div * vd;
84 vco.v = vd - 8;
134 unsigned int vd; local
139 vd = (f_in_div + f / 2) / f;
140 if (vd < p->vd_min || vd >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/other/
H A Dtea575x-tuner.c188 memset(&tea->vd, 0, sizeof(tea->vd));
189 tea->vd.owner = tea->card->module;
190 strcpy(tea->vd.name, tea->tea5759 ? "TEA5759 radio" : "TEA5757 radio");
191 tea->vd.type = VID_TYPE_TUNER;
192 tea->vd.hardware = VID_HARDWARE_RTRACK;
193 tea->vd.release = snd_tea575x_release;
194 video_set_drvdata(&tea->vd, tea);
195 tea->vd.fops = &tea->fops;
200 if (video_register_device(&tea->vd, VFL_TYPE_RADI
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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;
H A Dpsytune.c382 vorbis_dsp_state vd; local
383 memset(&vd,0,sizeof(vd));
384 vd.vi=&vi;
385 vb.vd=&vd;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dtea575x-tuner.h37 struct video_device vd; /* video device */ member in struct:snd_tea575x
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibvorbis.c41 vorbis_dsp_state vd ; member in struct:OggVorbisContext
96 vorbis_analysis_init(&context->vd, &context->vi) ;
97 vorbis_block_init(&context->vd, &context->vb) ;
102 vorbis_analysis_headerout(&context->vd, &context->vc, &header,
122 vorbis_dsp_clear(&context->vd);
148 buffer = vorbis_analysis_buffer(&context->vd, samples) ;
158 vorbis_analysis_wrote(&context->vd, samples) ;
161 vorbis_analysis_wrote(&context->vd, 0) ;
165 while(vorbis_analysis_blockout(&context->vd, &context->vb) == 1) {
169 while(vorbis_bitrate_flushpacket(&context->vd,
[all...]
H A Dcook.c559 int vlc, vd ,tmp, result; local
561 vd = vd_tab[category];
569 for(j=vd-1 ; j>=0 ; j--){
571 subband_coef_index[vd*i+j] = vlc - tmp * (kmax_tab[category]+1);
574 for(j=0 ; j<vd ; j++){
575 if (subband_coef_index[i*vd + j]) {
577 subband_coef_sign[i*vd+j] = get_bits1(&q->gb);
580 subband_coef_sign[i*vd+j]=0;
583 subband_coef_sign[i*vd+j]=0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dcontrol.c125 if (control->vd[idx].owner == ctl)
126 control->vd[idx].owner = NULL;
200 kctl->vd[idx].access = access;
436 if (kctl->vd[idx].owner != NULL && kctl->vd[idx].owner != file) {
637 struct snd_kcontrol_volatile *vd; local
654 vd = &kctl->vd[index_offset];
656 info->access = vd->access;
657 if (vd
692 struct snd_kcontrol_volatile *vd; local
750 struct snd_kcontrol_volatile *vd; local
819 struct snd_kcontrol_volatile *vd; local
848 struct snd_kcontrol_volatile *vd; local
1112 struct snd_kcontrol_volatile *vd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dsaa5249.c142 struct video_device *vd; local
165 vd = kmalloc(sizeof(struct video_device), GFP_KERNEL);
166 if(vd==NULL)
172 i2c_set_clientdata(client, vd);
173 memcpy(vd, &saa_template, sizeof(*vd));
185 vd->priv=t;
192 if((err=video_register_device(vd, VFL_TYPE_VTX,-1))<0)
195 kfree(vd);
217 struct video_device *vd local
316 struct video_device *vd = video_devdata(file); local
611 struct video_device *vd = video_devdata(file); local
624 struct video_device *vd = video_devdata(file); local
670 struct video_device *vd = video_devdata(file); local
[all...]
H A Dsaa5246a.c78 struct video_device *vd; local
101 vd = video_device_alloc();
102 if(vd==NULL)
108 i2c_set_clientdata(client, vd);
109 memcpy(vd, &saa_template, sizeof(*vd));
116 vd->priv=t;
123 if((err=video_register_device(vd, VFL_TYPE_VTX,-1))<0)
127 video_device_release(vd);
147 struct video_device *vd local
578 struct video_device *vd = video_devdata(file); local
719 struct video_device *vd = video_devdata(file); local
732 struct video_device *vd = video_devdata(file); local
785 struct video_device *vd = video_devdata(file); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_typemaps.i448 struct __dbj_verify_data *vd;
453 vd = (struct __dbj_verify_data *)handle;
454 jenv = vd->jenv;
456 if (len > vd->nbytes) {
457 vd->nbytes = len;
458 if (vd->bytes != NULL)
459 (*jenv)->DeleteLocalRef(jenv, vd->bytes);
460 if ((vd->bytes = (*jenv)->NewByteArray(jenv, (jsize)len))
465 if (vd->bytes != NULL) {
466 (*jenv)->SetByteArrayRegion(jenv, vd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/include/vorbis/
H A Dcodec.h102 vorbis_dsp_state *vd; /* For read-only access of configuration */ member in struct:vorbis_block
199 extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_misc.c189 unsigned int vd, vs, ve, vt, lc; local
264 vd = m->VDisplay - 1;
268 lc = vd;
292 ((vd & 0x400) >> 8) | /* disp end */
293 ((vd & 0xC00) >> 7) | /* vblanking start */
307 ((vd & 0x100) >> 7) |
309 ((vd & 0x100) >> 5) |
312 ((vd & 0x200) >> 3) |
315 hw->CRTC[9] = ((vd & 0x200) >> 4) |
323 hw->CRTC[18] = vd /*
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dmultilink.c417 TDB_DATA kd, vd; local
423 vd = tdb_fetch(pppdb, kd);
424 if (vd.dptr != NULL) {
425 ret = vd.dsize == key.dsize
426 && memcmp(vd.dptr, key.dptr, vd.dsize) == 0;
427 free(vd.dptr);

Completed in 213 milliseconds

123