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

  /external/webrtc/src/common_audio/vad/
vad_gmm.c 34 int16_t tmp16, inv_std, inv_std2, exp_value = 0; local
65 // |exp_value| ~= exp(-(x - m)^2 / (2 * s^2))
72 exp_value = (0x0400 | (tmp16 & 0x03FF));
76 // Get |exp_value| = exp(-|tmp32|) in Q10.
77 exp_value >>= tmp16;
82 return WEBRTC_SPL_MUL_16_16(inv_std, exp_value);
  /device/lge/mako/camera/
QCameraHWI.cpp 2740 char *val, *exp_value, *prev_value; local
    [all...]

Completed in 287 milliseconds