AVI_INDEX_CLUSTER_SIZE  100 libavformat/avienc.c     int cl = ent_id / AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  101 libavformat/avienc.c     int id = ent_id % AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  112 libavformat/avienc.c     int cl           = idx->entry / AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  113 libavformat/avienc.c     int id           = idx->entry % AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  123 libavformat/avienc.c             av_malloc(AVI_INDEX_CLUSTER_SIZE * sizeof(AVIIentry));
AVI_INDEX_CLUSTER_SIZE  126 libavformat/avienc.c         idx->ents_allocated += AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  984 libavformat/avienc.c         for (int j = 0; j < avist->indexes.ents_allocated / AVI_INDEX_CLUSTER_SIZE; j++)