HomeSort by relevance Sort by last modified time
    Searched full:windowsize (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/loader/
ImageDocument.cpp 224 IntSize windowSize = IntSize(frame()->view()->width(), frame()->view()->height());
226 float widthScale = (float)windowSize.width() / imageSize.width();
227 float heightScale = (float)windowSize.height() / imageSize.height();
311 IntSize windowSize = IntSize(frame()->view()->width(), frame()->view()->height());
313 return imageSize.width() <= windowSize.width() && imageSize.height() <= windowSize.height();
  /external/speex/libspeex/
nb_celp.c 135 st->windowSize = st->frameSize+st->subframeSize;
159 st->winBuf = (spx_word16_t*)speex_alloc((st->windowSize-st->frameSize)*sizeof(spx_word16_t));
304 ALLOC(w_sig, st->windowSize, spx_word16_t);
307 for (i=0;i<st->windowSize-st->frameSize;i++)
309 for (;i<st->windowSize;i++)
310 w_sig[i] = EXTRACT16(SHR32(MULT16_16(in[i-st->windowSize+st->frameSize],st->window[i]),SIG_SHIFT));
312 _spx_autocorr(w_sig, autocorr, st->lpcSize+1, st->windowSize);
339 int diff = st->windowSize-st->frameSize;
558 SPEEX_COPY(st->winBuf, in+2*st->frameSize-st->windowSize, st->windowSize-st->frameSize)
    [all...]
sb_celp.c 216 st->windowSize = st->frame_size+st->subframeSize;
233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t));
356 high = high - (st->windowSize-st->frame_size);
357 SPEEX_COPY(high, st->high, st->windowSize-st->frame_size);
358 SPEEX_COPY(st->high, &high[st->frame_size], st->windowSize-st->frame_size);
387 ALLOC(w_sig, st->windowSize, spx_word16_t);
392 for (i=0;i<st->windowSize;i++)
395 for (i=0;i<st->windowSize;i++)
399 _spx_autocorr(w_sig, autocorr, st->lpcSize+1, st->windowSize);
    [all...]
sb_celp.h 51 int windowSize; /**< Length of high-band LPC window*/
nb_celp.h 56 int windowSize; /**< Analysis (LPC) window length */
  /external/webkit/WebCore/inspector/front-end/
TimelineOverviewPane.js 208 var windowSize = windowRight - windowLeft;
212 end = windowSize;
217 start = end - windowSize;
  /external/tremolo/Tremolo/
dsp.c 191 /* read our mode and pre/post windowsize */
221 /* read our mode and pre/post windowsize */
  /frameworks/base/core/java/android/view/
ViewRoot.java     [all...]
  /packages/apps/Email/src/com/android/exchange/adapter/
Tags.java 485 "MoreAvailable", "WindowSize", "Commands", "Options", "FilterType", "Truncation",
    [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/per/src/
h245_analysis.cpp     [all...]
h245_decoder.cpp     [all...]
h245_encoder.cpp     [all...]
  /external/opencore/protocols/systems/3g-324m_pvterminal/h245/cmn/include/
h245def.h     [all...]

Completed in 460 milliseconds