OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ciTable
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Camera/jni/feature_mos/src/mosaic/
Interp.h
27
static double
ciTable
[81] = {
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
27
static double
ciTable
[81] = {
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
...]
Completed in 309 milliseconds