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

  /external/libvpx/libvpx/vp9/encoder/
vp9_subexp.c 49 static const int map_table[MAX_PROB - 1] = { local
51 // map_table[j] = split_index(j, MAX_PROB - 1, MODULUS_PARAM);
77 i = map_table[i];
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_subexp.c 32 static const int map_table[MAX_PROB - 1] = { local
34 // map_table[j] = split_index(j, MAX_PROB - 1, MODULUS_PARAM);
60 i = map_table[i];
  /external/v8/test/cctest/
test-heap-profiler.cc 643 const v8::HeapGraphNode* map_table = local
645 CHECK_EQ(v8::HeapGraphNode::kArray, map_table->GetType());
646 CHECK_GT(map_table->GetChildrenCount(), 0);
648 for (int i = 0, count = map_table->GetChildrenCount(); i < count; ++i) {
649 const v8::HeapGraphEdge* prop = map_table->GetChild(i);
    [all...]

Completed in 1025 milliseconds