OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN128
(Results
1 - 7
of
7
) sorted by null
/external/libmpeg2/common/
icv_macros.h
60
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
impeg2_macros.h
46
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
/external/libavc/common/
ih264_macros.h
45
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
/external/libhevc/common/
ihevc_macros.h
47
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
/hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp
47
#define
ALIGN128
128
401
return ALIGN(width,
ALIGN128
);
407
return ALIGN(width,
ALIGN128
);
427
return ALIGN(ALIGN(width,
ALIGN128
) * ALIGN(height, ALIGN32), ALIGN8K);
434
return ALIGN(width,
ALIGN128
) * ALIGN(height, ALIGN32);
470
alignedw = ALIGN(width,
ALIGN128
);
483
alignedw = ALIGN(width,
ALIGN128
);
/hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp
47
#define
ALIGN128
128
434
return ALIGN(width,
ALIGN128
);
440
return ALIGN(width,
ALIGN128
);
462
return ALIGN(ALIGN(width,
ALIGN128
) * ALIGN(height, ALIGN32), ALIGN8K);
469
return ALIGN(width,
ALIGN128
) * ALIGN(height, ALIGN32);
521
alignedw = ALIGN(width,
ALIGN128
);
534
alignedw = ALIGN(width,
ALIGN128
);
/frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h
103
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
Completed in 345 milliseconds