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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
autocorr.h 107 const Word16 wind[], /* (i) : window for LPC analysis (L_WINDOW) */
autocorr.cpp 156 wind = buffer of window signals of type Word16
204 const Word16 wind[] // (i) : window for LPC analysis (L_WINDOW)
216 y[i] = mult_r (x[i], wind[i]);
305 const Word16 wind[], /* (i) : window for LPC analysis (L_WINDOW) */
331 p_wind = wind;
366 p_wind = &wind[L_WINDOW-i];
  /external/libyuv/files/source/
general.cc 34 int wind, hind; local
40 for (wind = 0; wind < halfWidth; wind++) {
42 indO = hind * src_ystride + wind;
43 indS = hind * dst_ystride + (width - wind - 1);
54 for (wind = 0; wind < halfuvWidth; wind++) {
56 indO = hind * halfSrcuvStride + wind;
    [all...]
  /development/ide/xcode/ports/
SkBitmap_Mac.cpp 106 void SkBitmap::drawToPort(WindowRef wind, CGContextRef cg) const {
113 SetPortWindowPort(wind);
114 QDBeginCGContext(GetWindowPort(wind), &cg);
138 QDEndCGContext(GetWindowPort(wind), &cg);
  /external/jmonkeyengine/engine/src/android/com/jme3/app/
AndroidHarness.java 187 WindowManager wind = this.getWindowManager(); local
188 Display disp = wind.getDefaultDisplay();
  /external/skia/samplecode/
SampleApp.cpp 534 static SkView* curr_view(SkWindow* wind) {
535 SkView::F2BIter iter(wind);
539 static bool curr_title(SkWindow* wind, SkString* title) {
540 SkView* view = curr_view(wind);
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 1801 milliseconds