HomeSort by relevance Sort by last modified time
    Searched defs:inLevel (Results 1 - 7 of 7) sorted by null

  /external/libxaac/decoder/drc_src/
impd_drc_extr_delta_coded_info.h 60 FLOAT32 inLevel;
impd_drc_uni_tables.h 60 FLOAT32 inLevel;
impd_drc_gain_dec.c 249 FLOAT32 inLevel;
255 gain_in_db, &inLevel);
260 gain_in_db, &inLevel);
264 inLevel = gain_in_db;
272 err = impd_compressor_io_sigmoid(split_drc_characteristic_target, inLevel,
277 if (inLevel < DRC_INPUT_LOUDNESS_TARGET) {
279 inLevel, gain_out_db);
283 inLevel, gain_out_db);
288 *gain_out_db = inLevel;
  /external/icu/icu4c/source/common/
ubiditransform.cpp 68 UBiDiLevel inLevel; /* input level */
423 findMatchingScheme(UBiDiLevel inLevel, UBiDiLevel outLevel,
429 if (inLevel == pScheme->inLevel && outLevel == pScheme->outLevel
  /external/icu/icu4c/source/test/cintltst/
cbiditransformtst.c 38 UBiDiLevel inLevel;
67 const UChar *expectedTxt, UBiDiLevel inLevel, UBiDiLevel outLevel);
134 UBiDiLevel inLevel, UBiDiLevel outLevel)
137 log_err("Unexpected transform Dest: inLevel: 0x%02x; outLevel: 0x%02x;\ninText: %s; outText: %s; expected: %s\n",
138 inLevel, outLevel, pseudoScript(srcTxt), pseudoScript(destTxt), pseudoScript(expectedTxt));
405 testCases[i].inLevel, testCases[i].inOr,
417 testCases[i].inLevel, testCases[i].inOr,
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
digital_agc.c 69 int32_t inLevel, limiterLvl;
140 // inLevel = fix((-constLog10_2*(compRatio-1)*(1-i)+fix(compRatio/2))/compRatio)
143 inLevel = WebRtcSpl_DivW32W16(tmp32, kCompRatio); // Q14
145 // Calculate diffGain-inLevel, to map using the genFuncTable
146 inLevel = ((int32_t)diffGain << 14) - inLevel; // Q14
148 // Make calculations on abs(inLevel) and compensate for the sign afterwards.
149 absInLevel = (uint32_t)WEBRTC_SPL_ABS_W32(inLevel); // Q14
160 if (inLevel < 0)
  /external/aac/libDRCdec/src/
drcGainDec_preprocess.cpp 464 FIXP_DBL inLevel = (FIXP_DBL)0;
470 (const CUSTOM_DRC_CHAR_SIGMOID*)pCCharSource, gainInDb, &inLevel);
475 (const CUSTOM_DRC_CHAR_NODES*)pCCharSource, gainInDb, &inLevel);
484 inLevel, gainOutDb);
489 inLevel, gainOutDb);

Completed in 319 milliseconds