Home
last modified time | relevance | path

Searched refs:map_table (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_subexp.c49 static const int map_table[MAX_PROB - 1] = { in remap_prob() local
77 i = map_table[i]; in remap_prob()
/external/v8/test/cctest/
Dtest-heap-profiler.cc623 const v8::HeapGraphNode* map_table = in TEST() local
625 CHECK_EQ(v8::HeapGraphNode::kArray, map_table->GetType()); in TEST()
626 CHECK_GT(map_table->GetChildrenCount(), 0); in TEST()
628 for (int i = 0, count = map_table->GetChildrenCount(); i < count; ++i) { in TEST()
629 const v8::HeapGraphEdge* prop = map_table->GetChild(i); in TEST()