Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dtreecoder.c64 const int tree_len = n - 1; in branch_counts() local
68 assert(tree_len); in branch_counts()
75 while (++t < tree_len); in branch_counts()
92 assert(j < tree_len && 0 <= L); in branch_counts()
120 const int tree_len = n - 1; in vp8_tree_probs_from_distribution() local
142 while (++t < tree_len); in vp8_tree_probs_from_distribution()