Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape-fallback.cc421 unsigned int last_cluster = buffer->info[0].cluster; in _hb_ot_shape_fallback_position() local
424 if (buffer->info[i].cluster != last_cluster) { in _hb_ot_shape_fallback_position()
427 last_cluster = buffer->info[i].cluster; in _hb_ot_shape_fallback_position()
Dhb-buffer.cc480 unsigned int i, start, count, last_cluster; in reverse_clusters() local
489 last_cluster = info[0].cluster; in reverse_clusters()
491 if (last_cluster != info[i].cluster) { in reverse_clusters()
494 last_cluster = info[i].cluster; in reverse_clusters()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.cpp2684 const Cluster* const last_cluster = cluster_list_[cluster_list_size_ - 1]; in TestFrame() local
2685 const uint64 last_cluster_timecode = last_cluster->timecode(); in TestFrame()
2725 const uint64 cluster_size = last_cluster->payload_size(); in TestFrame()