Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/common/
Dutil.h85 #define ALIGNBYTES (16) /* Worst case is requiring alignment to an 16 byte boundary */ macro
Dmemory.cpp41 const int32_t kiAlignedBytes = ALIGNBYTES - 1; in WelsMalloc()