OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adapt_probs
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_entropymv.c
197
static void
adapt_probs
(const vp9_tree_index *tree, const vp9_prob *pre_probs,
function
210
adapt_probs
(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
218
adapt_probs
(vp9_mv_class_tree, pre_comp->classes, c->classes,
220
adapt_probs
(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
226
adapt_probs
(vp9_mv_fp_tree, pre_comp->class0_fp[j], c->class0_fp[j],
229
adapt_probs
(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
vp9_entropymode.c
356
static void
adapt_probs
(const vp9_tree_index *tree,
function
384
adapt_probs
(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
388
adapt_probs
(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
392
adapt_probs
(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
396
adapt_probs
(vp9_partition_tree, pre_fc->partition_prob[i],
401
adapt_probs
(vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i],
Completed in 26 milliseconds