OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sin_idx
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cxcore/src/
cxmathfuncs.cpp
538
int
sin_idx
= it & (N - 1);
local
539
int cos_idx = (N/4 -
sin_idx
) & (N - 1);
544
double sin_a = sin_table[
sin_idx
];
[
all
...]
/external/opencv3/modules/core/src/
mathfuncs.cpp
565
int
sin_idx
= it & (N - 1);
local
566
int cos_idx = (N/4 -
sin_idx
) & (N - 1);
571
double sin_a = sin_table[
sin_idx
];
[
all
...]
Completed in 89 milliseconds