LEN               183 libavfilter/vf_cropdetect.c #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \
LEN               186 libavfilter/vf_cropdetect.c             if (checkline(ctx, frame->data[0] + STEP0 * y, STEP1, LEN, bpp) > limit) {\
LEN               324 libavformat/asfdec_f.c     av_assert0((unsigned)len < (INT_MAX - LEN) / 2);
LEN               329 libavformat/asfdec_f.c     value = av_malloc(2 * len + LEN);
LEN               355 libavformat/asfdec_f.c         snprintf(value, LEN, "%"PRIu64, num);
LEN                35 libavutil/tests/adler32.c     uint8_t data[LEN];
LEN                39 libavutil/tests/adler32.c     for (i = 0; i < LEN; i++)
LEN                45 libavutil/tests/adler32.c             checksum = av_adler32_update(1, data, LEN);
LEN                49 libavutil/tests/adler32.c         checksum = av_adler32_update(1, data, LEN);
LEN                33 libavutil/tests/pca.c     double eigenvector[LEN*LEN];
LEN                34 libavutil/tests/pca.c     double eigenvalue[LEN];
LEN                39 libavutil/tests/pca.c     pca= ff_pca_init(LEN);
LEN                42 libavutil/tests/pca.c         double v[2*LEN+100];
LEN                44 libavutil/tests/pca.c         int pos = av_lfg_get(&prng) % LEN;
LEN                65 libavutil/tests/pca.c     for(i=0; i<LEN; i++){
LEN                73 libavutil/tests/pca.c         for(j=i; j<LEN; j++){
LEN                74 libavutil/tests/pca.c             printf("%f ", pca->covariance[i + j*LEN]);
LEN                79 libavutil/tests/pca.c     for(i=0; i<LEN; i++){
LEN                80 libavutil/tests/pca.c         double v[LEN];
LEN                83 libavutil/tests/pca.c         for(j=0; j<LEN; j++){
LEN                84 libavutil/tests/pca.c             for(k=0; k<LEN; k++){
LEN                85 libavutil/tests/pca.c                 v[j] += pca->covariance[FFMIN(k,j) + FFMAX(k,j)*LEN] * eigenvector[i + k*LEN];
LEN                88 libavutil/tests/pca.c             error += fabs(v[j] - eigenvector[i + j*LEN]);
LEN                94 libavutil/tests/pca.c     for(i=0; i<LEN; i++){
LEN                95 libavutil/tests/pca.c         for(j=0; j<LEN; j++){
LEN                96 libavutil/tests/pca.c             printf("%9.6f ", eigenvector[i + j*LEN]);
LEN               239 libswresample/resample.c         double sine[LEN + tap_count];
LEN               240 libswresample/resample.c         double filtered[LEN];
LEN               242 libswresample/resample.c         for(i=0; i<LEN; i++){
LEN               244 libswresample/resample.c             for(j=0; j<LEN+tap_count; j++)
LEN               245 libswresample/resample.c                 sine[j]= cos(i*j*M_PI/LEN);
LEN               246 libswresample/resample.c             for(j=0; j<LEN; j++){
LEN               256 libswresample/resample.c             ss= sqrt(2*ss/LEN);
LEN               257 libswresample/resample.c             ff= sqrt(2*ff/LEN);
LEN               258 libswresample/resample.c             sf= 2*sf/LEN;
LEN                35 tests/checkasm/af_afir.c     for (i = 0; i < LEN*2+8; i += 2) {        \
LEN                44 tests/checkasm/af_afir.c     LOCAL_ALIGNED_32(float, cdst, [LEN*2+8]);
LEN                45 tests/checkasm/af_afir.c     LOCAL_ALIGNED_32(float, odst, [LEN*2+8]);
LEN                51 tests/checkasm/af_afir.c     memcpy(cdst, src0, (LEN*2+8) * sizeof(float));
LEN                52 tests/checkasm/af_afir.c     memcpy(odst, src0, (LEN*2+8) * sizeof(float));
LEN                53 tests/checkasm/af_afir.c     call_ref(cdst, src1, src2, LEN);
LEN                54 tests/checkasm/af_afir.c     call_new(odst, src1, src2, LEN);
LEN                55 tests/checkasm/af_afir.c     for (i = 0; i <= LEN*2; i++) {
LEN                75 tests/checkasm/af_afir.c     memcpy(odst, src0, (LEN*2+8) * sizeof(float));
LEN                76 tests/checkasm/af_afir.c     bench_new(odst, src1, src2, LEN);
LEN                81 tests/checkasm/af_afir.c     LOCAL_ALIGNED_32(float, src0, [LEN*2+8]);
LEN                82 tests/checkasm/af_afir.c     LOCAL_ALIGNED_32(float, src1, [LEN*2+8]);
LEN                83 tests/checkasm/af_afir.c     LOCAL_ALIGNED_32(float, src2, [LEN*2+8]);
LEN                35 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i += 2) {            \
LEN                44 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float, cdst, [LEN]);
LEN                45 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float, odst, [LEN]);
LEN                51 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1, LEN);
LEN                52 tests/checkasm/float_dsp.c     call_new(odst, src0, src1, LEN);
LEN                53 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN                62 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1, LEN);
LEN                67 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, cdst, [LEN]);
LEN                68 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, odst, [LEN]);
LEN                74 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1, LEN);
LEN                75 tests/checkasm/float_dsp.c     call_new(odst, src0, src1, LEN);
LEN                76 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN                85 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1, LEN);
LEN                91 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float, cdst, [LEN]);
LEN                92 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float, odst, [LEN]);
LEN                98 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1, src2, LEN);
LEN                99 tests/checkasm/float_dsp.c     call_new(odst, src0, src1, src2, LEN);
LEN               100 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN               108 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1, src2, LEN);
LEN               113 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float, cdst, [LEN]);
LEN               114 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float, odst, [LEN]);
LEN               119 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1[0], LEN);
LEN               120 tests/checkasm/float_dsp.c     call_new(odst, src0, src1[0], LEN);
LEN               121 tests/checkasm/float_dsp.c         for (i = 0; i < LEN; i++) {
LEN               130 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1[0], LEN);
LEN               136 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float, cdst, [LEN]);
LEN               137 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float, odst, [LEN]);
LEN               143 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1, win, LEN / 2);
LEN               144 tests/checkasm/float_dsp.c     call_new(odst, src0, src1, win, LEN / 2);
LEN               145 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN               153 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1, win, LEN / 2);
LEN               159 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float, cdst, [LEN]);
LEN               160 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float, odst, [LEN]);
LEN               165 tests/checkasm/float_dsp.c     memcpy(cdst, src2, LEN * sizeof(*src2));
LEN               166 tests/checkasm/float_dsp.c     memcpy(odst, src2, LEN * sizeof(*src2));
LEN               168 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1[0], LEN);
LEN               169 tests/checkasm/float_dsp.c     call_new(odst, src0, src1[0], LEN);
LEN               170 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN               178 tests/checkasm/float_dsp.c     memcpy(odst, src2, LEN * sizeof(*src2));
LEN               179 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1[0], LEN);
LEN               184 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, cdst, [LEN]);
LEN               185 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, odst, [LEN]);
LEN               190 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1[0], LEN);
LEN               191 tests/checkasm/float_dsp.c     call_new(odst, src0, src1[0], LEN);
LEN               192 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN               201 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1[0], LEN);
LEN               207 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, cdst, [LEN]);
LEN               208 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, odst, [LEN]);
LEN               213 tests/checkasm/float_dsp.c     memcpy(cdst, src2, LEN * sizeof(*src2));
LEN               214 tests/checkasm/float_dsp.c     memcpy(odst, src2, LEN * sizeof(*src2));
LEN               215 tests/checkasm/float_dsp.c     call_ref(cdst, src0, src1[0], LEN);
LEN               216 tests/checkasm/float_dsp.c     call_new(odst, src0, src1[0], LEN);
LEN               217 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN               225 tests/checkasm/float_dsp.c     memcpy(odst, src2, LEN * sizeof(*src2));
LEN               226 tests/checkasm/float_dsp.c     bench_new(odst, src0, src1[0], LEN);
LEN               231 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  cdst,  [LEN]);
LEN               232 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  odst,  [LEN]);
LEN               233 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  cdst1, [LEN]);
LEN               234 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  odst1, [LEN]);
LEN               240 tests/checkasm/float_dsp.c     memcpy(cdst,  src0, LEN * sizeof(*src0));
LEN               241 tests/checkasm/float_dsp.c     memcpy(cdst1, src1, LEN * sizeof(*src1));
LEN               242 tests/checkasm/float_dsp.c     memcpy(odst,  src0, LEN * sizeof(*src0));
LEN               243 tests/checkasm/float_dsp.c     memcpy(odst1, src1, LEN * sizeof(*src1));
LEN               245 tests/checkasm/float_dsp.c     call_ref(cdst, cdst1, LEN);
LEN               246 tests/checkasm/float_dsp.c     call_new(odst, odst1, LEN);
LEN               247 tests/checkasm/float_dsp.c     for (i = 0; i < LEN; i++) {
LEN               258 tests/checkasm/float_dsp.c     memcpy(odst,  src0, LEN * sizeof(*src0));
LEN               259 tests/checkasm/float_dsp.c     memcpy(odst1, src1, LEN * sizeof(*src1));
LEN               260 tests/checkasm/float_dsp.c     bench_new(odst, odst1, LEN);
LEN               270 tests/checkasm/float_dsp.c     cprod = call_ref(src0, src1, LEN);
LEN               271 tests/checkasm/float_dsp.c     oprod = call_new(src0, src1, LEN);
LEN               277 tests/checkasm/float_dsp.c     bench_new(src0, src1, LEN);
LEN               282 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float,  src0,     [LEN]);
LEN               283 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float,  src1,     [LEN]);
LEN               284 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(float,  src2,     [LEN]);
LEN               285 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  src3,     [LEN]);
LEN               286 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  src4,     [LEN]);
LEN               287 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_16(float,  src5,     [LEN]);
LEN               288 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, dbl_src0, [LEN]);
LEN               289 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, dbl_src1, [LEN]);
LEN               290 tests/checkasm/float_dsp.c     LOCAL_ALIGNED_32(double, dbl_src2, [LEN]);