Home
last modified time | relevance | path

Searched refs:right_count (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.c46 const unsigned int right_count = (r <= 0) in tree_merge_probs_impl() local
50 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
53 return left_count + right_count; in tree_merge_probs_impl()