HomeSort by relevance Sort by last modified time
    Searched refs:snr (Results 1 - 25 of 49) sorted by null

1 2

  /frameworks/base/media/libstagefright/codecs/aacenc/src/
psy_configuration.c 274 * description: calculate min snr parameter
290 Word32 snr; local
318 snr = pow2_xy((pePart - 16*1000),1000) - 0x0000c000;
320 if(snr > 0x00008000)
322 shift = norm_l(snr);
323 snr = Div_32(0x00008000 << shift, snr << shift);
327 snr = 0x7fffffff;
331 snr = min(snr, c_maxsnr)
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/inc/
smeApi.h 85 UINT8 snr,
  /external/bluetooth/bluez/sbc/
sbcenc.c 48 int dualchannel, int snr, int blocks)
136 sbc.allocation = snr ? SBC_AM_SNR : SBC_AM_LOUDNESS;
146 sbc.allocation == SBC_AM_SNR ? "SNR" : "LOUDNESS",
222 "\t-S, --snr Use SNR mode (default is loudness)\n"
234 { "snr", 0, 0, 'S' },
242 int snr = 0, blocks = 16; local
276 snr = 1;
305 snr, blocks);
  /cts/apps/CtsVerifier/jni/audioquality/
GlitchTest.cpp 94 float snr = 0.0; local
113 snr = 10.0 * log10(sumSignal / sumNoise);
114 if (snr < mDbSnrThresh)
  /external/srec/srec/include/
ann_util.h 40 int snr; member in struct:__anon7416
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
public_descriptors.h 375 uint8 snr; /* SNR in db*/ member in struct:__anon18187
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
cu_common.h 44 U8 snr; /* The current average SNR in db - For Data Packets*/ member in struct:__anon10058
45 U8 snrBeacon; /* The current average SNR in db - For Beacon Packets*/
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
ScanCncn.h 114 TI_INT8 snr; /* SNR level at which frame was received */ member in struct:__anon10844
scanResultTable.h 94 TI_INT8 snr; member in struct:__anon10887
  /packages/inputmethods/LatinIME/native/src/
dictionary.cpp 283 Dictionary::getWordsRec(int pos, int depth, int maxDepth, bool completion, int snr, int inputIndex,
317 addWord(mWord, depth + 1, freq * snr);
324 completion, snr, inputIndex, diffs);
330 getWordsRec(childrenAddress, depth + 1, maxDepth, false, snr, inputIndex, diffs);
342 int finalFreq = freq * snr * addedWeight;
349 maxDepth, true, snr * addedWeight, inputIndex + 1,
354 false, snr * addedWeight, inputIndex + 1, diffs + (j > 0));
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
cu_common.h 44 U8 snr; /* The current average SNR in db - For Data Packets*/ member in struct:__anon18384
45 U8 snrBeacon; /* The current average SNR in db - For Beacon Packets*/
  /system/wlan/ti/wilink_6_1/stad/src/Sta_Management/
ScanCncn.h 112 TI_INT8 snr; /* SNR level at which frame was received */ member in struct:__anon19164
scanResultTable.h 94 TI_INT8 snr; member in struct:__anon19207
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 234 * @param snr current weight of the word being formed
242 final int depth, boolean completion, int snr, int inputIndex, int skipPos,
267 if (!callback.addWord(word, 0, depth + 1, freq * snr, mDicTypeId,
278 getWordsRec(children, codes, word, depth + 1, completion, snr, inputIndex,
285 getWordsRec(children, codes, word, depth + 1, completion, snr, inputIndex,
304 int finalFreq = freq * snr * addedAttenuation;
312 true, snr * addedAttenuation, inputIndex + 1,
317 false, snr * addedAttenuation, inputIndex + 1,
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/siteMgr/
siteHash.h 119 UINT8 snr; member in struct:siteEntry_t
  /hardware/libhardware/include/hardware/
gps.h 266 float snr; member in struct:__anon9487
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/HealthMonitor/
healthMonitor.c 413 pHealthMonitor->statTable.snr,
  /external/srec/srec/ca/
ann_api.c 58 hAnnotation->data->snr = 0;
513 return hAnnotation->data->snr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/currBss/
currBss.c 119 UINT8 snr; /**< Value of SNR of last management packet received form the current AP */ member in struct:_currBSS_t
120 UINT8 snrFilterWeight; /**< The weigh for average SNR value of management packets received form the current AP */
285 pCurrBSS->snr = 0;
306 /* Configure and enable the Low RSSI, the Low SNR and the Missed beacon events */
389 /* Configure HAL with SNR parameters */
691 currBSS_updateRxSignal(hCurrBSS, pRxAttr->SNR, pRxAttr->Rssi, FALSE);
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
cu_common.c 256 *pdSnr = (U32)buffer.snr;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/TNETW_Driver/FW_Transfer/Rx_Xfer/
RxXfer.c 510 Reserved.SNR = pRxParams->snr;
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
cu_common.c 256 *pdSnr = (U32)buffer.snr;
  /hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp 909 SvStatus.sv_list[SvStatus.num_svs].snr = sv_info_ptr->snr;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common.xdr 176 float snr;
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/
loc_api_common.xdr 176 float snr;

Completed in 856 milliseconds

1 2