Home
last modified time | relevance | path

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

/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.h41 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.h39 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.h39 #define ALIGN64(x) ((((x) + 63) >> 6) << 6) macro