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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
poly_to_lsf.c 28 int16_t lsp[10]; local
29 WebRtcIlbcfix_Poly2Lsp(a, lsp, (int16_t*)WebRtcIlbcfix_kLspMean);
30 WebRtcIlbcfix_Lsp2Lsf(lsp, lsf, 10);
lsf_to_poly.c 33 int16_t lsp[10]; local
36 /* Convert lsf to lsp */
37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER);
39 /* Get F1(z) and F2(z) from the lsp */
42 WebRtcIlbcfix_GetLspPoly(&lsp[0],f1ptr);
43 WebRtcIlbcfix_GetLspPoly(&lsp[1],f2ptr);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp.cpp 30 Pathname: ./audio/gsm-amr/c/src/lsp.c
42 Description: For lsp_reset() and lsp()
70 #include "lsp.h"
124 Initializes lsp state data.
134 lsp.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
235 lsp.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
324 lsp.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
371 FUNCTION NAME: lsp
385 lsp_new = array of type Word16 -- new lsp vector
412 lsp.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 200
440 void lsp(lspState *st, \/* i\/o : State struct *\/ function
    [all...]
int_lpc.cpp 99 lsp_old -- array of type Word16 -- LSP vector at the
101 lsp_mid -- array of type Word16 -- LSP vector at the 2nd subfr. of
103 lsp_new -- array of type Word16 -- LSP vector at the 4th subfr. of
175 Word16 lsp_old[], /* i : LSP vector at the 4th subfr. of past frame (M) */
176 Word16 lsp_mid[], /* i : LSP vector at the 2nd subfr. of
178 Word16 lsp_new[], /* i : LSP vector at the 4th subfr. of
186 Word16 lsp[M]; local
190 Word16 *p_lsp = &lsp[0];
192 /* lsp[i] = lsp_mid[i] * 0.5 + lsp_old[i] * 0.5 */
201 lsp,
323 Word16 lsp[M]; local
446 Word16 lsp[M]; local
582 Word16 lsp[M]; local
    [all...]
  /external/libgsm/src/
preprocess.c 49 word msp, lsp; local
92 lsp = L_z2-((longword)msp<<15); /* gsm_L_sub(L_z2,(msp<<15)); */
94 L_s2 += GSM_MULT_R( lsp, 32735 );
  /external/chromium_org/chrome/browser/safe_browsing/incident_reporting/
environment_data_collection_win_unittest.cc 45 // Look through dll entries and check for the presence of the LSP feature for
57 LSP)
58 // LSP feature found.
97 // We'll test RecordLspFeatures against a real dll registered as a LSP. All
99 std::string lsp = "c:\\windows\\system32\\mswsock.dll"; local
105 // Return successfully if LSP feature is found.
106 if (DllEntryContainsLspFeature(process_report, lsp))
109 // |lsp| was not already loaded into the current process. Manually add it
110 // to the process report so that it will get marked as a LSP.
113 dll->set_path(lsp);
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.h 113 Word16 lsp[M]; member in struct:__anon17891
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
dtx_enc.cpp 283 lsp_init_data = table containing LSP initialization values;
542 Word16 lsp[M];
558 // average energy and lsp
574 lsp[j] = extract_l(L_shr(L_lsp[j], 3)); // divide by 8
620 // make sure that LSP's are ordered
621 Lsp_lsf(lsp, lsf, M);
623 Lsf_lsp(lsf, lsp, M);
625 // Quantize lsp and put on parameter list
626 Q_plsf_3(qSt, MRDTX, lsp, lsp_q, st->lsp_index,
678 Word16 lsp[M] local
    [all...]
  /external/libvorbis/lib/
floor0.c 26 #include "lsp.h"
176 float *lsp=_vorbis_block_alloc(vb,sizeof(*lsp)*(look->m+b->dim+1)); local
179 if(vorbis_book_decodev_set(b,lsp+j,&vb->opb,b->dim)==-1)goto eop;
181 for(k=0;k<b->dim;k++,j++)lsp[j]+=last;
182 last=lsp[j-1];
185 lsp[look->m]=amp;
186 return(lsp);
201 float *lsp=(float *)memo; local
202 float amp=lsp[look->m]
    [all...]
  /bionic/libc/tzcode/
localtime.c 374 register union local_storage *lsp; local
376 lsp = malloc(sizeof *lsp);
377 if (!lsp)
381 lsp = &ls;
383 //fullname = lsp->fullname;
384 up = &lsp->u.u;
531 struct state *ts = &lsp->u.st;
    [all...]

Completed in 500 milliseconds