OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numOfLines
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/imgproc/test/
test_lsd.cpp
138
const unsigned int
numOfLines
= 1;
139
GenerateLines(test_image,
numOfLines
);
143
if(
numOfLines
* 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect
191
const unsigned int
numOfLines
= 1;
192
GenerateLines(test_image,
numOfLines
);
196
if(
numOfLines
* 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect
244
const unsigned int
numOfLines
= 1;
245
GenerateLines(test_image,
numOfLines
);
249
if(
numOfLines
* 2 == lines.size()) ++passedtests; // * 2 because of Gibbs effect
/frameworks/av/media/libstagefright/codecs/aacenc/src/
tns.c
70
static Word16 CalcTnsFilter(const Word16* signal, const Word32 window[], Word16
numOfLines
,
82
static void AnalysisFilterLattice(const Word32 signal[], Word16
numOfLines
,
609
Word16
numOfLines
,
626
AutoCorrelation(signal, parcorWorkBuffer,
numOfLines
, tnsOrderPlus1);
870
Word16
numOfLines
, /*!< no. of lines */
883
for(j=0; j<
numOfLines
; j++) {
/external/aac/libAACenc/src/
aacenc_tns.cpp
216
const INT
numOfLines
,
[
all
...]
Completed in 110 milliseconds