Home
last modified time | relevance | path

Searched refs:ALIGN128 (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h103 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h106 #define ALIGN128(x) ((((x) + 127) >> 7) << 7) macro