Home | History | Annotate | Download | only in traincascade

Lines Matching refs:sample_idx_dst

486             unsigned short* sample_idx_dst = (unsigned short*)(buf->data.s + root->buf_idx*get_length_subbuf() +
489 sample_idx_dst[i] = (unsigned short)sample_idx_src[sidx[i]];
493 int* sample_idx_dst = buf->data.i + root->buf_idx*get_length_subbuf() +
496 sample_idx_dst[i] = sample_idx_src[sidx[i]];