bucket             96 libavcodec/g2meet.c     ePICPixHashElem *bucket[EPIC_HASH_SIZE];
bucket            415 libavcodec/g2meet.c     ePICPixHashElem *bucket = hash->bucket[idx];
bucket            418 libavcodec/g2meet.c         if (bucket[i].pix_id == key)
bucket            419 libavcodec/g2meet.c             return &bucket[i];
bucket            426 libavcodec/g2meet.c     ePICPixHashElem *bucket, *ret;
bucket            429 libavcodec/g2meet.c     if (hash->bucket_size[idx] > INT_MAX / sizeof(**hash->bucket))
bucket            434 libavcodec/g2meet.c         bucket = av_realloc(hash->bucket[idx], new_size * sizeof(*bucket));
bucket            435 libavcodec/g2meet.c         if (!bucket)
bucket            437 libavcodec/g2meet.c         hash->bucket[idx]      = bucket;
bucket            441 libavcodec/g2meet.c     ret = &hash->bucket[idx][hash->bucket_fill[idx]++];
bucket            485 libavcodec/g2meet.c             ePICPixListElem *list_elem = hash->bucket[i][j].list;
bucket            492 libavcodec/g2meet.c         av_freep(&hash->bucket[i]);
bucket             42 libavfilter/framequeue.c         nb_samples += bucket(fq, i)->frame->nb_samples;
bucket             89 libavfilter/framequeue.c     b = bucket(fq, fq->queued);
bucket            104 libavfilter/framequeue.c     b = bucket(fq, 0);
bucket            121 libavfilter/framequeue.c     b = bucket(fq, idx);
bucket            134 libavfilter/framequeue.c     b = bucket(fq, 0);