OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vp9_tokens_from_tree
(Results
1 - 5
of
5
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.c
239
vp9_tokens_from_tree
(vp9_mv_joint_encodings, vp9_mv_joint_tree);
240
vp9_tokens_from_tree
(vp9_mv_class_encodings, vp9_mv_class_tree);
241
vp9_tokens_from_tree
(vp9_mv_class0_encodings, vp9_mv_class0_tree);
242
vp9_tokens_from_tree
(vp9_mv_fp_encodings, vp9_mv_fp_tree);
vp9_treecoder.c
34
void
vp9_tokens_from_tree
(struct vp9_token *p, vp9_tree t) {
function
vp9_entropymode.c
342
vp9_tokens_from_tree
(vp9_intra_mode_encodings, vp9_intra_mode_tree);
343
vp9_tokens_from_tree
(vp9_switchable_interp_encodings,
345
vp9_tokens_from_tree
(vp9_partition_encodings, vp9_partition_tree);
346
vp9_tokens_from_tree
(vp9_inter_mode_encodings, vp9_inter_mode_tree);
vp9_treecoder.h
44
void
vp9_tokens_from_tree
(struct vp9_token*, vp9_tree);
vp9_entropy.c
366
vp9_tokens_from_tree
(vp9_coef_encodings, vp9_coef_tree);
Completed in 291 milliseconds