LEN 150 libavcodec/avfft.c FFTSample *ref = av_malloc_array(LEN, sizeof(*ref)); LEN 151 libavcodec/avfft.c FFTSample *data = av_malloc_array(LEN, sizeof(*data)); LEN 157 libavcodec/avfft.c for (i=0; i<LEN; i++) { LEN 163 libavcodec/avfft.c for (i=0; i<LEN; i++) { LEN 164 libavcodec/avfft.c if (fabs(ref[i] - data[i]/LEN*2) > 1) { LEN 165 libavcodec/avfft.c fprintf(stderr, "Failed at %d (%f %f)\n", i, ref[i], data[i]/LEN*2); LEN 155 libavcodec/resample2.c double sine[LEN + tap_count]; LEN 156 libavcodec/resample2.c double filtered[LEN]; LEN 158 libavcodec/resample2.c for(i=0; i<LEN; i++){ LEN 160 libavcodec/resample2.c for(j=0; j<LEN+tap_count; j++) LEN 161 libavcodec/resample2.c sine[j]= cos(i*j*M_PI/LEN); LEN 162 libavcodec/resample2.c for(j=0; j<LEN; j++){ LEN 172 libavcodec/resample2.c ss= sqrt(2*ss/LEN); LEN 173 libavcodec/resample2.c ff= sqrt(2*ff/LEN); LEN 174 libavcodec/resample2.c sf= 2*sf/LEN; LEN 181 libavfilter/vf_cropdetect.c #define FIND(DST, FROM, NOEND, INC, STEP0, STEP1, LEN) \ LEN 184 libavfilter/vf_cropdetect.c if (checkline(ctx, frame->data[0] + STEP0 * y, STEP1, LEN, bpp) > limit) {\ LEN 287 libavformat/asfdec.c if ((unsigned)len >= (UINT_MAX - LEN) / 2) LEN 293 libavformat/asfdec.c value = av_malloc(2 * len + LEN); LEN 313 libavformat/asfdec.c snprintf(value, LEN, "%"PRIu64, num); LEN 111 libavutil/adler32.c char data[LEN]; LEN 115 libavutil/adler32.c for (i = 0; i < LEN; i++) LEN 121 libavutil/adler32.c checksum = av_adler32_update(1, data, LEN); LEN 125 libavutil/adler32.c checksum = av_adler32_update(1, data, LEN); LEN 230 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cdst, [LEN]); LEN 231 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, odst, [LEN]); LEN 234 libavutil/float_dsp.c cdsp->vector_fmul(cdst, v1, v2, LEN); LEN 235 libavutil/float_dsp.c fdsp->vector_fmul(odst, v1, v2, LEN); LEN 237 libavutil/float_dsp.c if (ret = compare_floats(cdst, odst, LEN, FLT_EPSILON)) LEN 247 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cdst, [LEN]); LEN 248 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, odst, [LEN]); LEN 251 libavutil/float_dsp.c memcpy(cdst, v1, LEN * sizeof(*v1)); LEN 252 libavutil/float_dsp.c memcpy(odst, v1, LEN * sizeof(*v1)); LEN 254 libavutil/float_dsp.c cdsp->vector_fmac_scalar(cdst, src0, scale, LEN); LEN 255 libavutil/float_dsp.c fdsp->vector_fmac_scalar(odst, src0, scale, LEN); LEN 257 libavutil/float_dsp.c if (ret = compare_floats(cdst, odst, LEN, ARBITRARY_FMAC_SCALAR_CONST)) LEN 266 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cdst, [LEN]); LEN 267 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, odst, [LEN]); LEN 270 libavutil/float_dsp.c cdsp->vector_fmul_scalar(cdst, v1, scale, LEN); LEN 271 libavutil/float_dsp.c fdsp->vector_fmul_scalar(odst, v1, scale, LEN); LEN 273 libavutil/float_dsp.c if (ret = compare_floats(cdst, odst, LEN, FLT_EPSILON)) LEN 282 libavutil/float_dsp.c LOCAL_ALIGNED(32, double, cdst, [LEN]); LEN 283 libavutil/float_dsp.c LOCAL_ALIGNED(32, double, odst, [LEN]); LEN 286 libavutil/float_dsp.c cdsp->vector_dmul_scalar(cdst, v1, scale, LEN); LEN 287 libavutil/float_dsp.c fdsp->vector_dmul_scalar(odst, v1, scale, LEN); LEN 289 libavutil/float_dsp.c if (ret = compare_doubles(cdst, odst, LEN, DBL_EPSILON)) LEN 299 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cdst, [LEN]); LEN 300 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, odst, [LEN]); LEN 303 libavutil/float_dsp.c cdsp->vector_fmul_window(cdst, v1, v2, v3, LEN / 2); LEN 304 libavutil/float_dsp.c fdsp->vector_fmul_window(odst, v1, v2, v3, LEN / 2); LEN 306 libavutil/float_dsp.c if (ret = compare_floats(cdst, odst, LEN, ARBITRARY_FMUL_WINDOW_CONST)) LEN 316 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cdst, [LEN]); LEN 317 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, odst, [LEN]); LEN 320 libavutil/float_dsp.c cdsp->vector_fmul_add(cdst, v1, v2, v3, LEN); LEN 321 libavutil/float_dsp.c fdsp->vector_fmul_add(odst, v1, v2, v3, LEN); LEN 323 libavutil/float_dsp.c if (ret = compare_floats(cdst, odst, LEN, ARBITRARY_FMUL_ADD_CONST)) LEN 332 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cdst, [LEN]); LEN 333 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, odst, [LEN]); LEN 336 libavutil/float_dsp.c cdsp->vector_fmul_reverse(cdst, v1, v2, LEN); LEN 337 libavutil/float_dsp.c fdsp->vector_fmul_reverse(odst, v1, v2, LEN); LEN 339 libavutil/float_dsp.c if (ret = compare_floats(cdst, odst, LEN, FLT_EPSILON)) LEN 348 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cv1, [LEN]); LEN 349 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, cv2, [LEN]); LEN 350 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, ov1, [LEN]); LEN 351 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, ov2, [LEN]); LEN 354 libavutil/float_dsp.c memcpy(cv1, v1, LEN * sizeof(*v1)); LEN 355 libavutil/float_dsp.c memcpy(cv2, v2, LEN * sizeof(*v2)); LEN 356 libavutil/float_dsp.c memcpy(ov1, v1, LEN * sizeof(*v1)); LEN 357 libavutil/float_dsp.c memcpy(ov2, v2, LEN * sizeof(*v2)); LEN 359 libavutil/float_dsp.c cdsp->butterflies_float(cv1, cv2, LEN); LEN 360 libavutil/float_dsp.c fdsp->butterflies_float(ov1, ov2, LEN); LEN 362 libavutil/float_dsp.c if ((ret = compare_floats(cv1, ov1, LEN, FLT_EPSILON)) || LEN 363 libavutil/float_dsp.c (ret = compare_floats(cv2, ov2, LEN, FLT_EPSILON))) LEN 376 libavutil/float_dsp.c cprod = cdsp->scalarproduct_float(v1, v2, LEN); LEN 377 libavutil/float_dsp.c oprod = fdsp->scalarproduct_float(v1, v2, LEN); LEN 392 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, src0, [LEN]); LEN 393 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, src1, [LEN]); LEN 394 libavutil/float_dsp.c LOCAL_ALIGNED(32, float, src2, [LEN]); LEN 395 libavutil/float_dsp.c LOCAL_ALIGNED(32, double, dbl_src0, [LEN]); LEN 396 libavutil/float_dsp.c LOCAL_ALIGNED(32, double, dbl_src1, [LEN]); LEN 426 libavutil/float_dsp.c fill_float_array(&lfg, src0, LEN); LEN 427 libavutil/float_dsp.c fill_float_array(&lfg, src1, LEN); LEN 428 libavutil/float_dsp.c fill_float_array(&lfg, src2, LEN); LEN 430 libavutil/float_dsp.c fill_double_array(&lfg, dbl_src0, LEN); LEN 431 libavutil/float_dsp.c fill_double_array(&lfg, dbl_src1, LEN); LEN 186 libavutil/pca.c double eigenvector[LEN*LEN]; LEN 187 libavutil/pca.c double eigenvalue[LEN]; LEN 192 libavutil/pca.c pca= ff_pca_init(LEN); LEN 195 libavutil/pca.c double v[2*LEN+100]; LEN 197 libavutil/pca.c int pos = av_lfg_get(&prng) % LEN; LEN 218 libavutil/pca.c for(i=0; i<LEN; i++){ LEN 226 libavutil/pca.c for(j=i; j<LEN; j++){ LEN 227 libavutil/pca.c printf("%f ", pca->covariance[i + j*LEN]); LEN 232 libavutil/pca.c for(i=0; i<LEN; i++){ LEN 233 libavutil/pca.c double v[LEN]; LEN 236 libavutil/pca.c for(j=0; j<LEN; j++){ LEN 237 libavutil/pca.c for(k=0; k<LEN; k++){ LEN 238 libavutil/pca.c v[j] += pca->covariance[FFMIN(k,j) + FFMAX(k,j)*LEN] * eigenvector[i + k*LEN]; LEN 241 libavutil/pca.c error += fabs(v[j] - eigenvector[i + j*LEN]); LEN 247 libavutil/pca.c for(i=0; i<LEN; i++){ LEN 248 libavutil/pca.c for(j=0; j<LEN; j++){ LEN 249 libavutil/pca.c printf("%9.6f ", eigenvector[i + j*LEN]); LEN 137 libswresample/resample.c double sine[LEN + tap_count]; LEN 138 libswresample/resample.c double filtered[LEN]; LEN 140 libswresample/resample.c for(i=0; i<LEN; i++){ LEN 142 libswresample/resample.c for(j=0; j<LEN+tap_count; j++) LEN 143 libswresample/resample.c sine[j]= cos(i*j*M_PI/LEN); LEN 144 libswresample/resample.c for(j=0; j<LEN; j++){ LEN 154 libswresample/resample.c ss= sqrt(2*ss/LEN); LEN 155 libswresample/resample.c ff= sqrt(2*ff/LEN); LEN 156 libswresample/resample.c sf= 2*sf/LEN;