Searched defs:mih (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
H A Dg722_encode.c276 int mih; local
388 mih = (wd >= wd1) ? 2 : 1;
389 ihigh = (eh < 0) ? ihn[mih] : ihp[mih];

Completed in 121 milliseconds