Home
last modified time | relevance | path

Searched defs:ALIGN32 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libmpeg2/common/
H A Dicv_macros.h62 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
H A Dimpeg2_macros.h48 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/
DC2GoldfishAvcDec.h35 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/
DC2GoldfishHevcDec.h35 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/aosp_15_r20/external/libhevc/common/
H A Dihevc_macros.h51 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/aosp_15_r20/external/libavc/common/
H A Dih264_macros.h49 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro