OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:coef1
(Results
1 - 2
of
2
) sorted by null
/gdk/samples/PhotoEditor/jni/
fisheye.cpp
37
float
coef1
= 1 - x - coef3; // (1 - x) * (1 - y)
local
39
int dst_red = p00[0] *
coef1
+ p10[0] * coef2 + p01[0] * coef3 + p11[0] * coef4;
40
int dst_green = p00[1] *
coef1
+ p10[1] * coef2 + p01[1] * coef3 + p11[1] * coef4;
41
int dst_blue = p00[2] *
coef1
+ p10[2] * coef2 + p01[2] * coef3 + p11[2] * coef4;
/hardware/qcom/media/mm-video/vidc/vdec/src/
h264_utils.cpp
248
byte
coef1
, coef2, coef3;
local
269
coef1
= coef2;
272
} while(
coef1
|| coef2 || coef3 != 1);
Completed in 143 milliseconds