Searched refs:maxIn (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | gain_dequant.c | 30 int16_t maxIn, /* (i) maximum of unquantized gain (Q14) */ in WebRtcIlbcfix_GainDequant() argument 38 scale=WEBRTC_SPL_ABS_W16(maxIn); in WebRtcIlbcfix_GainDequant()
|
D | gain_quant.c | 28 int16_t maxIn, /* (i) maximum of gain value Q14 */ in WebRtcIlbcfix_GainQuant() argument 40 scale = WEBRTC_SPL_MAX(1638, maxIn); in WebRtcIlbcfix_GainQuant()
|
D | gain_dequant.h | 32 int16_t maxIn, /* (i) maximum of unquantized gain (Q14) */
|
D | gain_quant.h | 31 int16_t maxIn, /* (i) maximum of gain value Q14 */
|
/external/angle/src/tests/gl_tests/ |
D | AttributeLayoutTest.cpp | 189 double maxIn = 1; in operator ()() local 196 maxIn = +1; in operator ()() 206 Normalized, sizeof(CType), minIn, maxIn, minOut, rangeOut / (maxIn - minIn), in operator ()()
|