HomeSort by relevance Sort by last modified time
    Searched full:tree_len (Results 1 - 1 of 1) sorted by null

  /external/libvpx/vp8/common/
treecoder.c 64 const int tree_len = n - 1; local
68 assert(tree_len);
75 while (++t < tree_len);
92 assert(j < tree_len && 0 <= L);
120 const int tree_len = n - 1; local
142 while (++t < tree_len);

Completed in 54 milliseconds