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

  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 135 Word16 *wsp; member in struct:__anon19285
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 166 Word16 *wsp; local
239 wsp = old_wsp + (PIT_MAX / OPL_DECIM);
422 * - Find the weighted input speech wsp[] for the whole speech frame *
423 * - scale wsp[] to avoid overflow in pitch estimation *
433 Residu_opt(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
435 Residu(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
441 Deemph2(wsp, TILT_FAC, L_FRAME, &(st->mem_wsp));
443 /* find maximum value on wsp[] for 12 bits scaling */
447 tmp = abs_s(wsp[i]);
465 /* decimation of wsp[] to search pitch in LF and to reduce complexity *
    [all...]

Completed in 202 milliseconds