Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/neteq/
Dcross_correlation.cc36 const int16_t max_2 = in CrossCorrelationWithAutoShift() local
52 (max_1 * max_2) / (std::numeric_limits<int32_t>::max() / in CrossCorrelationWithAutoShift()
/external/deqp/external/openglcts/modules/common/
DglcPixelStorageModesTests.cpp351 const T max_2 = (1 << size_2) - 1; in write3Channel() local
362 mask = max_2; in write3Channel()
363 max = max_2; in write3Channel()
399 T max_2 = (1 << size_2) - 1; in write4Channel() local
411 mask = max_2; in write4Channel()
412 max = max_2; in write4Channel()
/external/deqp/external/openglcts/modules/gl/
Dgl4cCopyImageTests.cpp1753 static const T max_2 = (1 << size_2) - 1; in read3Channel() local
1764 mask = max_2; in read3Channel()
1765 max = max_2; in read3Channel()
1814 static const T max_2 = (1 << size_2) - 1; in read4Channel() local
1826 mask = max_2; in read4Channel()
1827 max = max_2; in read4Channel()
1997 static const T max_2 = (1 << size_2) - 1; in write3Channel() local
2008 mask = max_2; in write3Channel()
2009 max = max_2; in write3Channel()
2058 static const T max_2 = (1 << size_2) - 1; in write4Channel() local
[all …]