Home | History | Annotate | Download | only in libwebm

Lines Matching refs:clusters

2208   // Copy the Clusters.
2828 // If no clusters have been created yet, then create a new cluster
2849 // is allowed, this muxer doesn't actually write clusters like that,
2899 // Add more clusters.
2902 Cluster** const clusters =
2904 if (!clusters)
2908 clusters[i] = cluster_list_[i];
2913 cluster_list_ = clusters;