HomeSort by relevance Sort by last modified time
    Searched refs:dhigh (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 254 int dhigh; local
344 dhigh = (s->band[1].det*wd2) >> 15;
346 rhigh = dhigh + s->band[1].s;
369 block4(s, 1, dhigh);
g722_encode.c 266 int dhigh; local
393 dhigh = (s->band[1].det*wd2) >> 15;
410 block4(s, 1, dhigh);

Completed in 183 milliseconds