Searched refs:buf_idx (Results 1 – 12 of 12) sorted by relevance
/external/opencv3/apps/traincascade/ |
D | boost.cpp | 439 … unsigned short* udst_idx = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + in subsample_data() 452 int* idst_idx = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data() 469 … unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + in subsample_data() 476 int* idst = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data() 486 …unsigned short* sample_idx_dst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf()… in subsample_data() 493 int* sample_idx_dst = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data() 750 …*sortedIndices = buf->data.i + n->buf_idx*get_length_subbuf() + (size_t)vi*sample_count + n->offse… in get_ord_var_data() 753 …const unsigned short* shortIndices = (const unsigned short*)(buf->data.s + n->buf_idx*get_length_s… in get_ord_var_data() 1169 ldst = (ushort*)(buf->data.s + left->buf_idx*length_buf_row + in split_node_data() 1195 ldst = buf->data.i + left->buf_idx*length_buf_row + in split_node_data() [all …]
|
D | old_ml_tree.cpp | 787 … unsigned short* udst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + in subsample_data() 798 int* idst = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data() 824 … unsigned short* udst_idx = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() + in subsample_data() 848 int* idst_idx = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data() 876 …unsigned short* sample_idx_dst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf()… in subsample_data() 883 int* sample_idx_dst = buf->data.i + root->buf_idx*get_length_subbuf() + in subsample_data() 1045 node->buf_idx = storage_idx; in new_node() 1194 *sorted_indices = buf->data.i + n->buf_idx*get_length_subbuf() + in get_ord_var_data() 1197 …const unsigned short* short_indices = (const unsigned short*)(buf->data.s + n->buf_idx*get_length_… in get_ord_var_data() 1268 cat_values = buf->data.i + n->buf_idx*get_length_subbuf() + in get_cat_var_data() [all …]
|
D | old_ml_boost.cpp | 1202 …hort* labels = (unsigned short*)(dtree_data_buf->data.s + data->data_root->buf_idx*length_buf_row + in update_weights() 1220 int* labels = dtree_data_buf->data.i + data->data_root->buf_idx*length_buf_row + in update_weights()
|
D | old_ml.hpp | 612 int buf_idx; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encoder.h | 582 const int buf_idx = get_ref_frame_buf_idx(cpi, ref_frame); in get_ref_frame_buffer() local 584 buf_idx != INVALID_IDX ? &cm->buffer_pool->frame_bufs[buf_idx].buf : NULL; in get_ref_frame_buffer()
|
D | vp9_encoder.c | 2882 const int buf_idx = get_ref_frame_buf_idx(cpi, ref_frame); local 2883 RefCntBuffer *const buf = &pool->frame_bufs[buf_idx]; 2886 cpi->scaled_ref_idx[ref_frame - 1] = buf_idx; 3199 const int buf_idx = get_ref_frame_buf_idx(cpi, ref_frame); local 3201 ref_buf->idx = buf_idx; 3203 if (buf_idx != INVALID_IDX) { 3204 YV12_BUFFER_CONFIG *const buf = &cm->buffer_pool->frame_bufs[buf_idx].buf;
|
/external/libdrm/include/drm/ |
D | radeon_drm.h | 202 unsigned char cmd_type, buf_idx, pad0, pad1; member 266 unsigned char cmd_type, buf_idx, pad0, pad1; member
|
/external/kernel-headers/original/uapi/drm/ |
D | radeon_drm.h | 202 unsigned char cmd_type, buf_idx, pad0, pad1; member 266 unsigned char cmd_type, buf_idx, pad0, pad1; member
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_sanity.c | 1030 idx = header.dma.buf_idx; in radeonSanityCmdBuffer()
|
/external/opencv/ml/src/ |
D | mltree.cpp | 815 node->buf_idx = storage_idx; in new_node() 961 return (CvPair32s32f*)(buf->data.i + n->buf_idx*buf->cols + in get_ord_var_data() 988 return buf->data.i + n->buf_idx*buf->cols + n->offset + in get_cat_var_data() 995 int idx = n->buf_idx + 1; in get_child_buf_idx()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_sanity.c | 1397 idx = header.dma.buf_idx; in r200SanityCmdBuffer()
|
/external/opencv/ml/include/ |
D | ml.h | 687 int buf_idx; member
|