HomeSort by relevance Sort by last modified time
    Searched refs:old_cluster (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-buffer.cc 594 unsigned int old_cluster = out_info[out_len - 1].cluster; local
595 for (unsigned i = out_len; i && out_info[i - 1].cluster == old_cluster; i--)
    [all...]
hb-ot-layout.cc 1016 unsigned int old_cluster = info[j - 1].cluster; local
1017 for (unsigned k = j; k && info[k - 1].cluster == old_cluster; k--)
    [all...]
  /external/libaom/libaom/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 3248 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
3886 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
mkvmuxer.cc 3248 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
3886 Cluster* const old_cluster = cluster_list_[cluster_list_size_ - 1]; local
    [all...]

Completed in 342 milliseconds