xcorrelate 47 libavfilter/af_axcorrelate.c int (*xcorrelate)(AVFilterContext *ctx, AVFrame *out); xcorrelate 141 libavfilter/af_axcorrelate.c dst[n] = xcorrelate(x + n, y + n, sumx[0], sumy[0], size); xcorrelate 251 libavfilter/af_axcorrelate.c s->used = s->xcorrelate(ctx, out); xcorrelate 312 libavfilter/af_axcorrelate.c case 0: s->xcorrelate = xcorrelate_slow; break; xcorrelate 313 libavfilter/af_axcorrelate.c case 1: s->xcorrelate = xcorrelate_fast; break;