HomeSort by relevance Sort by last modified time
    Searched refs:ltpGain (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 396 ltpGain = LTP gain (Word16)
444 Word16 ltpGain, // i Q14 : LTP gain
468 state->gainMem[0] = ltpGain;
471 if (sub(ltpGain, PHDTHR2LTP) < 0) { // if (ltpGain < 0.9)
472 if (sub(ltpGain, PHDTHR1LTP) > 0)
473 { // if (ltpGain > 0.6
501 // if not onset, check ltpGain buffer and use max phase dispersion if
502 half or more of the ltpGain-parameters say so
660 Word16 ltpGain, /* i Q14 : LTP gain *
    [all...]
ph_disp.h 174 Word16 ltpGain, /* i Q14 : LTP gain */
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode_plc.c 276 int16_t ltpGain, pitchGain, myVoiceIndicator, myAbs, maxAbs;
369 ltpGain = (int16_t)(logVarOut - logVarIn);
395 if( (ltpGain < 110) || (ltpGain > 230) )
397 if( ltpGain < 100 && (pitchGain < 1800) )
403 (ISACdec_obj->plcstr_obj).A = ((ltpGain < 110) && (Q < 800)
420 myVoiceIndicator = ltpGain * 2 + pitchGain;
428 myVoiceIndicator = ltpGain * 16 + pitchGain * 2 + (pitchGain >> 8);

Completed in 312 milliseconds