AVI_INDEX_CLUSTER_SIZE   81 libavformat/avienc.c     int cl = ent_id / AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE   82 libavformat/avienc.c     int id = ent_id % AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  658 libavformat/avienc.c         int cl = idx->entry / AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  659 libavformat/avienc.c         int id = idx->entry % AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  668 libavformat/avienc.c                 av_malloc(AVI_INDEX_CLUSTER_SIZE * sizeof(AVIIentry));
AVI_INDEX_CLUSTER_SIZE  671 libavformat/avienc.c             idx->ents_allocated += AVI_INDEX_CLUSTER_SIZE;
AVI_INDEX_CLUSTER_SIZE  740 libavformat/avienc.c         for (j = 0; j < avist->indexes.ents_allocated / AVI_INDEX_CLUSTER_SIZE; j++)