OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ilambda
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvoptflowhs.cpp
115
float
Ilambda
= 1 / lambda;
266
II[address].alpha = 1 / (
Ilambda
+ II[address].xx + II[address].yy);
289
II[address].alpha = 1 / (
Ilambda
+ II[address].xx + II[address].yy);
313
II[address].alpha = 1 / (
Ilambda
+ II[address].xx + II[address].yy);
/hardware/intel/img/psb_video/src/
pnw_hostcode.c
134
case TH_SKIP_24: /*
iLambda
* 24 ==
iLambda
* 2 * 12 */
137
case TH_SKIP_12: /*
iLambda
* 12 ==
iLambda
* (8 + 4) == (
iLambda
* 8) + (
iLambda
* 4) == (
iLambda
<< 3) + (
iLambda
<<2) */
[
all
...]
Completed in 130 milliseconds