Searched refs:MEM_ALIGN (Results 1 – 1 of 1) sorted by relevance
69 const int MEM_ALIGN = 32; variable803 total = alignSize(v ## _of + v ## _sz, MEM_ALIGN) in allocatePerObj()816 mem.perObj.create(1, (int)(total + MEM_ALIGN), CV_8UC1); in allocatePerObj()819 unsigned char* ptr = alignPtr(mem.perObj.data, MEM_ALIGN); in allocatePerObj()848 total = alignSize(v ## _of + v ## _sz, MEM_ALIGN) in allocatePerRun()856 mem.perRun.create(1, (int)(total + MEM_ALIGN), CV_8UC1); in allocatePerRun()859 unsigned char* ptr = alignPtr(mem.perRun.data, MEM_ALIGN); in allocatePerRun()