Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.c41 const unsigned int left_count = (l <= 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()