Searched defs:move (Results 1 - 25 of 154) sorted by path

1234567

/external/aac/libSBRenc/src/
H A Dmh_det.cpp304 INT move)
313 diff(pQuotaBuffer[est+move],
314 tonalityDiff[est+move],
319 calculateFlatnessMeasure(pQuotaBuffer[est+ move],
321 pSfmOrig[est + move],
322 pSfmSbr[est + move],
1074 INT move = h_sbrMHDet->move; local
1090 FDK_ASSERT(move<=(MAX_NO_OF_ESTIMATES>>1));
1137 move);
296 calculateDetectorInput(FIXP_DBL **RESTRICT pQuotaBuffer, SCHAR *RESTRICT indexVector, FIXP_DBL **RESTRICT tonalityDiff, FIXP_DBL **RESTRICT pSfmOrig, FIXP_DBL **RESTRICT pSfmSbr, const UCHAR *freqBandTable, INT nSfb, INT noEstPerFrame, INT move) argument
1230 FDKsbrEnc_InitSbrMissingHarmonicsDetector( HANDLE_SBR_MISSING_HARMONICS_DETECTOR hSbrMHDet, INT sampleFreq, INT frameSize, INT nSfb, INT qmfNoChannels, INT totNoEst, INT move, INT noEstPerFrame, UINT sbrSyntaxFlags ) argument
[all...]
H A Dmh_det.h139 INT move; member in struct:__anon249
184 INT move,
H A Dton_corr.cpp131 INT move = hTonCorr->move; local
162 for(i = 0 ; i < move; i++){
167 FDKmemmove(nrgVector,nrgVector+noEstPerFrame,move*sizeof(FIXP_DBL));
732 hTonCorr->move = hTonCorr->numberOfEstimates - hTonCorr->numberOfEstimatesPerFrame; /* Number of estimates to move when buffering.*/
784 hTonCorr->move,
H A Dton_corr.h124 INT move; /*!< How many estimates to move in the quotaMatrix, when buffering. */ member in struct:__anon270
/external/bison/lib/
H A Dvasnprintf.c5256 size_t move; local
5271 move = count - prefix_count;
5272 if (precision > move)
5275 size_t insert = precision - move;
5373 /* ENSURE_ALLOCATION will not move tmpsrc
5379 /* ENSURE_ALLOCATION will move the array
/external/chromium_org/cc/resources/
H A Dlayer_quad.h44 void move(float dx, float dy, float dz) { function in class:cc::LayerQuad::Edge
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_impl.cc376 // TODO(boliu): Make draws without root_layer work and move this below
2457 // move them to layer space for scrolling.
2574 // If the layer wasn't able to move, try the next one in the hierarchy.
2853 gfx::Vector2dF move = previous_scale_anchor - new_scale_anchor; local
2857 move.Scale(1 / active_tree_->page_scale_factor());
2859 // be accounted for from the intended move.
2860 move -= InnerViewportScrollLayer()->ClampScrollToMaxScrollOffset();
2869 ? OuterViewportScrollLayer()->ScrollBy(move)
2870 : move;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dchrome_extension_externs.js414 chrome.tabs.move = function(tabId, moveProperties, opt_callback) {};
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_drag_drop_views.cc66 int move = ui::DragDropTypes::DRAG_MOVE; local
69 move = ui::DragDropTypes::DRAG_NONE;
72 return ui::DragDropTypes::DRAG_COPY | ui::DragDropTypes::DRAG_LINK | move;
73 return ui::DragDropTypes::DRAG_COPY | move;
112 // Do a copy instead of a move when dragging bookmarks that the user can't
/external/chromium_org/content/browser/fileapi/
H A Dnative_file_util_unittest.cc285 const NativeFileUtil::CopyOrMoveMode move = NativeFileUtil::MOVE; local
298 from_file, to_file, FileSystemOperation::OPTION_NONE, move));
317 FileSystemOperation::OPTION_NONE, move));
327 FileSystemOperation::OPTION_NONE, move));
332 dir, Path("file"), FileSystemOperation::OPTION_NONE, move));
339 from_file, dir, FileSystemOperation::OPTION_NONE, move));
348 FileSystemOperation::OPTION_NONE, move));
353 FileSystemOperation::OPTION_NONE, move));
396 // Test for move.
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_base.cc206 const WebPluginGeometry& move = moves[i]; local
207 HWND window = move.window;
220 // The renderer should only be trying to move plugin windows. However,
238 // We move the intermediate parent window which doesn't result in cross-
246 if (move.visible)
254 // move. However when software compositing is used the clipping region is
265 if (move.rects_valid) {
266 gfx::Rect clip_rect_in_pixel = gfx::win::DIPToScreenRect(move.clip_rect);
271 gfx::SubtractRectanglesFromRegion(hrgn, move.cutout_rects);
276 !move
316 const WebPluginGeometry& move = moves[i]; local
[all...]
/external/chromium_org/content/child/fileapi/
H A Dwebfilesystem_impl.cc464 void WebFileSystemImpl::move( function in class:content::WebFileSystemImpl
/external/chromium_org/content/renderer/
H A Drender_widget.cc1628 // If we pause multiple times during a single mouse move event, we should
2056 void RenderWidget::SchedulePluginMove(const WebPluginGeometry& move) { argument
2059 if (plugin_window_moves_[i].window == move.window) {
2060 if (move.rects_valid) {
2061 plugin_window_moves_[i] = move;
2063 plugin_window_moves_[i].visible = move.visible;
2070 plugin_window_moves_.push_back(move);
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc1037 EditType move = best_move[l_i][r_i]; local
1038 best_path.push_back(move);
1039 l_i -= move != kAdd;
1040 r_i -= move != kRemove;
2268 << "want to change the TEST to TEST_F or move it to another test\n"
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js2088 load: 1, unload: 1, beforeunload: 2, resize: 1, move: 1, DOMContentLoaded: 1, readystatechange: 1, //window
/external/chromium_org/third_party/WebKit/Source/build/mac/
H A DPrefix.h67 const blink::TimerHeapReference& move(const blink::TimerHeapReference& t) function
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp149 move(remainder);
168 void PinchViewport::move(const FloatPoint& delta) function in class:blink::PinchViewport
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.h64 void move(LayoutUnit x, LayoutUnit y) { m_rect.move(x, y); } function in class:blink::ClipRect
65 void move(const LayoutSize& size) { m_rect.move(size); } function in class:blink::ClipRect
H A DHitTestLocation.cpp81 move(offset);
110 void HitTestLocation::move(const LayoutSize& offset) function in class:blink::HitTestLocation
112 m_point.move(offset);
113 m_transformedPoint.move(offset);
114 m_transformedRect.move(offset);
H A DHitTestRequest.h52 bool move() const { return m_requestType & Move; } function in class:blink::HitTestRequest
63 bool touchMove() const { return move() && touchEvent(); }
H A DRenderBox.h175 void move(LayoutUnit dx, LayoutUnit dy) { m_frameRect.move(dx, dy); } function in class:blink::RenderBox
H A DRenderOverflow.h53 void move(LayoutUnit dx, LayoutUnit dy);
73 inline void RenderOverflow::move(LayoutUnit dx, LayoutUnit dy) function in class:blink::RenderOverflow
75 m_layoutOverflow.move(dx, dy);
76 m_visualOverflow.move(dx, dy);
77 m_contentsVisualOverflow.move(dx, dy);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DSpectrum.js152 function move(e)
185 doc.addEventListener("mousemove", move, false);
188 move(mouseEvent);
201 doc.removeEventListener("mousemove", move, false);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DDOMFileSystemBase.cpp235 // It is an error to try to copy or move an entry inside itself at any depth if it is a directory.
239 // It is an error to copy or move an entry into its parent if a name different from its current one isn't provided.
252 void DOMFileSystemBase::move(const EntryBase* source, EntryBase* parent, const String& newName, EntryCallback* successCallback, ErrorCallback* errorCallback, SynchronousType synchronousType) function in class:blink::DOMFileSystemBase
268 fileSystem()->move(createFileSystemURL(source), parent->filesystem()->createFileSystemURL(destinationPath), callbacks.release());

Completed in 661 milliseconds

1234567