HomeSort by relevance Sort by last modified time
    Searched full:adapt_probs (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_entropymv.c 190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, function
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes,
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
219 adapt_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], c->class0_fp[j],
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
vp9_entropymode.c 344 static void adapt_probs(const vp9_tree_index *tree, function
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i],
389 adapt_probs(vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i],
  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, function
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes,
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
219 adapt_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], c->class0_fp[j],
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
vp9_entropymode.c 344 static void adapt_probs(const vp9_tree_index *tree, function
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i],
389 adapt_probs(vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i],
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.c 190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs, function
203 adapt_probs(vp9_mv_joint_tree, pre_fc->joints, counts->joints, fc->joints);
211 adapt_probs(vp9_mv_class_tree, pre_comp->classes, c->classes,
213 adapt_probs(vp9_mv_class0_tree, pre_comp->class0, c->class0, comp->class0);
219 adapt_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j], c->class0_fp[j],
222 adapt_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
vp9_entropymode.c 344 static void adapt_probs(const vp9_tree_index *tree, function
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i],
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i],
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
384 adapt_probs(vp9_partition_tree, pre_fc->partition_prob[i],
389 adapt_probs(vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i],

Completed in 99 milliseconds