Home
last modified time | relevance | path

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

/external/tesseract/ccutil/
Dmemry.h105 #define ALLOC_2D_ARRAY(x,y,mem,ptrs,type) /*make 2d array*/\ macro
/external/tesseract/ccmain/
Dcharsample.cpp377 ALLOC_2D_ARRAY(xsize, ysize, proto_data, proto, float); in CHAR_PROTO()
404 ALLOC_2D_ARRAY(xsize, ysize, proto_data, proto, float); in CHAR_PROTO()
611 ALLOC_2D_ARRAY(xsize, ysize, proto_data, proto, float); in enlarge_prototype()
/external/tesseract/classify/
Dcluster.cpp2751 ALLOC_2D_ARRAY(size, size, Umem, U, double); in InvertMatrix()
2752 ALLOC_2D_ARRAY(size, size, U_invmem, U_inv, double); in InvertMatrix()
2753 ALLOC_2D_ARRAY(size, size, Lmem, L, double); in InvertMatrix()