Home
last modified time | relevance | path

Searched refs:bandwidth (Results 1 – 25 of 137) sorted by relevance

123456

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.h44 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);
Dencode_lpc_swb.c50 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 …]
Dentropy_coding.h83 int16_t bandwidth);
131 int16_t bandwidth,
164 int16_t bandwidth);
277 int16_t WebRtcIsac_EncodeBandwidth(enum ISACBandwidth bandwidth,
299 enum ISACBandwidth* bandwidth);
Dentropy_coding.c680 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 …]
Dcodec.h55 int32_t jitterInfo, float scale, enum ISACBandwidth bandwidth);
59 enum ISACBandwidth bandwidth);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java70 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/iproute2/testsuite/tests/tc/
Dcbq.t3 $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…
Dpolicer.t3 $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…
Dcls-testbed.t22 cbq bandwidth 100Mbit avpkt 1400 mpu 64
25 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 \
/external/tcpdump/
Dprint-igrp.c71 register u_int delay, bandwidth; in igrp_entry_print() local
85 bandwidth = EXTRACT_24BITS(igr->igr_bw); in igrp_entry_print()
86 metric = bandwidth + delay; in igrp_entry_print()
92 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth, in igrp_entry_print()
Dprint-eigrp.c124 uint8_t bandwidth[4]; member
144 uint8_t bandwidth[4]; member
163 uint8_t bandwidth[4]; member
182 uint8_t bandwidth[4]; member
340 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth), in eigrp_print()
377 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth), in eigrp_print()
409 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth), in eigrp_print()
440 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_ext->bandwidth), in eigrp_print()
/external/aac/libAACenc/src/
Dbandwidth.cpp202 INT bandwidth = -1; in GetBandwidthEntry() local
256 bandwidth = (entryNo==0) in GetBandwidthEntry()
270bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw; in GetBandwidthEntry()
274 bandwidth = -1; in GetBandwidthEntry()
281 return bandwidth; in GetBandwidthEntry()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dproxyshaper.py103 def GetBitsPerSecond(bandwidth): argument
111 if bandwidth == '0':
114 match = re.match(bw_re, str(bandwidth))
117 bandwidth, bw_re))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
Dlayer1.py83 def allocate_connection_on_interconnect(self, bandwidth, connection_name, argument
126 'bandwidth': bandwidth,
290 def create_connection(self, location, bandwidth, connection_name): argument
326 'bandwidth': bandwidth,
332 def create_interconnect(self, interconnect_name, bandwidth, location): argument
377 'bandwidth': bandwidth,
/external/libopus/src/
Dopus_encoder.c94 int bandwidth; member
243 st->bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encoder_init()
248 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels) in gen_toc() argument
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5; in gen_toc()
264 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND; in gen_toc()
273 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4; in gen_toc()
1012 analysis_bandwidth = analysis_info.bandwidth; in opus_encode_native()
1039 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth; in opus_encode_native()
1231 int bandwidth = OPUS_BANDWIDTH_FULLBAND; in opus_encode_native() local
1259 threshold = bandwidth_thresholds[2*(bandwidth-OPUS_BANDWIDTH_MEDIUMBAND)]; in opus_encode_native()
[all …]
Dopus_decoder.c67 int bandwidth; member
347 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) { in opus_decode_frame()
349 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) { in opus_decode_frame()
351 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) { in opus_decode_frame()
422 switch(st->bandwidth) in opus_decode_frame()
650 st->bandwidth = packet_bandwidth; in opus_decode_native()
670 st->bandwidth = packet_bandwidth; in opus_decode_native()
792 *value = st->bandwidth; in opus_decoder_ctl()
891 int bandwidth; in opus_packet_get_bandwidth() local
894 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND + ((data[0]>>5)&0x3); in opus_packet_get_bandwidth()
[all …]
Dopus_demo.c248 int bandwidth=-1; in main() local
339 bandwidth = OPUS_AUTO; in main()
358 bandwidth = OPUS_BANDWIDTH_NARROWBAND; in main()
360 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND; in main()
362 bandwidth = OPUS_BANDWIDTH_WIDEBAND; in main()
364 bandwidth = OPUS_BANDWIDTH_SUPERWIDEBAND; in main()
366 bandwidth = OPUS_BANDWIDTH_FULLBAND; in main()
535 opus_encoder_ctl(enc, OPUS_SET_BANDWIDTH(bandwidth)); in main()
561 switch(bandwidth) in main()
/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc36 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/
Deigrp1-v.out107 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 …]
Deigrp3-v.out63 delay 42949672 ms, bandwidth 256000 Kbps, mtu 1500, hop 2, reliability 255, load 1
74 delay 42949672 ms, bandwidth 0 Kbps, mtu 1500, hop 0, reliability 0, load 0
85 delay 42949672 ms, bandwidth 0 Kbps, mtu 1500, hop 0, reliability 0, load 0
96 delay 42949672 ms, bandwidth 0 Kbps, mtu 1500, hop 0, reliability 0, load 0
107 delay 42949672 ms, bandwidth 0 Kbps, mtu 1500, hop 0, reliability 0, load 0
/external/fio/tools/plot/samples/
DMakefile1 all: clean m2sw1-128k-sdb-randwrite-para.results_bw.log io bandwidth
9 bandwidth: setup target
/external/llvm/test/Transforms/LoopVectorize/X86/
Dvector_max_bandwidth.ll1 ; 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/
DREADME.iproute2+tc19 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/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCaptureQualityController.java107 private int calculateFramerate(double bandwidth, CaptureFormat format) { in calculateFramerate() argument
109 (int) Math.round(bandwidth / (format.width * format.height))) / 1000.0); in calculateFramerate()
/external/autotest/client/tests/netpipe/
Dnetpipe.py105 buff, bandwidth, latency = line.split()
107 keyval = {'bandwidth':bandwidth, 'latency':latency}

123456