Home
last modified time | relevance | path

Searched defs:kBufferAlignment (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/kernels/
Dkernel_runner.cc24 constexpr size_t kBufferAlignment = 16; variable
/external/webrtc/api/video/
Di010_buffer.cc21 static const int kBufferAlignment = 64; variable
Di420_buffer.cc24 static const int kBufferAlignment = 64; variable
/external/stressapptest/src/
Dworker.h698 static const int kBufferAlignment = 512; // Buffer alignment required by the variable
/external/tensorflow/tensorflow/lite/micro/
Dmicro_allocator.cc61 constexpr int kBufferAlignment = 16; variable
/external/lzma/CPP/7zip/UI/Common/
DBench.cpp113 static const unsigned kBufferAlignment = 1 << 4; variable