OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_gamma
(Results
1 - 6
of
6
) sorted by null
/external/opencv/cv/src/
cvsnakes.cpp
97
float _alpha, _beta,
_gamma
;
local
351
_gamma
= *gamma;
357
_gamma
= gamma[i];
363
E[k] = _alpha * Econt[k] + _beta * Ecurv[k] +
_gamma
* Eimg[k];
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
edid.h
140
#define
_GAMMA
(x) (x == 0xff ? 1.0 : ((x + 100.0)/100.0))
141
#define GAMMA
_GAMMA
(GET(D_GAMMA))
285
#define _WHITE_GAMMA1(x)
_GAMMA
(x[9])
287
#define _WHITE_GAMMA2(x)
_GAMMA
(x[14])
/frameworks/base/tests/HwAccelerationTest/
AndroidManifest.xml
308
android:label="
_Gamma
"
/external/opencv/ml/include/
ml.h
323
double _degree, double
_gamma
, double _coef0,
[
all
...]
/external/opencv/cvaux/include/
cvmat.hpp
[
all
...]
/external/opencv/ml/src/
mlsvm.cpp
178
double _degree, double
_gamma
, double _coef0,
182
degree(_degree), gamma(
_gamma
), coef0(_coef0),
[
all
...]
Completed in 285 milliseconds