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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/clib/
H A Dstrtol.c59 unsigned long cutoff; local
92 * Compute the cutoff value between legal numbers and illegal
100 * cutoff will be set to 214748364 and cutlim to either
108 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX
110 cutlim = cutoff % base;
111 cutoff /= base;
123 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
H A Dstrtoul.c59 unsigned long cutoff; local
89 cutoff = ULONG_MAX / base;
102 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c244 register unsigned LONG int cutoff; local
347 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base;
365 if (i > cutoff || (i == cutoff && c > cutlim))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c244 register unsigned LONG int cutoff; local
347 cutoff = STRTOL_ULONG_MAX / (unsigned LONG int) base;
365 if (i > cutoff || (i == cutoff && c > cutlim))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dreplace.c362 unsigned long cutoff; local
384 cutoff = (unsigned long)ULONG_MAX / (unsigned long)base;
395 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dsfnt_info.h102 unsigned short pefe; /* modulation pitch & cutoff (0x0000) */
103 unsigned short fmmod; /* LFO1 pitch & cutoff (0x0000) */
106 unsigned char cutoff; /* initial cutoff (0xff) */ member in struct:soundfont_voice_parm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dlibfaac.c82 faac_cfg->bandWidth = avctx->cutoff;
H A Dlibvorbis.c75 /* cutoff frequency */
76 if(avccontext->cutoff > 0) {
77 cfreq = avccontext->cutoff / 1000.0;
H A Dresample.c150 int linear, double cutoff)
214 filter_length, log2_phase_count, linear, cutoff);
145 av_audio_resample_init(int output_channels, int input_channels, int output_rate, int input_rate, enum SampleFormat sample_fmt_out, enum SampleFormat sample_fmt_in, int filter_length, int log2_phase_count, int linear, double cutoff) argument
H A Dresample2.c178 AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_size, int phase_shift, int linear, double cutoff){ argument
180 double factor= FFMIN(out_rate * cutoff / in_rate, 1.0);
H A Dac3enc.c672 if(avctx->cutoff) {
673 /* calculate bandwidth based on user-specified cutoff frequency */
674 int cutoff = av_clip(avctx->cutoff, 1, s->sample_rate >> 1); local
675 int fbw_coeffs = cutoff * 512 / s->sample_rate;
H A Davcodec.h2172 * Audio cutoff bandwidth (0 means "automatic")
2176 int cutoff; member in struct:AVCodecContext
2578 * @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
2582 * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate
2590 int linear, double cutoff);
2599 * @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
2603 * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate
2605 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
[all...]
H A Dqdm2.c113 short cutoff; member in struct:__anon557
1505 if (tone->duration >= 3 || tone->cutoff >= 3) {
1518 tone->complex[fft_cutoff_index_table[tone->cutoff][i]].re += c.re * f[i];
1519 tone->complex[fft_cutoff_index_table[tone->cutoff][i]].im += c.im *((tone->cutoff <= i) ? -f[i] : f[i]);
1587 tone.cutoff = offset;
1589 tone.cutoff = (offset >= 60) ? 3 : 2;
H A Doptions.c111 {"cutoff", "set cutoff bandwidth", OFFSET(cutoff), FF_OPT_TYPE_INT, DEFAULT, INT_MIN, INT_MAX, A|E},
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/x509v3/
H A Dv3_ocsp.c177 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) argument
180 if(!ASN1_GENERALIZEDTIME_print(bp, cutoff)) return 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_ocsp.c177 static int i2r_ocsp_acutoff(X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) argument
180 if(!ASN1_GENERALIZEDTIME_print(bp, cutoff)) return 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_callback.c264 /* cutoff and volume */
274 /* lfo1 pitch & cutoff shift */
386 unsigned char cutoff; local
390 cutoff = (vp->reg.parm.fmmod & 0xff);
394 fmmod = ((unsigned char)pitch<<8) | cutoff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_callback.c371 /* cutoff and volume */
382 /* lfo1 pitch & cutoff shift */
464 /* set lfo1 modulation height and cutoff */
470 unsigned char cutoff; local
474 cutoff = (vp->reg.parm.fmmod & 0xff);
478 fmmod = ((unsigned char)pitch<<8) | cutoff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_effect.c77 {PARM_BYTE_LO, 0, 0xff, parm_offset(fmmod), SNDRV_EMUX_UPDATE_FMMOD}, /* lfo1 cutoff */
86 {PARM_BYTE, 0, 0xff, parm_offset(cutoff), SNDRV_EMUX_UPDATE_VOLUME}, /* cutoff */
H A Demux_synth.c570 vp->ftarget = parm->cutoff + LO_BYTE(parm->pefe);
574 vp->ftarget = parm->cutoff;
783 vp->acutoff = (atten * vp->reg.parm.cutoff + 0xa0) >> 7;
785 vp->acutoff = vp->reg.parm.cutoff;
H A Dsoundfont.c651 pp->cutoff = 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2172 * Audio cutoff bandwidth (0 means "automatic")
2176 int cutoff; member in struct:AVCodecContext
2578 * @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
2582 * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate
2590 int linear, double cutoff);
2599 * @param filter_length length of each FIR filter in the filterbank relative to the cutoff freq
2603 * @param cutoff cutoff frequency, 1.0 corresponds to half the output sampling rate
2605 struct AVResampleContext *av_resample_init(int out_rate, int in_rate, int filter_length, int log2_phase_count, int linear, double cutoff);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dgstrfuncs.c635 guint64 cutoff;
684 cutoff = G_MAXUINT64 / base;
701 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dgstrfuncs.c635 guint64 cutoff;
684 cutoff = G_MAXUINT64 / base;
701 if (ui64 > cutoff || (ui64 == cutoff && c > cutlim))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4state.c1865 time_t cutoff = get_seconds() - NFSD_LEASE_TIME; local
1876 if (time_after((unsigned long)clp->cl_time, (unsigned long)cutoff)) {
1877 t = clp->cl_time - cutoff;
1891 if (time_after((unsigned long)dp->dl_time, (unsigned long)cutoff)) {
1892 u = dp->dl_time - cutoff;
1910 if (time_after((unsigned long)sop->so_time, (unsigned long)cutoff)) {
1911 u = sop->so_time - cutoff;

Completed in 274 milliseconds