Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.h42 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.h40 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.h40 #define ALIGN32(x) ((((x) + 31) >> 5) << 5) macro