Searched refs:step_2 (Results 1 – 9 of 9) sorted by relevance
/external/adhd/cras/tools/ |
D | create_volume_curve.py | 33 def GenerateTwoSlope(name, max_volume, step_1, step_2, pivot_point): argument 37 (max_volume, pivot_point, step_1, step_2)) 44 WriteExplicitCurveVal(pivot_point - i, pivot_dB_val - step_2 * i) 45 WriteExplicitCurveVal(0, pivot_dB_val - pivot_point * step_2) 68 step_2 = int(raw_input(">")) 69 GenerateTwoSlope(jack_name, max_volume, step_1, step_2, pivot_point)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | itrans4_dspr2.c | 18 int step_0, step_1, step_2, step_3; in vpx_idct4_rows_dspr2() local 88 [step_2] "=&r"(step_2), [step_3] "=&r"(step_3), [output] "+r"(output) in vpx_idct4_rows_dspr2() 100 int step_0, step_1, step_2, step_3; in vpx_idct4_columns_add_blk_dspr2() local 209 [step_2] "=&r"(step_2), [step_3] "=&r"(step_3), in vpx_idct4_columns_add_blk_dspr2()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | strided_slice.h | 77 step_2 = params_copy.strides[2] * input_shape.Dims(3); in StridedSlice() local 79 offset_2 += step_2) { in StridedSlice()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/reduce/ |
D | remove_unused_instruction_test.cpp | 85 const std::string step_2 = R"( in TEST() local 109 CheckEqual(kEnv, step_2, context.get()); in TEST()
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 85 const std::string step_2 = R"( in TEST() local 109 CheckEqual(kEnv, step_2, context.get()); in TEST()
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | remove_unused_instruction_test.cpp | 85 const std::string step_2 = R"( in TEST() local 109 CheckEqual(kEnv, step_2, context.get()); in TEST()
|
/external/wayland/doc/doxygen/dot/ |
D | wayland-architecture.gv | 28 comp -> c1 [label="②", URL="#step_2"];
|
D | x-architecture.gv | 38 xserver -> c1 [taillabel="②", labeldistance=2, URL="#step_2"];
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5489 step_2 = params_copy.strides[2] * input_shape.Dims(3); in StridedSlice() local 5491 offset_2 += step_2) { in StridedSlice()
|