OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REPEAT8
(Results
1 - 4
of
4
) sorted by null
/external/libyuv/files/source/
row_common.cc
[
all
...]
/external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc
803
#define
REPEAT8
(v) (v) | ((v) << 8)
808
const uint32 b_scale =
REPEAT8
(value & 0xff);
809
const uint32 g_scale =
REPEAT8
((value >> 8) & 0xff);
810
const uint32 r_scale =
REPEAT8
((value >> 16) & 0xff);
811
const uint32 a_scale =
REPEAT8
(value >> 24);
815
const uint32 b =
REPEAT8
(src_argb[0]);
816
const uint32 g =
REPEAT8
(src_argb[1]);
817
const uint32 r =
REPEAT8
(src_argb[2]);
818
const uint32 a =
REPEAT8
(src_argb[3]);
827
#undef
REPEAT8
[
all
...]
/external/opencv3/3rdparty/libtiff/
tif_getimage.c
[
all
...]
/external/pdfium/third_party/libtiff/
tif_getimage.c
1108
#define
REPEAT8
(op) REPEAT4(op); REPEAT4(op)
[
all
...]
Completed in 120 milliseconds