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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
window32_w32.c 32 int16_t x_low, x_hi, y_low, y_hi; local
46 y_hi = (int16_t)(y[i] >> 16);
51 y_low = (int16_t)((y[i] - (y_hi << 16)) >> 1);
54 temp = ((x_hi * y_hi) << 1) + ((x_hi * y_low) >> 14);
56 z[i] = temp + ((x_low * y_hi) >> 14);
  /external/opencv3/modules/core/src/
downhill_simplex.cpp 353 double y_lo = y_[ilo], y_nhi = y_[inhi], y_hi = y_[ihi]; local
358 dprintf(("\ny_lo=%g, y_nhi=%g, y_hi=%g, y_alpha=%g, p_alpha:\n", y_lo, y_nhi, y_hi, y_alpha));
386 if( y_gamma < y_hi )

Completed in 99 milliseconds