Home
last modified time | relevance | path

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

/external/icu4c/test/perf/convperf/
Dconvperf.h21 #define MAX_BUF_SIZE 3048 macro
154 WCHAR dest[MAX_BUF_SIZE];
206 char dest[MAX_BUF_SIZE];
275 WCHAR dst[MAX_BUF_SIZE];
331 char dst[MAX_BUF_SIZE];
387 WCHAR dst[MAX_BUF_SIZE];
440 char dst[MAX_BUF_SIZE];
/external/opencv/cvaux/src/
Dcvhmm1d.cpp631 #define MAX_BUF_SIZE 1200
632 float local_log_mix_prob[MAX_BUF_SIZE];
633 double local_mix_prob[MAX_BUF_SIZE];
662 if( max_size > MAX_BUF_SIZE )
779 #undef MAX_BUF_SIZE
Dcvhmm.cpp696 #define MAX_BUF_SIZE 1200 in icvEstimateObsProb() macro
697 float local_log_mix_prob[MAX_BUF_SIZE]; in icvEstimateObsProb()
698 double local_mix_prob[MAX_BUF_SIZE]; in icvEstimateObsProb()
727 if( max_size > MAX_BUF_SIZE ) in icvEstimateObsProb()
837 #undef MAX_BUF_SIZE in icvEstimateObsProb()