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

  /external/chromium_org/third_party/opus/src/celt/
pitch.c 46 int max_pitch, int *best_pitch
66 best_pitch[0] = 0;
67 best_pitch[1] = 1;
89 best_pitch[1] = best_pitch[0];
92 best_pitch[0] = i;
96 best_pitch[1] = i;
301 int best_pitch[2]={0,0}; local
352 find_best_pitch(xcorr, y_lp4, len>>2, max_pitch>>2, best_pitch
366 if (abs(i-2*best_pitch[0])>2 && abs(i-2*best_pitch[1])>2
    [all...]
  /external/libopus/celt/
pitch.c 46 int max_pitch, int *best_pitch
66 best_pitch[0] = 0;
67 best_pitch[1] = 1;
89 best_pitch[1] = best_pitch[0];
92 best_pitch[0] = i;
96 best_pitch[1] = i;
301 int best_pitch[2]={0,0}; local
352 find_best_pitch(xcorr, y_lp4, len>>2, max_pitch>>2, best_pitch
366 if (abs(i-2*best_pitch[0])>2 && abs(i-2*best_pitch[1])>2
    [all...]
  /external/chromium_org/third_party/speex/libspeex/
nb_celp.c 1092 int best_pitch=40; local
    [all...]
ltp.c 556 int best_pitch=0; local
628 best_pitch=pitch;
632 /*printf ("pitch: %d %d\n", best_pitch, best_gain_index);*/
633 speex_bits_pack(bits, best_pitch-start, params->pitch_bits);
641 /*printf ("encode pitch: %d %d\n", best_pitch, best_gain_index);*/

Completed in 227 milliseconds