Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dgain_dequant.c30 int16_t maxIn, /* (i) maximum of unquantized gain (Q14) */ in WebRtcIlbcfix_GainDequant() argument
38 scale=WEBRTC_SPL_ABS_W16(maxIn); in WebRtcIlbcfix_GainDequant()
Dgain_quant.c28 int16_t maxIn, /* (i) maximum of gain value Q14 */ in WebRtcIlbcfix_GainQuant() argument
40 scale = WEBRTC_SPL_MAX(1638, maxIn); in WebRtcIlbcfix_GainQuant()
Dgain_dequant.h32 int16_t maxIn, /* (i) maximum of unquantized gain (Q14) */
Dgain_quant.h31 int16_t maxIn, /* (i) maximum of gain value Q14 */
/external/angle/src/tests/gl_tests/
DAttributeLayoutTest.cpp189 double maxIn = 1; in operator ()() local
196 maxIn = +1; in operator ()()
206 Normalized, sizeof(CType), minIn, maxIn, minOut, rangeOut / (maxIn - minIn), in operator ()()