Home | History | Annotate | Download | only in libwebm

Lines Matching full:idx_next

3117   const ptrdiff_t idx_next = i - m_clusters;  // insertion position
3119 PreloadCluster(pNext, idx_next);
3121 assert(idx_next < m_clusterSize);
3122 assert(m_clusters[idx_next] == pNext);
3478 const ptrdiff_t idx_next = i - m_clusters; // insertion position
3480 PreloadCluster(pNext, idx_next);
3482 assert(idx_next < m_clusterSize);
3483 assert(m_clusters[idx_next] == pNext);