Searched refs:cdf (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus.h196 static av_always_inline unsigned int opus_rc_getsymbol(OpusRangeCoder *rc, const uint16_t *cdf) argument
200 total = *cdf++;
206 for (k = 0; cdf[k] <= symbol; k++);
207 high = cdf[k];
208 low = k ? cdf[k-1] : 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-sh7760.c396 signed char cdf, cdfm; local
409 for (cdf = 3; cdf >= 0; cdf--) {
410 iclk = mck / (1 + cdf);
419 cdfm = cdf;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datm.h151 unsigned int cdf_pres :1; /* cdf present bit*/
155 unsigned int cdf :3; /* Cutoff Decrease Factor (3-bit) */ member in struct:atm_trafprm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp384 ColourDesired cdf(fill.AsLong());
385 int red = cdf.GetRed();
386 int green = cdf.GetGreen();
387 int blue = cdf.GetBlue();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Diphase.c345 srv_p->cdf = 0x3;
380 f_abr_vc->f_cdf = ((7 - srv_p->cdf) << 12 | adtf) & 0xfff;
1718 srv_p.cdf = vcc->qos.txtp.cdf;
H A Diphase.h827 u8 cdf; /* Cutoff Decrease Factor (3-bit) */ member in struct:srv_cls_param

Completed in 315 milliseconds