Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dprob.c42 const unsigned int right_count = (r <= 0) in tree_merge_probs_impl() local
45 const unsigned int ct[2] = { left_count, right_count }; in tree_merge_probs_impl()
47 return left_count + right_count; in tree_merge_probs_impl()
/external/bison/src/
Dprint.c439 int left_count = 0, right_count = 0; in print_grammar() local
451 right_count++; in print_grammar()
477 if (right_count > 0) in print_grammar()