Home
last modified time | relevance | path

Searched refs:lb2 (Results 1 – 6 of 6) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/cpp/
DAndroid.bp20 "lb2/loopback_test.cpp",
21 "lb2/sound_system_echo.cpp",
22 "lb2/test_context.cpp",
23 "lb2/loopback2.cpp",
24 "lb2/sound_system_aaudio.cpp",
25 "lb2/oboe/src/aaudio/AAudioLoader.cpp",
DCMakeLists.txt29 lb2/loopback_test.cpp
30 lb2/sound_system_echo.cpp
31 lb2/test_context.cpp
32 lb2/loopback2.cpp
33 lb2/sound_system_aaudio.cpp
34 lb2/oboe/src/aaudio/AAudioLoader.cpp )
/external/adhd/cras/src/dsp/
Dcrossover.c44 float lb2 = lp->b2; in lr4_split() local
64 y = lb0 * x + lb1 * lx1 + lb2 * lx2 - la1 * ly1 - la2 * ly2; in lr4_split()
65 z = lb0 * y + lb1 * ly1 + lb2 * ly2 - la1 * lz1 - la2 * lz2; in lr4_split()
117 float lb2 = lp->b2; in lr4_merge() local
137 y = lb0 * x + lb1 * lx1 + lb2 * lx2 - la1 * ly1 - la2 * ly2; in lr4_merge()
138 z = lb0 * y + lb1 * ly1 + lb2 * ly2 - la1 * lz1 - la2 * lz2; in lr4_merge()
Dcrossover2.c257 float lb2 = lp->b2; in lr42_split() local
278 yL = lb0 * xL + lb1 * lx1L + lb2 * lx2L - la1 * ly1L - in lr42_split()
280 yR = lb0 * xR + lb1 * lx1R + lb2 * lx2R - la1 * ly1R - in lr42_split()
282 zL = lb0 * yL + lb1 * ly1L + lb2 * ly2L - la1 * lz1L - in lr42_split()
284 zR = lb0 * yR + lb1 * ly1R + lb2 * ly2R - la1 * lz1R - in lr42_split()
573 float lb2 = lp->b2; in lr42_merge() local
594 yL = lb0 * xL + lb1 * lx1L + lb2 * lx2L - la1 * ly1L - in lr42_merge()
596 yR = lb0 * xR + lb1 * lx1R + lb2 * lx2R - la1 * ly1R - in lr42_merge()
598 zL = lb0 * yL + lb1 * ly1L + lb2 * ly2L - la1 * lz1L - in lr42_merge()
600 zR = lb0 * yR + lb1 * ly1R + lb2 * ly2R - la1 * lz1R - in lr42_merge()
/external/llvm-project/mlir/test/EDSC/
Dbuilder-api-test.cpp166 Value lb1(f.getArgument(0)), lb2(f.getArgument(1)), ub1(f.getArgument(2)), in TEST_FUNC() local
168 affineLoopBuilder({lb1, lb2}, {ub1, ub2}, 1); in TEST_FUNC()
329 Value lb0, lb1, lb2, ub0, ub1, ub2; in TEST_FUNC() local
333 lb2 = vA.lb(2); in TEST_FUNC()
339 affineLoopBuilder(lb2, ub2, step2, [&](Value k1){ in TEST_FUNC()
342 affineLoopBuilder(lb2, ub2, step2, [&](Value k2){ in TEST_FUNC()
/external/llvm-project/mlir/test/Transforms/
Dloop-coalescing.mlir134 %lb2 : index, %ub2 : index, %step2 : index) {
152 scf.for %j = %lb2 to %ub2 step %step2 {