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

12

/external/iproute2/tc/
H A Dq_prio.c28 fprintf(stderr, "Usage: ... prio bands NUMBER priomap P1 P2...[multiqueue]\n");
40 if (strcmp(*argv, "bands") == 0) {
44 if (get_integer(&opt.bands, *argv, 10)) {
45 fprintf(stderr, "Illegal \"bands\"\n");
70 if (band > opt.bands) {
71 fprintf(stderr, "\"priomap\" element is out of bands\n");
109 fprintf(f, "bands %u priomap ", qopt->bands);
H A Dq_rr.c28 fprintf(stderr, "Usage: ... rr bands NUMBER priomap P1 P2... [multiqueue]\n");
41 if (strcmp(*argv, "bands") == 0) {
45 if (get_integer(&opt.bands, *argv, 10)) {
46 fprintf(stderr, "Illegal \"bands\"\n");
71 if (band > opt.bands) {
72 fprintf(stderr, "\"priomap\" element is out of bands\n");
104 fprintf(f, "bands %u priomap ", qopt->bands);
H A Dq_multiq.c75 fprintf(f, "bands %u/%u ", qopt->bands, qopt->max_bands);
/external/chromium_org/third_party/opus/src/
H A Dcelt_sources.mk1 CELT_SOURCES = celt/bands.c \
H A Dcelt_headers.mk3 celt/bands.h \
/external/libopus/
H A Dcelt_sources.mk1 CELT_SOURCES = celt/bands.c \
H A Dcelt_headers.mk3 celt/bands.h \
/external/libnl/src/
H A Ddisabled-nl-qdisc-add.c78 int i, err, bands; local
82 if (argc < 2 || strcasecmp(argv[0], "bands"))
85 bands = strtoul(argv[1], NULL, 0);
86 err = rtnl_qdisc_prio_set_bands(qdisc, bands);
121 fprintf(stderr, "Usage: ... prio bands <nbands> map MAP\n"
/external/libnl/lib/route/sch/
H A Dprio.c19 * // Specify the maximal number of bands to be used for this PRIO qdisc.
68 prio->qp_bands = opt->bands;
85 nl_dump(p, " bands %u", prio->qp_bands);
135 opts.bands = prio->qp_bands;
158 * Set number of bands of PRIO qdisc.
160 * @arg bands New number of bands.
163 int rtnl_qdisc_prio_set_bands(struct rtnl_qdisc *qdisc, int bands) argument
171 prio->qp_bands = bands;
178 * Get number of bands o
[all...]
/external/skia/gm/rebaseline_server/
H A Dimagediffdb.py125 bands = diff_image.split()
127 bands[0], bands[1]), bands[2])
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_dev_attr.h32 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands);
H A Dwps_dev_attr.c393 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) argument
395 if (bands == NULL) {
400 dev->rf_bands = *bands;
/external/wpa_supplicant_8/src/wps/
H A Dwps_dev_attr.h32 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands);
H A Dwps_dev_attr.c393 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) argument
395 if (bands == NULL) {
400 dev->rf_bands = *bands;
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_dev_attr.h32 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands);
H A Dwps_dev_attr.c393 int wps_process_rf_bands(struct wps_device_data *dev, const u8 *bands) argument
395 if (bands == NULL) {
400 dev->rf_bands = *bands;
/external/libvorbis/lib/
H A Denvelope.c93 envelope_band *bands,
168 for(i=0;i<bands[j].end;i++)
169 acc+=vec[i+bands[j].begin]*bands[j].window[i];
171 acc*=bands[j].total;
90 _ve_amp(envelope_lookup *ve, vorbis_info_psy_global *gi, float *data, envelope_band *bands, envelope_filter_state *filters) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c256 int bands; local
425 bands = (dest_height + dest_band_height - 1) / dest_band_height;
427 for (k = 0; k < bands; k++) {
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c256 int bands; local
425 bands = (dest_height + dest_band_height - 1) / dest_band_height;
427 for (k = 0; k < bands; k++) {
/external/chromium_org/third_party/libwebp/dec/
H A Dvp8.c458 VP8BandProbas (* const bands)[NUM_BANDS] = dec->proba_.bands_;
475 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc);
485 ac_proba = bands[0];
488 ac_proba = bands[3];
519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);
/external/webp/src/dec/
H A Dvp8.c458 VP8BandProbas (* const bands)[NUM_BANDS] = dec->proba_.bands_;
475 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc);
485 ac_proba = bands[0];
488 ac_proba = bands[3];
519 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst);
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dtcd.h150 opj_tcd_band_t bands[3]; /* subband information */ member in struct:opj_tcd_resolution
H A Dt2.c582 band = res->bands;
606 band = res->bands;
724 band = res->bands;
838 l_band = l_res->bands;
946 l_band = l_res->bands;
1096 l_band = l_res->bands;
1220 l_band = l_res->bands;
/external/iproute2/include/linux/
H A Dpkt_sched.h6 /* Logical priority bands not depending on specific packet scheduler.
119 int bands; /* Number of bands */ member in struct:tc_prio_qopt
126 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h6 /* Logical priority bands not depending on specific packet scheduler.
127 int bands; /* Number of bands */ member in struct:tc_prio_qopt
134 __u16 bands; /* Number of bands */ member in struct:tc_multiq_qopt

Completed in 5622 milliseconds

12