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
254
vp9_tokens_from_tree
(vp9_mv_joint_encodings, vp9_mv_joint_tree);
255
vp9_tokens_from_tree
(vp9_mv_class_encodings, vp9_mv_class_tree);
256
vp9_tokens_from_tree
(vp9_mv_class0_encodings, vp9_mv_class0_tree);
257
vp9_tokens_from_tree
(vp9_mv_fp_encodings, vp9_mv_fp_tree);
vp9_treecoder.c
33
void
vp9_tokens_from_tree
(struct vp9_token *p, vp9_tree t) {
function
vp9_treecoder.h
42
void
vp9_tokens_from_tree
(struct vp9_token*, vp9_tree);
vp9_entropymode.c
348
vp9_tokens_from_tree
(vp9_intra_mode_encodings, vp9_intra_mode_tree);
349
vp9_tokens_from_tree
(vp9_switchable_interp_encodings,
351
vp9_tokens_from_tree
(vp9_partition_encodings, vp9_partition_tree);
vp9_entropy.c
600
vp9_tokens_from_tree
(vp9_coef_encodings, vp9_coef_tree);
Completed in 489 milliseconds