Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dpred_common.c85 int left_idx = plane * PALETTE_MAX_SIZE; in av1_get_palette_cache() local
95 uint16_t v_left = left_colors[left_idx]; in av1_get_palette_cache()
98 ++left_idx, --left_n; in av1_get_palette_cache()
102 if (v_left == v_above) ++left_idx, --left_n; in av1_get_palette_cache()
110 uint16_t val = left_colors[left_idx++]; in av1_get_palette_cache()
Donyxc_int.h802 int left_idx = row_offset & MAX_MIB_MASK; in set_skip_context() local
804 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()
337 unsigned int left_idx = in s16_quad_to_stereo() local
346 if (left_idx == -1 || right_idx == -1 || in s16_quad_to_stereo()
348 left_idx = 0; in s16_quad_to_stereo()
356 in[4 * i + left_idx], in s16_quad_to_stereo()
/external/tensorflow/tensorflow/python/distribute/
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.h358 const int left_idx = (mi_row * 2) & 15; in set_skip_context() local
363 pd->left_context = &xd->left_context[i][left_idx >> pd->subsampling_y]; in set_skip_context()
/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()