OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:in_even
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
yuvconvert.c
46
struct yuv411 *
in_even
= data;
local
47
struct yuv411 *in_odd =
in_even
+ w4;
55
u = YUV411_U00(*
in_even
);
56
v = YUV411_V00(*
in_even
);
58
YUV422_Y0(*out_even) = YUV411_Y00(*
in_even
);
61
YUV422_Y1(*out_even) = YUV411_Y02(*
in_even
);
68
in_even
++;
73
in_even
+= w4;
86
struct yuv411 *
in_even
= data;
local
87
struct yuv411 *in_odd =
in_even
+ width / 2;
[
all
...]
/external/python/cpython2/Modules/
yuvconvert.c
46
struct yuv411 *
in_even
= data;
local
47
struct yuv411 *in_odd =
in_even
+ w4;
55
u = YUV411_U00(*
in_even
);
56
v = YUV411_V00(*
in_even
);
58
YUV422_Y0(*out_even) = YUV411_Y00(*
in_even
);
61
YUV422_Y1(*out_even) = YUV411_Y02(*
in_even
);
68
in_even
++;
73
in_even
+= w4;
86
struct yuv411 *
in_even
= data;
local
87
struct yuv411 *in_odd =
in_even
+ width / 2
[
all
...]
/external/pdfium/third_party/libopenjpeg20/
dwt.c
428
const OPJ_INT32*
in_even
= &tiledp[0];
local
438
tmp[0] =
in_even
[0] - ((in_odd[0] + 1) >> 1);
440
tmp[i] =
in_even
[j + 1] - ((in_odd[j] + in_odd[j + 1] + 2) >> 2);
443
tmp[len - 1] =
in_even
[(len - 1) / 2] - ((in_odd[(len - 2) / 2] + 1) >> 1);
461
s1n =
in_even
[0];
469
s1n =
in_even
[j];
481
tmp[len - 1] =
in_even
[(len - 1) / 2] - ((d1n + 1) >> 1);
496
const OPJ_INT32*
in_even
= &tiledp[sn];
local
507
tmp[i] = in_odd[j] - ((
in_even
[j] +
in_even
[j + 1] + 2) >> 2)
655
const OPJ_INT32*
in_even
= &tiledp_col[0];
local
763
const OPJ_INT32*
in_even
= &tiledp_col[(OPJ_SIZE_T)sn * stride];
local
919
const OPJ_INT32*
in_even
= &tiledp_col[(OPJ_SIZE_T)sn * stride];
local
[
all
...]
Completed in 258 milliseconds