Home
last modified time | relevance | path

Searched refs:idx_arr (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_quantize.c216 int idx_arr[1024]; in vp9_quantize_b_32x32_c() local
232 idx_arr[idx++] = i; in vp9_quantize_b_32x32_c()
238 const int rc = scan[idx_arr[i]]; in vp9_quantize_b_32x32_c()
252 eob = idx_arr[i]; in vp9_quantize_b_32x32_c()
/external/opencv/ml/src/
Dml_inner_functions.cpp459 cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates ) in cvPreprocessIndexArray() argument
472 if( !CV_IS_MAT(idx_arr) ) in cvPreprocessIndexArray()
475 if( idx_arr->rows != 1 && idx_arr->cols != 1 ) in cvPreprocessIndexArray()
478 idx_total = idx_arr->rows + idx_arr->cols - 1; in cvPreprocessIndexArray()
479 srcb = idx_arr->data.ptr; in cvPreprocessIndexArray()
480 srci = idx_arr->data.i; in cvPreprocessIndexArray()
482 type = CV_MAT_TYPE(idx_arr->type); in cvPreprocessIndexArray()
483 step = CV_IS_MAT_CONT(idx_arr->type) ? 1 : idx_arr->step/CV_ELEM_SIZE(type); in cvPreprocessIndexArray()
D_ml.h337 CvMat* cvPreprocessIndexArray( const CvMat* idx_arr, int data_arr_size, bool check_for_duplicates=f…