AVI_INDEX_CLUSTER_SIZE 55 libavformat/avienc.c int cl = ent_id / AVI_INDEX_CLUSTER_SIZE; AVI_INDEX_CLUSTER_SIZE 56 libavformat/avienc.c int id = ent_id % AVI_INDEX_CLUSTER_SIZE; AVI_INDEX_CLUSTER_SIZE 516 libavformat/avienc.c int cl = idx->entry / AVI_INDEX_CLUSTER_SIZE; AVI_INDEX_CLUSTER_SIZE 517 libavformat/avienc.c int id = idx->entry % AVI_INDEX_CLUSTER_SIZE; AVI_INDEX_CLUSTER_SIZE 522 libavformat/avienc.c idx->cluster[cl] = av_malloc(AVI_INDEX_CLUSTER_SIZE*sizeof(AVIIentry)); AVI_INDEX_CLUSTER_SIZE 525 libavformat/avienc.c idx->ents_allocated += AVI_INDEX_CLUSTER_SIZE; AVI_INDEX_CLUSTER_SIZE 587 libavformat/avienc.c for (j=0; j<avi->indexes[i].ents_allocated/AVI_INDEX_CLUSTER_SIZE; j++)