HomeSort by relevance Sort by last modified time
    Searched defs:rh2 (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_decode.c 202 static const int rh2[4] = {2, 1, 2, 1}; local
349 wd2 = rh2[ihigh];
g722_encode.c 263 static const int rh2[4] = {2, 1, 2, 1}; local
396 ih2 = rh2[ihigh];
  /system/bt/embdrv/g722/
g722_decode.cc 214 static int16_t rh2[4] = {2, 1, 2, 1}; variable
375 wd2 = rh2[ihigh];
g722_encode.cc 269 static int16_t rh2[4] = {2, 1, 2, 1}; variable
395 ih2 = rh2[ihigh];

Completed in 479 milliseconds