Home
last modified time | relevance | path

Searched refs:left_idx (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/all_reduce/python/
Dall_reduce.py538 left_idx = d
540 left_dev = devices[left_idx]
543 new_chunks[left_idx] = array_ops.concat([chunks[left_idx],
546 new_chunks[right_idx] = array_ops.concat([chunks[left_idx],
/external/libvpx/libvpx/vp9/common/
Dvp9_onyxc_int.h348 const int left_idx = (mi_row * 2) & 15; in set_skip_context() local
353 pd->left_context = &xd->left_context[i][left_idx >> pd->subsampling_y]; in set_skip_context()
/external/adhd/cras/src/server/
Dcras_fmt_conv.c272 static const unsigned int left_idx = 0; in s16_51_to_stereo() local
284 out[2 * i + left_idx] = s16_add_and_clip(in[6 * i + left_idx], in s16_51_to_stereo()
/external/libxcam/modules/soft/
Dsoft_stitcher.cpp517 uint32_t left_idx = idx; in feature_match() local
518 float center_x = (float) _stitcher->get_center (left_idx).slice_center_x; in feature_match()
537 _fisheye[left_idx].right_match_factor = right_factor; in feature_match()