Searched refs:MemSetBlock (Results 1 – 2 of 2) sorted by relevance
/external/libgav1/libgav1/src/utils/ |
D | common.h | 83 void MemSetBlock(int rows, int columns, T value, T* dst, ptrdiff_t stride) { in MemSetBlock() function
|
/external/libgav1/libgav1/src/tile/ |
D | tile.cc | 292 MemSetBlock<T>(rows, 1, value, dst, stride); in SetBlockValues() 295 MemSetBlock<T>(rows, 2, value, dst, stride); in SetBlockValues() 298 MemSetBlock<T>(rows, 4, value, dst, stride); in SetBlockValues() 301 MemSetBlock<T>(rows, 8, value, dst, stride); in SetBlockValues() 305 MemSetBlock<T>(rows, 16, value, dst, stride); in SetBlockValues()
|