HomeSort by relevance Sort by last modified time
    Searched refs:data1R (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/dsp/
crossover2.h 64 * data1L, data1R - The place to store mid band output.
69 float *data1L, float *data1R,
crossover2.c 33 float *data1L, float *data1R)
72 "vst1.f32 d5[1], [%[data1R]]! \n"
78 "=r"(data1R),
90 [data1R]"3"(data1R),
119 float *data1L, float *data1R)
175 "movss %%xmm1, (%[data1R]) \n"
179 "add $4, %[data1R] \n"
186 [data1R]"+r"(data1R),
    [all...]
  /external/adhd/cras/src/dsp/tests/
crossover2_test.c 30 float *data1L, float *data1R, float *data2L, float *data2R)
36 data1L + start, data1R + start,
  /external/adhd/cras/src/tests/
dsp_core_unittest.cc 268 float *data1R = (float *)malloc(sizeof(float) * len);
284 crossover2_process(&xo2, len, data0L, data0R, data1L, data1R, data2L, data2R);
307 EXPECT_NEAR(0, magnitude_at(data1R, len, f0), 0.005);
308 EXPECT_NEAR(0.5, magnitude_at(data1R, len, f2), 0.005);
309 EXPECT_NEAR(0, magnitude_at(data1R, len, f4), 0.005);
323 free(data1R);

Completed in 116 milliseconds