OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ALIGN128
(Results
1 - 6
of
6
) 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
49
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
/frameworks/av/media/codec2/components/avc/
C2SoftAvcEnc.h
106
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
/frameworks/av/media/libstagefright/codecs/avcenc/
SoftAVCEnc.h
103
#define
ALIGN128
(x) ((((x) + 127) >> 7) << 7)
Completed in 137 milliseconds