OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:map_table
(Results
1 - 3
of
3
) sorted by null
/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/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];
/external/v8/test/cctest/
test-heap-profiler.cc
640
const v8::HeapGraphNode*
map_table
=
local
642
CHECK_EQ(v8::HeapGraphNode::kArray,
map_table
->GetType());
643
CHECK_GT(
map_table
->GetChildrenCount(), 0);
645
for (int i = 0, count =
map_table
->GetChildrenCount(); i < count; ++i) {
646
const v8::HeapGraphEdge* prop =
map_table
->GetChild(i);
[
all
...]
Completed in 234 milliseconds