OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ihn
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_encode.c
260
static const int
ihn
[3] = {0, 1, 0};
local
389
ihigh = (eh < 0) ?
ihn
[mih] : ihp[mih];
/external/v8/benchmarks/
deltablue.js
421
var
ihn
= this.input(), out = this.output();
422
out.walkStrength = Strength.weakestOf(this.strength,
ihn
.walkStrength);
423
out.stay =
ihn
.stay;
501
var
ihn
= this.input(), out = this.output();
502
out.walkStrength = Strength.weakestOf(this.strength,
ihn
.walkStrength);
503
out.stay =
ihn
.stay && this.scale.stay && this.offset.stay;
Completed in 38 milliseconds