OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yl
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.h
473
double
yl
= y-floor_y;
local
475
return (unsigned char)(f00*(1-
yl
)*(1-xl) + f10*
yl
*(1-xl) + f01*(1-
yl
)*xl + f11*
yl
*xl);
/external/libvpx/vp8/common/
postproc.c
1011
unsigned char *
yl
, *ul, *vl;
local
1014
yl
= y_ptr + x;
1030
(
yl
+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride);
1035
yl
+= y_stride*4;
[
all
...]
/packages/apps/Camera/jni/feature_stab/src/dbreg/
dbreg.h
521
double
yl
= y-floor_y;
local
523
return (unsigned char)(f00*(1-
yl
)*(1-xl) + f10*
yl
*(1-xl) + f01*(1-
yl
)*xl + f11*
yl
*xl);
Completed in 1280 milliseconds