HomeSort by relevance Sort by last modified time
    Searched refs:idx_arr (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_quantize.c 100 int idx_arr[1024]; local
122 idx_arr[idx++] = i;
128 rc = scan[idx_arr[i]];
144 eob = idx_arr[i]; // last nonzero coeffs
  /external/opencv/ml/src/
ml_inner_functions.cpp 459 cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates )
472 if( !CV_IS_MAT(idx_arr) )
475 if( idx_arr->rows != 1 && idx_arr->cols != 1 )
478 idx_total = idx_arr->rows + idx_arr->cols - 1;
479 srcb = idx_arr->data.ptr;
480 srci = idx_arr->data.i;
482 type = CV_MAT_TYPE(idx_arr->type);
483 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type)
    [all...]
_ml.h 337 CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=false );

Completed in 1321 milliseconds