OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cos_idx
(Results
1 - 1
of
1
) sorted by null
/external/opencv/cxcore/src/
cxmathfuncs.cpp
539
int
cos_idx
= (N/4 - sin_idx) & (N - 1);
local
545
double cos_a = sin_table[
cos_idx
];
[
all
...]
Completed in 724 milliseconds