/external/speex/libspeex/ |
D | quant_lsp.c | 159 void lsp_quant_nb(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits) in lsp_quant_nb() argument 166 qlsp[i]=lsp[i]; in lsp_quant_nb() 210 qlsp[i]=lsp[i]-qlsp[i]; in lsp_quant_nb() 213 void lsp_unquant_nb(spx_lsp_t *lsp, int order, SpeexBits *bits) in lsp_unquant_nb() argument 217 lsp[i]=LSP_LINEAR(i); in lsp_unquant_nb() 222 lsp[i] = ADD32(lsp[i], LSP_DIV_256(cdbk_nb[id*10+i])); in lsp_unquant_nb() 226 lsp[i] = ADD16(lsp[i], LSP_DIV_512(cdbk_nb_low1[id*5+i])); in lsp_unquant_nb() 230 lsp[i] = ADD32(lsp[i], LSP_DIV_1024(cdbk_nb_low2[id*5+i])); in lsp_unquant_nb() 234 lsp[i+5] = ADD32(lsp[i+5], LSP_DIV_512(cdbk_nb_high1[id*5+i])); in lsp_unquant_nb() 238 lsp[i+5] = ADD32(lsp[i+5], LSP_DIV_1024(cdbk_nb_high2[id*5+i])); in lsp_unquant_nb() [all …]
|
D | lsp.c | 593 void lsp_enforce_margin(spx_lsp_t *lsp, int len, spx_word16_t margin) in lsp_enforce_margin() argument 599 if (lsp[0]<m) in lsp_enforce_margin() 600 lsp[0]=m; in lsp_enforce_margin() 601 if (lsp[len-1]>m2) in lsp_enforce_margin() 602 lsp[len-1]=m2; in lsp_enforce_margin() 605 if (lsp[i]<lsp[i-1]+m) in lsp_enforce_margin() 606 lsp[i]=lsp[i-1]+m; in lsp_enforce_margin() 608 if (lsp[i]>lsp[i+1]-m) in lsp_enforce_margin() 609 lsp[i]= SHR16(lsp[i],1) + SHR16(lsp[i+1]-m,1); in lsp_enforce_margin() 628 void lsp_enforce_margin(spx_lsp_t *lsp, int len, spx_word16_t margin) in lsp_enforce_margin() argument [all …]
|
D | quant_lsp.h | 57 void lsp_quant_nb(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits); 60 void lsp_unquant_nb(spx_lsp_t *lsp, int order, SpeexBits *bits); 63 void lsp_quant_lbr(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits); 66 void lsp_unquant_lbr(spx_lsp_t *lsp, int order, SpeexBits *bits); 69 void lsp_quant_high(spx_lsp_t *lsp, spx_lsp_t *qlsp, int order, SpeexBits *bits); 72 void lsp_unquant_high(spx_lsp_t *lsp, int order, SpeexBits *bits);
|
/external/libldac/src/ |
D | quant_ldac.c | 52 int lsp, hsp; in norm_spectrum_ldac() local 60 lsp = ga_isp_ldac[iqu]; in norm_spectrum_ldac() 63 maxspec = fabs(p_spec[lsp]); in norm_spectrum_ldac() 64 for (isp = lsp+1; isp < hsp; isp++) { in norm_spectrum_ldac() 74 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac() 79 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac() 80 p_spec[isp] = sa_val_ldac[isp-lsp]; in norm_spectrum_ldac()
|
D | quant_fixp_ldac.c | 63 int lsp, hsp; in norm_spectrum_ldac() local 70 lsp = ga_isp_ldac[iqu]; in norm_spectrum_ldac() 73 maxspec = abs(p_spec[lsp]); in norm_spectrum_ldac() 74 for (isp = lsp+1; isp < hsp; isp++) { in norm_spectrum_ldac() 83 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac() 88 for (isp = lsp; isp < hsp; isp++) { in norm_spectrum_ldac() 89 p_spec[isp] = sa_val_ldac[isp-lsp]; in norm_spectrum_ldac()
|
D | pack_ldac.c | 291 int lsp, hsp; in pack_spectrum_ldac() local 296 lsp = ga_isp_ldac[iqu]; in pack_spectrum_ldac() 303 isp = lsp; in pack_spectrum_ldac() 321 for (isp = lsp; isp < hsp; isp++) { in pack_spectrum_ldac() 339 int lsp, hsp; in pack_residual_ldac() local 347 lsp = ga_isp_ldac[iqu]; in pack_residual_ldac() 351 for (isp = lsp; isp < hsp; isp++) { in pack_residual_ldac()
|
/external/tremolo/Tremolo/ |
D | floor0.c | 147 ogg_int32_t *lsp,int m, in vorbis_lsp_to_curve() argument 183 ogg_int32_t val=MULT32(lsp[i],0x517cc2); in vorbis_lsp_to_curve() 185 ogg_int32_t val=((lsp[i]>>10)*0x517d)>>14; in vorbis_lsp_to_curve() 402 ogg_int32_t *lsp){ in floor0_inverse1() argument 423 if(vorbis_book_decodev_set(b,lsp+j,&vd->opb,b->dim,-24)==-1)goto eop; in floor0_inverse1() 425 for(k=0;k<b->dim;k++,j++)lsp[j]+=last; in floor0_inverse1() 426 last=lsp[j-1]; in floor0_inverse1() 429 lsp[info->order]=amp; in floor0_inverse1() 430 return(lsp); in floor0_inverse1() 438 ogg_int32_t *lsp,ogg_int32_t *out){ in floor0_inverse2() argument [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
D | lsf_to_poly.c | 33 int16_t lsp[10]; in WebRtcIlbcfix_Lsf2Poly() local 37 WebRtcIlbcfix_Lsf2Lsp(lsf, lsp, LPC_FILTERORDER); in WebRtcIlbcfix_Lsf2Poly() 42 WebRtcIlbcfix_GetLspPoly(&lsp[0],f1ptr); in WebRtcIlbcfix_Lsf2Poly() 43 WebRtcIlbcfix_GetLspPoly(&lsp[1],f2ptr); in WebRtcIlbcfix_Lsf2Poly()
|
D | poly_to_lsf.c | 28 int16_t lsp[10]; in WebRtcIlbcfix_Poly2Lsf() local 29 WebRtcIlbcfix_Poly2Lsp(a, lsp, (int16_t*)WebRtcIlbcfix_kLspMean); in WebRtcIlbcfix_Poly2Lsf() 30 WebRtcIlbcfix_Lsp2Lsf(lsp, lsf, 10); in WebRtcIlbcfix_Poly2Lsf()
|
D | poly_to_lsp.c | 30 int16_t *lsp, /* (i) LSP coefficients in Q15 */ in WebRtcIlbcfix_Poly2Lsp() argument 139 lsp[foundFreqs] = (int16_t)xint; in WebRtcIlbcfix_Poly2Lsp() 155 WEBRTC_SPL_MEMCPY_W16(lsp, old_lsp, 10); in WebRtcIlbcfix_Poly2Lsp()
|
D | lsf_to_lsp.c | 28 int16_t *lsp, /* (o) lsp in Q15 values between -1 and 1 */ in WebRtcIlbcfix_Lsf2Lsp() argument 57 lsp[i] = WebRtcIlbcfix_kCos[k] + (int16_t)(tmpW32 >> 12); in WebRtcIlbcfix_Lsf2Lsp()
|
D | lsp_to_lsf.c | 27 int16_t *lsp, /* (i) lsp vector -1...+1 in Q15 */ in WebRtcIlbcfix_Lsp2Lsf() argument 47 lspPtr = &lsp[9]; in WebRtcIlbcfix_Lsp2Lsf()
|
D | get_lsp_poly.c | 41 int16_t *lsp, /* (i) LSP in Q15 */ in WebRtcIlbcfix_GetLspPoly() argument 50 lspPtr = lsp; in WebRtcIlbcfix_GetLspPoly()
|
D | get_lsp_poly.h | 44 int16_t *lsp, /* (i) LSP in Q15 */
|
/external/tcpdump/tests/ |
D | isis_4-v.out | 163 lsp-id: 1111.1111.1111.00-00, seq: 0x00000007, lifetime: 1200s 180 lsp-id: 1111.1111.1111.00-00, seq: 0x00000007, lifetime: 1200s 197 lsp-id: 2222.2222.2222.00-00, seq: 0x00000005, lifetime: 1200s 214 lsp-id: 2222.2222.2222.00-00, seq: 0x00000006, lifetime: 1200s 232 start lsp-id: 0000.0000.0000.00-00 233 end lsp-id: ffff.ffff.ffff.ff-ff 235 lsp-id: 1111.1111.1111.00-00, seq: 0x00000007, lifetime: 1198s, chksum: 0x1da8 236 lsp-id: 2222.2222.2222.00-00, seq: 0x00000005, lifetime: 1199s, chksum: 0x4382 240 start lsp-id: 0000.0000.0000.00-00 241 end lsp-id: ffff.ffff.ffff.ff-ff [all …]
|
D | isis_1-v.out | 4 start lsp-id: 0000.0000.0000.00-00 5 end lsp-id: ffff.ffff.ffff.ff-ff 7 lsp-id: 2222.2222.2222.00-00, seq: 0x0000000e, lifetime: 1184s, chksum: 0x5910 8 lsp-id: 3333.3333.3333.00-00, seq: 0x00000010, lifetime: 1147s, chksum: 0x1749 9 lsp-id: 3333.3333.3333.02-00, seq: 0x00000004, lifetime: 634s, chksum: 0x7f9f 93 start lsp-id: 0000.0000.0000.00-00 94 end lsp-id: ffff.ffff.ffff.ff-ff 96 lsp-id: 2222.2222.2222.00-00, seq: 0x0000000e, lifetime: 1174s, chksum: 0x5910 97 lsp-id: 3333.3333.3333.00-00, seq: 0x00000010, lifetime: 1137s, chksum: 0x1749 98 lsp-id: 3333.3333.3333.02-00, seq: 0x00000004, lifetime: 624s, chksum: 0x7f9f [all …]
|
D | isis_infloop-v.out | 5 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s 13 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s 21 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s 29 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s 37 lsp-id: ffff.ffff.ffff.ff-ff, seq: 0xffffffff, lifetime: 65535s
|
D | isis_3-v.out | 135 lsp-id: 4444.4444.4444.00-00, seq: 0x0000000a, lifetime: 1199s 155 lsp-id: 4444.4444.4444.01-00, seq: 0x00000003, lifetime: 1199s 163 lsp-id: 3333.3333.3333.00-00, seq: 0x00000009, lifetime: 1199s 224 start lsp-id: 0000.0000.0000.00-00 225 end lsp-id: ffff.ffff.ffff.ff-ff 227 lsp-id: 3333.3333.3333.00-00, seq: 0x00000009, lifetime: 1192s, chksum: 0x24b1 228 lsp-id: 4444.4444.4444.00-00, seq: 0x0000000a, lifetime: 1194s, chksum: 0xf252 229 lsp-id: 4444.4444.4444.01-00, seq: 0x00000003, lifetime: 1194s, chksum: 0x7ef7 333 start lsp-id: 0000.0000.0000.00-00 334 end lsp-id: ffff.ffff.ffff.ff-ff [all …]
|
D | isis_2-v.out | 153 lsp-id: 2222.2222.2222.00-00, seq: 0x00000009, lifetime: 1199s 171 lsp-id: 3333.3333.3333.00-00, seq: 0x0000000e, lifetime: 1199s 229 start lsp-id: 0000.0000.0000.00-00 230 end lsp-id: ffff.ffff.ffff.ff-ff 232 lsp-id: 2222.2222.2222.00-00, seq: 0x00000009, lifetime: 1192s, chksum: 0x630b 233 lsp-id: 3333.3333.3333.00-00, seq: 0x0000000e, lifetime: 1194s, chksum: 0x1b47 234 lsp-id: 3333.3333.3333.02-00, seq: 0x00000004, lifetime: 1039s, chksum: 0x7f9f 318 start lsp-id: 0000.0000.0000.00-00 319 end lsp-id: ffff.ffff.ffff.ff-ff 321 lsp-id: 2222.2222.2222.00-00, seq: 0x00000009, lifetime: 1184s, chksum: 0x630b [all …]
|
D | lspping-fec-rsvp-v.out | 12 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 33 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 54 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 75 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 96 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
|
D | lspping-fec-rsvp-vv.out | 12 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 37 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 62 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 87 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010 112 tunnel end-point 12.1.1.1, tunnel sender 12.4.4.4, lsp-id 0x0010
|
/external/google-breakpad/src/client/solaris/handler/ |
D | minidump_generator.cc | 99 bool IsLwpCrashedCallback(lwpstatus_t *lsp, void *context) { in IsLwpCrashedCallback() argument 103 const prgregset_t *gregs = &(lsp->pr_reg); in IsLwpCrashedCallback() 113 crashing_context->crashing_lwpid = lsp->pr_lwpid; in IsLwpCrashedCallback() 233 const lwpstatus_t *lsp, in WriteCrashedLwpStream() argument 237 lwp->thread_id = lsp->pr_lwpid; in WriteCrashedLwpStream() 274 const lwpstatus_t *lsp, MDRawThread *lwp) { in WriteLwpStream() argument 275 prfpregset_t fp_regs = lsp->pr_fpreg; in WriteLwpStream() 276 const prgregset_t *gregs = &(lsp->pr_reg); in WriteLwpStream() 290 lwp->thread_id = lsp->pr_lwpid; in WriteLwpStream() 305 lwp->thread_id = lsp->pr_lwpid; in WriteLwpStream() [all …]
|
/external/libgsm/src/ |
D | preprocess.c | 49 word msp, lsp; variable 92 lsp = L_z2-((longword)msp<<15); /* gsm_L_sub(L_z2,(msp<<15)); */ 94 L_s2 += GSM_MULT_R( lsp, 32735 );
|
/external/clang/test/Sema/ |
D | format-strings-scanf.c | 96 void test_alloc_extension(char **sp, wchar_t **lsp, float *fp) { in test_alloc_extension() argument 101 …scanf("%aS", lsp); // expected-warning{{format specifies type 'float *' but the argument has type … in test_alloc_extension() 107 scanf("%mS", lsp); // No warning. in test_alloc_extension() 109 scanf("%mC", lsp); // No warning. in test_alloc_extension()
|
/external/speex/ |
D | AUTHORS | 5 lsp.c lsp.h
|