/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dsp_helper.cc | 105 size_t min_index = 0; local 120 min_index = (peak_index[i] > 2) ? (peak_index[i] - 2) : 0; 144 memset(&data[min_index], 0, 145 sizeof(data[0]) * (max_index - min_index + 1));
|
expand.cc | 403 size_t min_index = std::max(fs_mult_20, local 408 &(audio_history[signal_length - fs_mult_dist_len]), min_index, [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_draw_upload.c | 361 unsigned int min_index = brw->vb.min_index; local 383 printf("%s %d..%d\n", __FUNCTION__, min_index, max_index); 479 * only the used elements [min_index, max_index] so long as we adjust all 483 delta = min_index; 489 min_index = delta = 0; 498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index, 517 copy_array_to_vbo_array(brw, upload[i], min_index, max_index,
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt.c | 436 info.min_index = start; 462 draw->pt.user.min_index = info->min_index; 513 * the min_index/max_index hints given by the state tracker.
|
draw_vbuf.h | 89 ushort min_index,
|
draw_private.h | 180 unsigned min_index; member in struct:draw_context::__anon20399::__anon20402
|
/external/mesa3d/src/mesa/state_tracker/ |
st_draw_feedback.c | 98 GLuint min_index, 122 vbo_get_minmax_indices(ctx, prims, ib, &min_index, &max_index, nr_prims);
|
/external/mesa3d/src/mesa/vbo/ |
vbo_exec_array.c | 90 GLuint *min_index, GLuint *max_index, 125 *min_index = min_ui; 147 *min_index = min_us; 169 *min_index = min_ub; 190 GLuint *min_index, 198 *min_index = ~0; 213 *min_index = MIN2(*min_index, tmp_min); 558 GLuint min_index, 571 index_bounds_valid, min_index, max_index, NULL) [all...] |
vbo_split_copy.c | 145 GLuint min_index,
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_draw_arrays.c | 208 * end up with min_index = 0, max_index = count - 1 and everybody
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_vbo.c | 551 ((info->max_index - info->min_index + 64) < info->count)); 553 nv30->vbo_min_index = info->min_index;
|
nv30_draw.c | 102 ushort min_index, ushort max_index)
|
/external/mesa3d/src/gallium/docs/source/ |
context.rst | 241 In indexed draw, ``min_index`` and ``max_index`` respectively provide a lower 246 the true bounds, for example, a ``min_index`` and ``max_index`` of 0 and 252 In case of non-indexed draw, ``min_index`` should be set to
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_vbo.c | 721 /* NOTE: caller must ensure that (min_index + index_bias) is >= 0 */ 722 nv50->vb_elt_first = info->min_index + info->index_bias; 723 nv50->vb_elt_limit = info->max_index - info->min_index;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_vbo.c | 790 /* NOTE: caller must ensure that (min_index + index_bias) is >= 0 */ 791 nvc0->vb_elt_first = info->min_index + info->index_bias; 792 nvc0->vb_elt_limit = info->max_index - info->min_index;
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/ |
d3d11_context.h | 736 info.min_index = 0; 761 info.min_index = 0; 788 info.min_index = 0; 815 info.min_index = 0; 840 info.min_index = 0; 874 info.min_index = 0; 907 info.min_index = 0; [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/ |
gxvcommn.h | 421 FT_UShort min_index,
|
gxvcommn.c | 885 FT_UShort min_index, 896 if ( name_index < min_index || max_index < name_index ) [all...] |
/external/mesa3d/src/gallium/drivers/trace/ |
tr_dump_state.c | 686 trace_dump_member(uint, state, min_index);
|
/art/runtime/base/ |
hash_set.h | 602 size_t min_index = static_cast<size_t>(Size() / min_load_factor_); local 604 Resize(min_index);
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_prim_vbuf.c | 280 ushort min_index, 292 i915_render->map_used_start = i915_render->vertex_size * min_index;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_dump_state.c | 755 util_dump_member(stream, uint, state, min_index);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_vbuf.c | 107 ushort min_index,
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_prim_vbuf.c | 125 ushort min_index,
|
/external/mesa3d/src/gallium/include/pipe/ |
p_state.h | 540 unsigned min_index; /**< the min index */ member in struct:pipe_draw_info
|