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

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetws.c 42 wchar_t *wsp; local
53 wsp = ws;
59 if (wsp == ws) {
65 *wsp++ = (wchar_t)wc;
71 *wsp++ = L'\0';
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
cod_amr.h 135 Word16 *wsp; member in struct:__anon17902
  /external/libedit/src/
vi.c 1089 const Char *wep, *wsp; local
1097 wep = wsp = 0;
1103 wsp = wp;
1110 if (wsp == 0 || (el->el_state.doingarg && el->el_state.argument != 0))
1114 len = (int)(wep - wsp);
1122 while (wsp < wep && cp < lim)
1123 *cp++ = *wsp++;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
voAMRWBEnc.c 168 Word16 *wsp; local
241 wsp = old_wsp + (PIT_MAX / OPL_DECIM);
424 * - Find the weighted input speech wsp[] for the whole speech frame *
425 * - scale wsp[] to avoid overflow in pitch estimation *
435 Residu_opt(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
437 Residu(Ap, &speech[i_subfr], &wsp[i_subfr], L_SUBFR);
443 Deemph2(wsp, TILT_FAC, L_FRAME, &(st->mem_wsp));
445 /* find maximum value on wsp[] for 12 bits scaling */
449 tmp = abs_s(wsp[i]);
467 /* decimation of wsp[] to search pitch in LF and to reduce complexity *
    [all...]

Completed in 802 milliseconds