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

  /external/chromium_org/third_party/opus/src/src/
opus.c 72 int peak_pos; local
83 peak_pos = i;
96 peak_pos = end;
111 if (special && peak_pos>=2)
117 delta = offset / peak_pos;
118 for (i=curr;i<peak_pos;i++)

Completed in 44 milliseconds