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

  /external/chromium_org/third_party/opus/src/src/
opus.c 74 int peak_pos; local
85 peak_pos = i;
98 peak_pos = end;
113 if (special && peak_pos>=2)
119 delta = offset / peak_pos;
120 for (i=curr;i<peak_pos;i++)
  /external/libopus/src/
opus.c 74 int peak_pos; local
85 peak_pos = i;
98 peak_pos = end;
113 if (special && peak_pos>=2)
119 delta = offset / peak_pos;
120 for (i=curr;i<peak_pos;i++)

Completed in 219 milliseconds