ALLOC_ALIGNED_16   75 libde265-1.0.3/libde265/image.cc   uint8_t* p = (uint8_t *)ALLOC_ALIGNED_16(stride * height + MEMORY_PADDING);
ALLOC_ALIGNED_16  127 libde265-1.0.3/libde265/image.cc   p[0] = (uint8_t *)ALLOC_ALIGNED_16(luma_height   * luma_bpl   + MEMORY_PADDING);
ALLOC_ALIGNED_16  131 libde265-1.0.3/libde265/image.cc     p[1] = (uint8_t *)ALLOC_ALIGNED_16(chroma_height * chroma_bpl + MEMORY_PADDING);
ALLOC_ALIGNED_16  132 libde265-1.0.3/libde265/image.cc     p[2] = (uint8_t *)ALLOC_ALIGNED_16(chroma_height * chroma_bpl + MEMORY_PADDING);