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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
entropy_coding.c 804 WebRtc_Word16 pos, pos2, posg, poss, offsg, offss, offs2; local
850 offs2 = 0;
854 pos2 = offs2;
862 offs2 += 2;
864 offs2 = 0;
869 pos2 = offs2;
877 offs2 += LPC_SHAPE_ORDER;
971 WebRtc_Word16 pos, pos2, poss, posg, offsg, offss, offs2; local
1328 WebRtc_Word16 pos, pos2, posg, offsg, offs2; local
1983 WebRtc_Word16 pos, pos2, posg, offsg, offs2, gainpos; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.c 853 int j, k, n, pos, pos2, posg, poss, offsg, offss, offs2; local
908 offs2 = 0;
912 pos2 = offs2;
917 offs2 += LPC_GAIN_ORDER;
919 offs2 = 0;
923 pos2 = offs2;
928 offs2 += LPC_SHAPE_ORDER;
1004 int j, k, n, pos, pos2, poss, offss, offs2; local
1053 offs2 = 0;
1059 pos2 = offs2;
1242 int j, k, n, pos, pos2, posg, offsg, offs2; local
1874 int j, k, n, pos, pos2, posg, offsg, offs2; local
    [all...]
  /external/svox/pico/lib/
picoktab.c 819 header = {COUNT2 OFFS2}=8
830 COUNT2 specifies the number of elements in the group, and OFFS2
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 581 APInt Offs1(PtrSize, 0), Offs2(PtrSize, 0);
584 if (IsConstantOffsetFromGlobal(Op1, GV2, Offs2, *DL) &&
590 Offs2.zextOrTrunc(OpSize));
    [all...]

Completed in 676 milliseconds