OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp8_mode_contexts
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/vp8/common/
modecont.c
14
const int
vp8_mode_contexts
[6][4] =
variable
modecont.h
15
extern const int
vp8_mode_contexts
[6][4];
findnearmv.c
178
p[0] =
vp8_mode_contexts
[near_mv_ref_ct[0]] [0];
179
p[1] =
vp8_mode_contexts
[near_mv_ref_ct[1]] [1];
180
p[2] =
vp8_mode_contexts
[near_mv_ref_ct[2]] [2];
181
p[3] =
vp8_mode_contexts
[near_mv_ref_ct[3]] [3];
182
/*p[3] =
vp8_mode_contexts
[near_mv_ref_ct[1] + near_mv_ref_ct[2] + near_mv_ref_ct[3]] [3];*/
Completed in 310 milliseconds