Searched defs:bandwidth (Results 1 - 25 of 32) sorted by path

12

/external/aac/libAACenc/src/
H A Dbandwidth.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
87 contents/description: bandwidth expert
92 #include "bandwidth.h"
202 INT bandwidth = -1; local
256 bandwidth = (entryNo==0)
270 bandwidth = (INT)scaleValue(fMult(bwFac_fix, (FIXP_DBL)(endBw-startBw)),q_res) + startBw;
274 bandwidth = -1;
281 return bandwidth;
332 /* bandwidth limiting */
336 else { /* search reasonable bandwidth */
[all...]
H A Dpsy_configuration.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
570 INT bandwidth,
587 psyConf->allowIS = (useIS) && ( (bitrate/bandwidth) < 5 );
623 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthLong)/samplerate);
627 psyConf->lowpassLine = (INT)((2*bandwidth*frameLengthShort)/samplerate);
568 FDKaacEnc_InitPsyConfiguration(INT bitrate, INT samplerate, INT bandwidth, INT blocktype, INT granuleLength, INT useIS, PSY_CONFIGURATION *psyConf, FB_TYPE filterbank) argument
H A Dpsy_main.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
306 INT bandwidth,
335 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, LONG_WINDOW, hPsy->granuleLength, useIS, &(hPsy->psyConf[0]), filterBank);
355 ErrorStatus = FDKaacEnc_InitPsyConfiguration(bitRate/channelsEff, sampleRate, bandwidth, SHORT_WINDOW, hPsy->granuleLength, useIS, &hPsy->psyConf[1], filterBank);
299 FDKaacEnc_psyMainInit(PSY_INTERNAL *hPsy, AUDIO_OBJECT_TYPE audioObjectType, CHANNEL_MAPPING *cm, INT sampleRate, INT granuleLength, INT bitRate, INT tnsMask, INT bandwidth, INT usePns, INT useIS, UINT syntaxFlags, ULONG initFlags) argument
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp14 audio codecs. AAC-ELD is considered the best-performing full-bandwidth communications codec by
125 #define DELAY_QMF_ANA(dwnsmp) ((320<<((dwnsmp)-1)) - (32<<((dwnsmp)-1))) /* Full bandwidth */
2051 int bandwidth = *coreBandwidth; local
2053 /* Use lowest common bandwidth */
2057 /* initialize SBR element, and get core bandwidth */
2060 &bandwidth,
2075 /* Get lowest core encoder bandwidth to be returned later. */
2076 lowestBandwidth = fixMin(lowestBandwidth, bandwidth);
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DLoessInterpolator.java47 /** Default value of the bandwidth parameter. */
63 * The bandwidth parameter: when computing the loess fit at
70 private final double bandwidth; field in class:LoessInterpolator
89 * with a bandwidth of {@link #DEFAULT_BANDWIDTH},
96 this.bandwidth = DEFAULT_BANDWIDTH;
103 * with given bandwidth and number of robustness iterations.
106 * #LoessInterpolator(double, int, double) LoessInterpolator(bandwidth,
110 * @param bandwidth when computing the loess fit at
120 * @throws MathException if bandwidth does not lie in the interval [0,1]
124 public LoessInterpolator(double bandwidth, in argument
149 LoessInterpolator(double bandwidth, int robustnessIters, double accuracy) argument
[all...]
/external/conscrypt/src/compat/java/org/conscrypt/
H A DKitKatPlatformOpenSSLSocketImplAdapter.java266 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
267 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
H A DPreKitKatPlatformOpenSSLSocketImplAdapter.java266 public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
267 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/e2fsprogs/lib/blkid/
H A Dprobe.h673 /* bandwidth 0-100 where 100 is fastest */
674 __u8 bandwidth; member in struct:btrfs_dev_item
/external/kernel-headers/original/uapi/linux/dvb/
H A Dfrontend.h259 fe_bandwidth_t bandwidth; member in struct:dvb_ofdm_parameters
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h310 * @bandwidth: Bandwidth allocation units which were (de)allocated, if any
314 * @bandwidth for whether the allocation actually succeeded.
321 * @bandwidth is 0 if no bandwidth was (de)allocated or if reallocation failed.
328 __s32 bandwidth; member in struct:fw_cdev_event_iso_resource
925 * struct fw_cdev_allocate_iso_resource - (De)allocate a channel or bandwidth
928 * @bandwidth: Isochronous bandwidth units to be (de)allocated
933 * isochronous channel and/or of isochronous bandwidth at the isochronous
965 * @bandwidth i
971 __u32 bandwidth; member in struct:fw_cdev_allocate_iso_resource
[all...]
/external/libopus/celt/
H A Dcelt.h60 int bandwidth; member in struct:__anon8996
/external/libopus/src/
H A Danalysis.c220 int bandwidth=0; local
382 bandwidth = 0;
414 bandwidth = b;
417 bandwidth = 20;
610 info->bandwidth = bandwidth;
611 /*printf("%d %d\n", info->bandwidth, info->opus_bandwidth);*/
H A Dopus_decoder.c67 int bandwidth; member in struct:OpusDecoder
347 if( st->bandwidth == OPUS_BANDWIDTH_NARROWBAND ) {
349 } else if( st->bandwidth == OPUS_BANDWIDTH_MEDIUMBAND ) {
351 } else if( st->bandwidth == OPUS_BANDWIDTH_WIDEBAND ) {
422 switch(st->bandwidth)
650 st->bandwidth = packet_bandwidth;
670 st->bandwidth = packet_bandwidth;
792 *value = st->bandwidth;
891 int bandwidth; local
894 bandwidth
[all...]
H A Dopus_demo.c58 fprintf(stderr, "-bandwidth <NB|MB|WB|SWB|FB> : audio bandwidth (from narrowband to fullband); default: sampling rate\n" );
248 int bandwidth=-1; local
339 bandwidth = OPUS_AUTO;
355 } else if( strcmp( argv[ args ], "-bandwidth" ) == 0 ) {
356 check_encoder_option(decode_only, "-bandwidth");
358 bandwidth = OPUS_BANDWIDTH_NARROWBAND;
360 bandwidth = OPUS_BANDWIDTH_MEDIUMBAND;
362 bandwidth = OPUS_BANDWIDTH_WIDEBAND;
364 bandwidth
[all...]
H A Dopus_encoder.c94 int bandwidth; member in struct:OpusEncoder
243 st->bandwidth = OPUS_BANDWIDTH_FULLBAND;
248 static unsigned char gen_toc(int mode, int framerate, int bandwidth, int channels) argument
260 toc = (bandwidth-OPUS_BANDWIDTH_NARROWBAND)<<5;
264 int tmp = bandwidth-OPUS_BANDWIDTH_MEDIUMBAND;
273 toc |= (bandwidth-OPUS_BANDWIDTH_SUPERWIDEBAND)<<4;
1012 analysis_bandwidth = analysis_info.bandwidth;
1039 int bw = st->bandwidth == 0 ? OPUS_BANDWIDTH_NARROWBAND : st->bandwidth;
1065 /* Equivalent 20-ms rate for mode/channel/bandwidth decision
1231 int bandwidth = OPUS_BANDWIDTH_FULLBAND; local
[all...]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDelegatingSSLSocket.java280 @Override public void setPerformancePreferences(int connectionTime, int latency, int bandwidth) { argument
281 delegate.setPerformancePreferences(connectionTime, latency, bandwidth);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/tcpdump/
H A Dprint-802_11.c539 "Association denied due to QAP having insufficient bandwidth "
609 "TS deleted because QoS AP lacks sufficient bandwidth for this "
614 "Disassociated because QoS AP lacks sufficient bandwidth for this "
2052 * MCS index, it also includes bandwidth
2113 static const char *bandwidth[4] = { local
2131 * And we know both the bandwidth and
2142 * We don't know both the bandwidth
2170 bandwidth[u2.u8 & IEEE80211_RADIOTAP_MCS_BANDWIDTH_MASK]);
H A Dprint-eigrp.c130 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_int_t
150 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_ip_ext_t
169 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_int_t
188 u_int8_t bandwidth[4]; member in struct:eigrp_tlv_at_ext_t
344 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
346 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_int->bandwidth),
381 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
383 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_ip_ext->bandwidth),
413 printf("\n\t delay %u ms, bandwidth %u Kbps, mtu %u, hop %u, reliability %u, load %u",
415 EXTRACT_32BITS(&tlv_ptr.eigrp_tlv_at_int->bandwidth),
[all...]
H A Dprint-igrp.c47 register u_int delay, bandwidth; local
61 bandwidth = EXTRACT_24BITS(igr->igr_bw);
62 metric = bandwidth + delay;
68 10 * delay, bandwidth == 0 ? 0 : 10000000 / bandwidth,
H A Dprint-rsvp.c320 u_int8_t bandwidth[4]; member in struct:rsvp_obj_frr_t
1450 bw.i = EXTRACT_32BITS(obj_ptr.rsvp_obj_frr->bandwidth);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode.c15 * Decoding of upper-band, including 8-12 kHz, when the bandwidth is
16 * 0-12 kHz, and 8-16 kHz, when the bandwidth is 0-16 kHz.
45 12kHz & 16kHz bandwidth.
47 12 kHz bandwidth
59 16 kHz bandwidth
112 * bandwidth. */
119 * at 12 kHz bandwidth. Using xxxBandBitRate12[] to calculates
139 /* A bottleneck between 50 and 56 kbps corresponds to bandwidth
692 /* Encoding of bandwidth information. */
887 /* Encoding bandwidth informatio
1134 WebRtcIsac_EncodeStoredDataUb( const ISACUBSaveEncDataStruct* ISACSavedEnc_obj, Bitstr* bitStream, WebRtc_Word32 jitterInfo, float scale, enum ISACBandwidth bandwidth) argument
1222 WebRtcIsac_GetRedPayloadUb( const ISACUBSaveEncDataStruct* ISACSavedEncObj, Bitstr* bitStreamObj, enum ISACBandwidth bandwidth) argument
[all...]
H A Dencode_lpc_swb.c39 * -bandwidth : indicates if the given LAR vectors belong
50 WebRtc_Word16 bandwidth)
56 switch(bandwidth)
95 * -bandwidth : indicates if the given LAR vectors belong
105 WebRtc_Word16 bandwidth)
114 switch(bandwidth)
169 * -bandwidth : indicates if the given LAR vectors belong
179 WebRtc_Word16 bandwidth)
187 switch(bandwidth)
237 * -bandwidth
48 WebRtcIsac_RemoveLarMean( double* lar, WebRtc_Word16 bandwidth) argument
102 WebRtcIsac_DecorrelateIntraVec( const double* data, double* out, WebRtc_Word16 bandwidth) argument
176 WebRtcIsac_DecorrelateInterVec( const double* data, double* out, WebRtc_Word16 bandwidth) argument
245 WebRtcIsac_QuantizeUncorrLar( double* data, int* recIdx, WebRtc_Word16 bandwidth) argument
315 WebRtcIsac_DequantizeLpcParam( const int* idx, double* out, WebRtc_Word16 bandwidth) argument
371 WebRtcIsac_CorrelateIntraVec( const double* data, double* out, WebRtc_Word16 bandwidth) argument
434 WebRtcIsac_CorrelateInterVec( const double* data, double* out, WebRtc_Word16 bandwidth) argument
499 WebRtcIsac_AddLarMean( double* data, WebRtc_Word16 bandwidth) argument
[all...]
H A Dentropy_coding.c40 /* CDF array for encoder bandwidth (12 vs 16 kHz) indicator. */
44 /* Pointer to cdf array for encoder bandwidth (12 vs 16 kHz) indicator. */
49 * Initial cdf index for decoder of encoded bandwidth
685 WebRtc_Word16 WebRtcIsac_Poly2LarUB(double* lpcVecs, WebRtc_Word16 bandwidth) { argument
694 switch (bandwidth) {
796 WebRtc_Word16 bandwidth) {
809 bandwidth);
814 switch (bandwidth) {
839 if (bandwidth == isac16kHz) {
1186 WebRtc_Word16 bandwidth,
794 WebRtcIsac_DecodeInterpolLpcUb(Bitstr* streamdata, double* percepFilterParams, WebRtc_Word16 bandwidth) argument
1184 WebRtcIsac_EncodeLpcUB(double* lpcVecs, Bitstr* streamdata, double* interpolLPCCoeff, WebRtc_Word16 bandwidth, ISACUBSaveEncDataStruct* encData) argument
1951 WebRtcIsac_DecodeLpcCoefUB(Bitstr* streamdata, double* lpcVecs, double* percepFilterGains, WebRtc_Word16 bandwidth) argument
1996 WebRtcIsac_EncodeBandwidth(enum ISACBandwidth bandwidth, Bitstr* streamData) argument
2016 WebRtcIsac_DecodeBandwidth(Bitstr* streamData, enum ISACBandwidth* bandwidth) argument
[all...]
H A Disac.c46 * when bandwidth is changing. The latter might be the result of bandwidth
54 * of limit is required every time that the bandwidth is changing.
104 * result in an update of bandwidth, therefore, the bottlenech should be
109 /* Read the bottleneck from bandwidth estimator for the
111 * in bandwidth, upper and lower-band will be in sync. */
119 /* Adding hysteresis when increasing signal bandwidth. */
141 /* Do the rate-allocation and get the new bandwidth. */
142 enum ISACBandwidth bandwidth; local
146 &bandwidth);
372 EncoderInitUb(ISACUBStruct* instUB, WebRtc_Word16 bandwidth) argument
1555 enum ISACBandwidth bandwidth; local
[all...]

Completed in 691 milliseconds

12