HomeSort by relevance Sort by last modified time
    Searched refs:pre_probs (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
prob.c 34 const vpx_prob *pre_probs,
40 : tree_merge_probs_impl(l, tree, pre_probs, counts, probs);
44 : tree_merge_probs_impl(r, tree, pre_probs, counts, probs);
46 probs[i >> 1] = mode_mv_merge_probs(pre_probs[i >> 1], ct);
50 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs,
52 tree_merge_probs_impl(0, tree, pre_probs, counts, probs);
prob.h 93 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_prob.c 35 const vp9_prob *pre_probs,
43 : tree_merge_probs_impl(l, tree, pre_probs, counts,
48 : tree_merge_probs_impl(r, tree, pre_probs, counts,
51 probs[i >> 1] = merge_probs(pre_probs[i >> 1], ct,
56 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
59 tree_merge_probs_impl(0, tree, pre_probs, counts, count_sat,
vp9_prob.h 82 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
vp9_entropy.c 741 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; local
    [all...]
vp9_entropymv.c 190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
192 vp9_tree_merge_probs(tree, pre_probs, counts, MV_COUNT_SAT,
vp9_entropymode.c 345 const vp9_prob *pre_probs, const unsigned int *counts,
347 vp9_tree_merge_probs(tree, pre_probs, counts, COUNT_SAT, MAX_UPDATE_FACTOR,
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.c 775 const vp9_coeff_probs_model *const pre_probs = pre_fc->coef_probs[tx_size]; local
    [all...]

Completed in 240 milliseconds