Home
last modified time | relevance | path

Searched defs:ALIGN8 (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libmpeg2/common/
H A Dicv_macros.h64 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
H A Dimpeg2_macros.h50 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h33 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.h33 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/external/libhevc/common/
H A Dihevc_macros.h53 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h51 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/external/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp66 ALIGN8 in EmitSpecializedLibcall() enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp65 ALIGN8 in EmitSpecializedLibcall() enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMSelectionDAGInfo.cpp80 ALIGN8 in EmitSpecializedLibcall() enumerator
/aosp_15_r20/external/libmpeg2/test/decoder/
H A Dmain.c64 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/external/libhevc/test/decoder/
H A Dmain.c62 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/external/libavc/examples/avcdec/
H A Dmain.c68 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro
/aosp_15_r20/external/libavc/examples/svcdec/
H A Dmain.c67 #define ALIGN8(x) ((((x) + 7) >> 3) << 3) macro