Home | History | Annotate | Download | only in libwebm

Lines Matching refs:cluster_size

2885   const uint64 cluster_size = last_cluster->payload_size();
2887 if (max_cluster_size_ > 0 && cluster_size >= max_cluster_size_)