Searched refs:kBufferAlignment (Results 1 – 6 of 6) sorted by relevance
83 static const int kBufferAlignment = 64; variable125 static_cast<uint8_t*>(webrtc::AlignedMalloc(size, kBufferAlignment))); in NativeToI420Buffer()
44 constexpr int kBufferAlignment = 16; variable87 runtime_tensors[i].bytes, kBufferAlignment); in AllocateVariables()187 AlignSizeUp(current->bytes, kBufferAlignment); in CreatePlan()367 uint8_t* aligned_arena = AlignPointerUp(tensor_arena, kBufferAlignment); in MicroAllocator()
17 static const int kBufferAlignment = 64; variable44 kBufferAlignment))) { in I420Buffer()
698 static const int kBufferAlignment = 512; // Buffer alignment required by the variable
3184 int memalign_result = posix_memalign(&block_buffer_, kBufferAlignment, in Work()3187 block_buffer_ = memalign(kBufferAlignment, sat_->page_length()); in Work()
113 static const unsigned kBufferAlignment = 1 << 4; variable164 AllocAlignedMask(size, kBufferAlignment - 1); in Alloc()