Home
last modified time | relevance | path

Searched defs:bandwidth (Results 1 – 25 of 51) sorted by relevance

123

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dencode_lpc_swb.c50 int16_t bandwidth) in WebRtcIsac_RemoveLarMean()
105 int16_t bandwidth) in WebRtcIsac_DecorrelateIntraVec()
179 int16_t bandwidth) in WebRtcIsac_DecorrelateInterVec()
248 int16_t bandwidth) in WebRtcIsac_QuantizeUncorrLar()
318 int16_t bandwidth) in WebRtcIsac_DequantizeLpcParam()
374 int16_t bandwidth) in WebRtcIsac_CorrelateIntraVec()
437 int16_t bandwidth) in WebRtcIsac_CorrelateInterVec()
501 int16_t bandwidth) in WebRtcIsac_AddLarMean()
Dentropy_coding.c680 int16_t WebRtcIsac_Poly2LarUB(double* lpcVecs, int16_t bandwidth) { in WebRtcIsac_Poly2LarUB()
791 int16_t bandwidth) { in WebRtcIsac_DecodeInterpolLpcUb()
1181 int16_t bandwidth, in WebRtcIsac_EncodeLpcUB()
1953 int16_t bandwidth) { in WebRtcIsac_DecodeLpcCoefUB()
1996 int16_t WebRtcIsac_EncodeBandwidth(enum ISACBandwidth bandwidth, in WebRtcIsac_EncodeBandwidth()
2017 enum ISACBandwidth* bandwidth) { in WebRtcIsac_DecodeBandwidth()
Dencode.c1145 enum ISACBandwidth bandwidth) { in WebRtcIsac_EncodeStoredDataUb()
1231 enum ISACBandwidth bandwidth) { in WebRtcIsac_GetRedPayloadUb()
Disac.c143 enum ISACBandwidth bandwidth; in UpdateBottleneck() local
384 int16_t bandwidth) { in EncoderInitUb()
1574 enum ISACBandwidth bandwidth; in WebRtcIsac_ControlBwe() local
Dlpc_analysis.c391 int16_t bandwidth) in WebRtcIsac_GetLpcCoefUb()
Dbandwidth_estimator.c806 enum ISACBandwidth bandwidth in WebRtcIsac_GetMinBytes()
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
DLoessInterpolator.java70 private final double bandwidth; field in LoessInterpolator
124 public LoessInterpolator(double bandwidth, int robustnessIters) throws MathException { in LoessInterpolator()
149 …public LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) throws MathExcept… in LoessInterpolator()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/directconnect/
Dlayer1.py83 def allocate_connection_on_interconnect(self, bandwidth, connection_name, argument
290 def create_connection(self, location, bandwidth, connection_name): argument
332 def create_interconnect(self, interconnect_name, bandwidth, location): argument
/external/fio/tools/plot/samples/
DMakefile9 bandwidth: setup target
/external/webrtc/webrtc/base/
Dbandwidthsmoother.cc36 bool BandwidthSmoother::Sample(uint32_t sample_time, int bandwidth) { in Sample()
Dvirtualsocketserver.h48 uint32_t bandwidth() const { return bandwidth_; } in bandwidth() function
49 void set_bandwidth(uint32_t bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
/external/tcpdump/
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
Dprint-igrp.c71 register u_int delay, bandwidth; in igrp_entry_print() local
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DCaptureQualityController.java107 private int calculateFramerate(double bandwidth, CaptureFormat format) { in calculateFramerate()
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dproxyshaper.py103 def GetBitsPerSecond(bandwidth): argument
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
DMockServerSocket.java163 int bandwidth) { in setPerformancePreferences()
DMockSocketConnection.java285 int bandwidth) { in setPerformancePreferences()
/external/aac/libAACenc/src/
Dbandwidth.cpp202 INT bandwidth = -1; in GetBandwidthEntry() local
/external/webrtc/webrtc/modules/bitrate_controller/
Dsend_side_bandwidth_estimation.cc102 int64_t now_ms, uint32_t bandwidth) { in UpdateReceiverEstimate()
/external/libopus/src/
Dopus_decoder.c67 int bandwidth; member
891 int bandwidth; in opus_packet_get_bandwidth() local
Dopus_demo.c248 int bandwidth=-1; in main() local
/external/webrtc/talk/session/media/
Dmediasession.h199 int bandwidth() const { return bandwidth_; } in bandwidth() function
200 void set_bandwidth(int bandwidth) { bandwidth_ = bandwidth; } in set_bandwidth()
/external/libopus/celt/
Dcelt.h60 int bandwidth; member
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DDelegatingSSLSocket.java280 @Override public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { in setPerformancePreferences()
/external/webrtc/webrtc/modules/audio_coding/codecs/opus/
Dopus_unittest.cc96 opus_int32 bandwidth; in SetMaxPlaybackRate() local

123