Lines Matching refs:MEM_ALIGN
69 const int MEM_ALIGN = 32;
803 total = alignSize(v ## _of + v ## _sz, MEM_ALIGN)
816 mem.perObj.create(1, (int)(total + MEM_ALIGN), CV_8UC1);
819 unsigned char* ptr = alignPtr(mem.perObj.data, MEM_ALIGN);
848 total = alignSize(v ## _of + v ## _sz, MEM_ALIGN)
856 mem.perRun.create(1, (int)(total + MEM_ALIGN), CV_8UC1);
859 unsigned char* ptr = alignPtr(mem.perRun.data, MEM_ALIGN);