OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpf
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Interp.h
48
double
tmpf
[4];
local
54
tmpf
[0] = in[0] * ciTable[off + 40];
55
tmpf
[0] += in[1] * ciTable[off];
56
tmpf
[0] += in[2] * ciTable[40 - off];
57
tmpf
[0] += in[3] * ciTable[80 - off];
59
tmpf
[1] = in[0] * ciTable[off + 40];
60
tmpf
[1] += in[1] * ciTable[off];
61
tmpf
[1] += in[2] * ciTable[40 - off];
62
tmpf
[1] += in[3] * ciTable[80 - off];
64
tmpf
[2] = in[0] * ciTable[off + 40]
[
all
...]
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Interp.h
48
double
tmpf
[4];
local
54
tmpf
[0] = in[0] * ciTable[off + 40];
55
tmpf
[0] += in[1] * ciTable[off];
56
tmpf
[0] += in[2] * ciTable[40 - off];
57
tmpf
[0] += in[3] * ciTable[80 - off];
59
tmpf
[1] = in[0] * ciTable[off + 40];
60
tmpf
[1] += in[1] * ciTable[off];
61
tmpf
[1] += in[2] * ciTable[40 - off];
62
tmpf
[1] += in[3] * ciTable[80 - off];
64
tmpf
[2] = in[0] * ciTable[off + 40]
[
all
...]
/external/opencv/cvaux/src/
cvhmm.cpp
670
float*
tmpf
;
local
679
tmpf
= (float*)tmp;
688
ehmm->obsProb[j] =
tmpf
;
689
tmpf
+= ehmm->num_states * obs_info->obs_x;
[
all
...]
Completed in 143 milliseconds