/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | encode_lpc_swb.h | 44 int16_t bandwidth); 65 int16_t bandwidth); 88 int16_t bandwidth); 108 int16_t bandwidth); 127 int16_t bandwidth); 146 int16_t bandwidth); 164 int16_t bandwidth); 183 int16_t bandwidth);
|
D | encode_lpc_swb.c | 50 int16_t bandwidth) in WebRtcIsac_RemoveLarMean() argument 56 switch(bandwidth) in WebRtcIsac_RemoveLarMean() 105 int16_t bandwidth) in WebRtcIsac_DecorrelateIntraVec() argument 114 switch(bandwidth) in WebRtcIsac_DecorrelateIntraVec() 179 int16_t bandwidth) in WebRtcIsac_DecorrelateInterVec() argument 187 switch(bandwidth) in WebRtcIsac_DecorrelateInterVec() 248 int16_t bandwidth) in WebRtcIsac_QuantizeUncorrLar() argument 256 switch(bandwidth) in WebRtcIsac_QuantizeUncorrLar() 318 int16_t bandwidth) in WebRtcIsac_DequantizeLpcParam() argument 325 switch(bandwidth) in WebRtcIsac_DequantizeLpcParam() [all …]
|
D | entropy_coding.h | 83 int16_t bandwidth); 131 int16_t bandwidth, 164 int16_t bandwidth); 277 int16_t WebRtcIsac_EncodeBandwidth(enum ISACBandwidth bandwidth, 299 enum ISACBandwidth* bandwidth);
|
D | entropy_coding.c | 680 int16_t WebRtcIsac_Poly2LarUB(double* lpcVecs, int16_t bandwidth) { in WebRtcIsac_Poly2LarUB() argument 689 switch (bandwidth) { in WebRtcIsac_Poly2LarUB() 791 int16_t bandwidth) { in WebRtcIsac_DecodeInterpolLpcUb() argument 804 bandwidth); in WebRtcIsac_DecodeInterpolLpcUb() 809 switch (bandwidth) { in WebRtcIsac_DecodeInterpolLpcUb() 834 if (bandwidth == isac16kHz) { in WebRtcIsac_DecodeInterpolLpcUb() 1181 int16_t bandwidth, in WebRtcIsac_EncodeLpcUB() argument 1187 WebRtcIsac_Poly2LarUB(lpcVecs, bandwidth); in WebRtcIsac_EncodeLpcUB() 1188 WebRtcIsac_RemoveLarMean(lpcVecs, bandwidth); in WebRtcIsac_EncodeLpcUB() 1189 WebRtcIsac_DecorrelateIntraVec(lpcVecs, U, bandwidth); in WebRtcIsac_EncodeLpcUB() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
D | LoessInterpolator.java | 70 private final double bandwidth; field in LoessInterpolator 96 this.bandwidth = DEFAULT_BANDWIDTH; in LoessInterpolator() 124 public LoessInterpolator(double bandwidth, int robustnessIters) throws MathException { in LoessInterpolator() argument 125 this(bandwidth, robustnessIters, DEFAULT_ACCURACY); in LoessInterpolator() 149 …public LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) throws MathExcept… in LoessInterpolator() argument 150 if (bandwidth < 0 || bandwidth > 1) { in LoessInterpolator() 152 bandwidth); in LoessInterpolator() 154 this.bandwidth = bandwidth; in LoessInterpolator() 226 int bandwidthInPoints = (int) (bandwidth * n); in smooth() 230 n, 2.0 / n, bandwidth); in smooth()
|
/external/libopus/src/ |
D | opus_encoder.c | 104 int bandwidth; member 263 st->bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init() 273 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels) in gen_toc() argument 285 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5; in gen_toc() 289 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND; in gen_toc() 298 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; in gen_toc() 732 static int decide_fec(int useInBandFEC, int PacketLoss_perc, int last_fec, int mode, int *bandwidth… in decide_fec() argument 737 orig_bandwidth = *bandwidth; in decide_fec() 743 LBRR_rate_thres_bps = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND)]; in decide_fec() 744 hysteresis = fec_thresholds[2*(*bandwidth - OPUS_BANDWIDTH_NARROWBAND) + 1]; in decide_fec() [all …]
|
D | opus_decoder.c | 68 int bandwidth; member 358 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) { in opus_decode_frame() 360 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) { in opus_decode_frame() 362 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) { in opus_decode_frame() 433 switch(st->bandwidth) in opus_decode_frame() 664 st->bandwidth = packet_bandwidth; in opus_decode_native() 684 st->bandwidth = packet_bandwidth; in opus_decode_native() 824 *value = st->bandwidth; in opus_decoder_ctl() 943 int bandwidth; in opus_packet_get_bandwidth() local 946 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3); in opus_packet_get_bandwidth() [all …]
|
/external/iproute2/testsuite/tests/tc/ |
D | cbq.t | 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p… 8 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 9 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p…
|
D | policer.t | 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p… 10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64 11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 p…
|
D | cls-testbed.t | 22 cbq bandwidth 100Mbit avpkt 1400 mpu 64 25 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
|
/external/tcpdump/ |
D | print-igrp.c | 72 register u_int delay, bandwidth; in igrp_entry_print() local 86 bandwidth = EXTRACT_24BITS(igr->igr_bw); in igrp_entry_print() 87 metric = bandwidth + delay; in igrp_entry_print() 93 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth, in igrp_entry_print()
|
D | print-eigrp.c | 126 uint8_t bandwidth[4]; member 146 uint8_t bandwidth[4]; member 165 uint8_t bandwidth[4]; member 184 uint8_t bandwidth[4]; member 368 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth), in eigrp_print() 410 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth), in eigrp_print() 452 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth), in eigrp_print() 488 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->bandwidth), in eigrp_print()
|
/external/ltp/testcases/kernel/controllers/io-throttle/ |
D | io_throttle_testplan.txt | 1 The I/O bandwidth controller testplan includes a complete set of testcases to 5 I/O bandwidth limitations are imposed by the testcase script and verified doing 11 First of all we evaluate the physical I/O bandwidth (physical-io-bw) of the 14 Based on the physical I/O bandwidth three cgroups are created: cgroup-1, 15 cgroup-2, cgroup-3. Cgroups use respectively the following I/O bandwidth
|
D | run_io_throttle_test.sh | 54 if [ -f /dev/blockioctl/blockio.bandwidth ]; then 55 io_throttle_file=blockio.bandwidth 56 elif [ -f /dev/blockioctl/blockio.bandwidth-max ]; then 57 io_throttle_file=blockio.bandwidth-max
|
/external/aac/libAACenc/src/ |
D | bandwidth.cpp | 166 INT bandwidth = -1; in GetBandwidthEntry() local 225 bandwidth = (entryNo == 0) ? pBwTab[i].bandWidthMono in GetBandwidthEntry() 244 bandwidth = in GetBandwidthEntry() 250 bandwidth = -1; in GetBandwidthEntry() 257 return bandwidth; in GetBandwidthEntry()
|
/external/perfetto/docs/ |
D | benchmarks.md | 10 tracing bandwidth for both writing (producer->service) and reading 14 - Measure peak tracing bandwidth saturating the cpu: the producer(s) write as 16 - Measure CPU overhead vs constant bandwidth: the producer(s) writes data at a 25 Peak producer-to-service tracing bandwidth:
|
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/mdss/mdp_commit/ |
D | format | 12 field:u64 bandwidth; offset:24; size:8; signed:0; 14 print fmt: "num=%d play_cnt=%d bandwidth=%llu clk_rate=%u", REC->num, REC->play_cnt, REC->bandwidth…
|
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/mdss/mdp_commit/ |
D | format | 12 field:u64 bandwidth; offset:24; size:8; signed:0; 14 print fmt: "num=%d play_cnt=%d bandwidth=%llu clk_rate=%u", REC->num, REC->play_cnt, REC->bandwidth…
|
/external/webrtc/webrtc/base/ |
D | bandwidthsmoother.cc | 36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) { in Sample() argument 37 if (bandwidth < 0) { in Sample() 41 accumulator_.AddSample(bandwidth); in Sample()
|
/external/tcpdump/tests/ |
D | eigrp1-v.out | 107 delay 25 ms, bandwidth 25600 Kbps, mtu 1500, hop 0, reliability 255, load 1 110 delay 256 ms, bandwidth 256000 Kbps, mtu 1500, hop 0, reliability 255, load 1 113 delay 281 ms, bandwidth 256000 Kbps, mtu 1500, hop 1, reliability 255, load 1 116 delay 512 ms, bandwidth 256000 Kbps, mtu 1500, hop 1, reliability 255, load 1 119 delay 537 ms, bandwidth 256000 Kbps, mtu 1500, hop 2, reliability 255, load 1 122 delay 768 ms, bandwidth 256000 Kbps, mtu 1500, hop 2, reliability 255, load 1 125 delay 793 ms, bandwidth 256000 Kbps, mtu 1500, hop 3, reliability 255, load 1 132 delay 25 ms, bandwidth 25600 Kbps, mtu 1500, hop 0, reliability 255, load 1 135 delay 256 ms, bandwidth 256000 Kbps, mtu 1500, hop 0, reliability 255, load 1 138 delay 281 ms, bandwidth 256000 Kbps, mtu 1500, hop 1, reliability 255, load 1 [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_alt_ref_aq.c | 57 int segmentation_overhead, int bandwidth) { in vp9_alt_ref_aq_disable_if() argument 58 (void)bandwidth; in vp9_alt_ref_aq_disable_if()
|
/external/fio/tools/plot/samples/ |
D | Makefile | 1 all: clean m2sw1-128k-sdb-randwrite-para.results_bw.log io bandwidth 9 bandwidth: setup target
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
D | vector_max_bandwidth.ll | 1 ; RUN: opt -loop-vectorize -vectorizer-maximize-bandwidth -mcpu=corei7-avx -debug-only=loop-vectori… 15 ; widest type in the loop for maximum bandwidth when 16 ; -vectorizer-maximize-bandwidth is indicated.
|
/external/iproute2/ |
D | README.iproute2+tc | 19 tc qdisc add dev eth1 root handle 1: cbq bandwidth 10Mbit allot 1514 cell 8 \ 24 tc class add dev eth1 parent 1:0 classid 1:1 cbq bandwidth 10Mbit rate 10Mbit \ 29 tc class add dev eth1 parent 1:1 classid 1:2 cbq bandwidth 10Mbit rate 1Mbit \ 35 tc class add dev eth1 parent 1:1 classid 1:3 cbq bandwidth 10Mbit rate 8Mbit \
|
/external/libopus/tests/ |
D | opus_decode_fuzzer.c | 49 const int bandwidth = opus_packet_get_bandwidth(toc); in ParseToc() local 51 info->fs = samp_freqs[bandwidth - OPUS_BANDWIDTH_NARROWBAND]; in ParseToc()
|