OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vp9_tree_index
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_prob.h
31
typedef int8_t
vp9_tree_index
;
typedef
44
typedef const
vp9_tree_index
vp9_tree[];
73
void vp9_tree_merge_probs(const
vp9_tree_index
*tree, const vp9_prob *pre_probs,
/external/libvpx/libvpx/vp9/common/
vp9_prob.h
31
typedef int8_t
vp9_tree_index
;
typedef
44
typedef const
vp9_tree_index
vp9_tree[];
82
void vp9_tree_merge_probs(const
vp9_tree_index
*tree, const vp9_prob *pre_probs,
Completed in 35 milliseconds