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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_context_tree.c 92 const int tree_nodes = 64 + 16 + 4 + 1; local
103 CHECK_MEM_ERROR(cm, x->pc_tree, vpx_calloc(tree_nodes, sizeof(*x->pc_tree)));
136 x->pc_root = &x->pc_tree[tree_nodes - 1];
141 const int tree_nodes = 64 + 16 + 4 + 1; local
149 for (i = 0; i < tree_nodes; ++i)
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.cc 545 std::vector<linked_ptr<BookmarkTreeNode> > tree_nodes; local
550 GetChromeBookmarkClient(), node, &tree_nodes, false); local
553 results_ = bookmarks::GetRecent::Results::Create(tree_nodes);
620 std::vector<linked_ptr<BookmarkTreeNode> > tree_nodes; local
624 bookmark_api_helpers::AddNode(client, *node_iter, &tree_nodes, false);
627 results_ = bookmarks::Search::Results::Create(tree_nodes);
    [all...]
  /external/opencv/ml/src/
mltree.cpp 3397 CvFileNode* tree_nodes; local
    [all...]

Completed in 379 milliseconds