Home
last modified time | relevance | path

Searched defs:REPEAT8 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Drow_common.cc774 #define REPEAT8(v) (v) | ((v) << 8) macro
801 #define REPEAT8(v) (v) | ((v) << 8) macro
/external/libyuv/files/source/
Drow_common.cc764 #define REPEAT8(v) (v) | ((v) << 8) macro
793 #define REPEAT8(v) (v) | ((v) << 8) macro
/external/pdfium/third_party/libtiff/
Dtif_getimage.c1145 #define REPEAT8(op) REPEAT4(op); REPEAT4(op) macro