OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:context_counter
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_mvref_common.c
32
int
context_counter
= 0;
local
47
context_counter
+= mode_2_counter[candidate->mode];
104
mi->mbmi.mode_context[ref_frame] = counter_to_context[
context_counter
];
/external/libvpx/libvpx/vp9/common/
vp9_mvref_common.c
207
int
context_counter
= 0;
local
222
context_counter
+= mode_2_counter[candidate->mode];
279
mi->mbmi.mode_context[ref_frame] = counter_to_context[
context_counter
];
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_pickmode.c
48
int
context_counter
= 0;
local
64
context_counter
+= mode_2_counter[candidate->mode];
107
mi->mbmi.mode_context[ref_frame] = counter_to_context[
context_counter
];
Completed in 175 milliseconds