Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.h102 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.h105 #define ALIGN16(x) ((((x) + 15) >> 4) << 4) macro