Home
last modified time | relevance | path

Searched refs:QUANTIZER_MEMCPY (Results 1 – 1 of 1) sorted by relevance

/external/libgav1/libgav1/src/
Dquantizer.cc201 #define QUANTIZER_MEMCPY(W, H) \ in InitializeQuantizerMatrix() macro
211 QUANTIZER_MEMCPY(4, 8); // 4x8 in InitializeQuantizerMatrix()
212 QUANTIZER_MEMCPY(4, 16); // 4x16 in InitializeQuantizerMatrix()
215 QUANTIZER_MEMCPY(8, 16); // 8x16 in InitializeQuantizerMatrix()
216 QUANTIZER_MEMCPY(8, 32); // 8x32 in InitializeQuantizerMatrix()
219 QUANTIZER_MEMCPY(16, 32); // 16x32 in InitializeQuantizerMatrix()
235 #undef QUANTIZER_MEMCPY in InitializeQuantizerMatrix()