HomeSort by relevance Sort by last modified time
    Searched defs:vp9_mv_fp_tree (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 40 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { variable
204 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->class0_fp[j],
207 vpx_tree_merge_probs(vp9_mv_fp_tree, pre_comp->fp, c->fp, comp->fp);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_entropymv.c 43 const vp9_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { variable
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);

Completed in 33 milliseconds