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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
dsp_helper.cc 198 int16_t strt = (kParabolaCoefficients[fit_index[fs_mult]][0] local
201 if (temp < -den * strt) {
202 lmt = strt - stp;
215 } else if (temp > -den * (strt + stp)) {
216 lmt = strt + 2 * stp;
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 25 ** Strings are kept in several lists headed by the array g->strt.hash.
119 stringtable strt; /* hash table for strings */ member in struct:global_State
126 int sweepstrgc; /* position of sweep in `strt' */

Completed in 7327 milliseconds