Home
last modified time | relevance | path

Searched refs:right_idx (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_fmt_conv.c273 static const unsigned int right_idx = 1; in s16_51_to_stereo() local
286 out[2 * i + right_idx] = s16_add_and_clip(in[6 * i + right_idx], in s16_51_to_stereo()
339 unsigned int right_idx = in s16_quad_to_stereo() local
346 if (left_idx == -1 || right_idx == -1 || in s16_quad_to_stereo()
349 right_idx = 1; in s16_quad_to_stereo()
359 in[4 * i + right_idx], in s16_quad_to_stereo()
/external/tensorflow/tensorflow/python/distribute/
Dall_reduce.py539 right_idx = d + span
541 right_dev = devices[right_idx]
544 chunks[right_idx]], 0)
546 new_chunks[right_idx] = array_ops.concat([chunks[left_idx],
547 chunks[right_idx]], 0)
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp526 uint32_t right_idx = (idx + 1) % _stitcher->get_camera_num (); in feature_match() local
527 center_x = (float) _stitcher->get_center (right_idx).slice_center_x; in feature_match()
538 _fisheye[right_idx].left_match_factor = left_factor; in feature_match()