Home
last modified time | relevance | path

Searched refs:lpc (Results 1 – 25 of 46) sorted by relevance

12

/external/libxaac/decoder/
Dixheaacd_aac_tns.c99 VOID ixheaacd_tns_parcor_to_lpc(WORD32 *parcor, WORD32 *lpc, WORD16 *scale, in ixheaacd_tns_parcor_to_lpc() argument
141 lpc[i] = (accu1); in ixheaacd_tns_parcor_to_lpc()
153 VOID ixheaacd_tns_parcor_lpc_convert_dec(WORD16 *parcor, WORD16 *lpc, in ixheaacd_tns_parcor_lpc_convert_dec() argument
198 lpc[i] = ixheaacd_round16(accu1); in ixheaacd_tns_parcor_lpc_convert_dec()
211 WORD32 *lpc, WORD32 order, in ixheaacd_tns_ar_filter_fixed_dec() argument
221 lpc[i] = 0; in ixheaacd_tns_ar_filter_fixed_dec()
223 lpc[i] = 0; in ixheaacd_tns_ar_filter_fixed_dec()
233 acc = ixheaacd_mac32_tns_sat(state[j - 1], lpc[j], acc); in ixheaacd_tns_ar_filter_fixed_dec()
247 acc = ixheaacd_mac32_tns_sat(state[j - 1], lpc[j], acc); in ixheaacd_tns_ar_filter_fixed_dec()
260 WORD32 inc, WORD32 *lpc, in ixheaacd_tns_ar_filter_fixed_non_neon_armv7() argument
[all …]
Dixheaacd_tns.h42 VOID ixheaacd_tns_parcor_lpc_convert_dec(WORD16 *parcor, WORD16 *lpc,
45 void ixheaacd_tns_parcor_lpc_convert_dec_ld(WORD32 *parcor, WORD32 *lpc,
48 VOID ixheaacd_tns_parcor_lpc_convert_armv7(WORD16 *parcor, WORD16 *lpc,
52 WORD16 *lpc, WORD32 order, WORD32 shift_value,
56 WORD32 *lpc, WORD32 order,
60 WORD16 *lpc, WORD32 order, WORD32 shift_value,
66 VOID ixheaacd_tns_parcor_to_lpc(WORD32 *parcor, WORD32 *lpc, WORD16 *scale,
70 WORD32 *lpc, WORD32 order,
74 WORD32 inc, WORD32 *lpc, WORD32 order,
78 WORD32 inc, WORD32 *lpc,
[all …]
/external/libopus/celt/
Dcelt_lpc.c47 opus_val32 lpc[LPC_ORDER]; in _celt_lpc() local
49 float *lpc = _lpc; in _celt_lpc() local
52 OPUS_CLEAR(lpc, p); in _celt_lpc()
59 rr += MULT32_32_Q31(lpc[j],ac[i - j]); in _celt_lpc()
63 lpc[i] = SHR32(r,3); in _celt_lpc()
67 tmp1 = lpc[j]; in _celt_lpc()
68 tmp2 = lpc[i-1-j]; in _celt_lpc()
69 lpc[j] = tmp1 + MULT32_32_Q31(r,tmp2); in _celt_lpc()
70 lpc[i-1-j] = tmp2 + MULT32_32_Q31(r,tmp1); in _celt_lpc()
86 _lpc[i] = ROUND16(lpc[i],16); in _celt_lpc()
Dpitch.c146 opus_val16 lpc[4]; in pitch_downsample() local
195 _celt_lpc(lpc, ac, 4); in pitch_downsample()
199 lpc[i] = MULT16_16_Q15(lpc[i], tmp); in pitch_downsample()
202 lpc2[0] = lpc[0] + QCONST16(.8f,SIG_SHIFT); in pitch_downsample()
203 lpc2[1] = lpc[1] + MULT16_16_Q15(c1,lpc[0]); in pitch_downsample()
204 lpc2[2] = lpc[2] + MULT16_16_Q15(c1,lpc[1]); in pitch_downsample()
205 lpc2[3] = lpc[3] + MULT16_16_Q15(c1,lpc[2]); in pitch_downsample()
206 lpc2[4] = MULT16_16_Q15(c1,lpc[3]); in pitch_downsample()
Dcelt_decoder.c503 opus_val16 *lpc; in celt_decode_lost() local
523 lpc = (opus_val16*)(st->_decode_mem+(DECODE_BUFFER_SIZE+overlap)*C); in celt_decode_lost()
524 oldBandE = lpc+C*LPC_ORDER; in celt_decode_lost()
652 _celt_lpc(lpc+c*LPC_ORDER, ac, LPC_ORDER); in celt_decode_lost()
661 sum += ABS16(lpc[c*LPC_ORDER+i]); in celt_decode_lost()
666 lpc[c*LPC_ORDER+i] = MULT16_16_Q15(lpc[c*LPC_ORDER+i], tmp); in celt_decode_lost()
676 celt_fir(exc+MAX_PERIOD-exc_length, lpc+c*LPC_ORDER, in celt_decode_lost()
742 celt_iir(buf+DECODE_BUFFER_SIZE-N, lpc+c*LPC_ORDER, in celt_decode_lost()
835 opus_val16 *lpc; local
876 lpc = (opus_val16*)(st->_decode_mem+(DECODE_BUFFER_SIZE+overlap)*CC);
[all …]
/external/u-boot/arch/x86/cpu/intel_common/
Dcpu.c33 struct udevice *dev, *lpc; in cpu_common_init() local
55 ret = uclass_first_device(UCLASS_LPC, &lpc); in cpu_common_init()
58 if (!lpc) in cpu_common_init()
DMakefile12 obj-y += lpc.o
/external/webrtc/webrtc/modules/audio_processing/vad/
Dvad_audio_proc.cc139 void VadAudioProc::GetLpcPolynomials(double* lpc, size_t length_lpc) { in GetLpcPolynomials() argument
151 WebRtcIsac_LevDurb(&lpc[offset_lpc], reflec_coeff, corr, kLpcOrder); in GetLpcPolynomials()
180 double lpc[kNum10msSubframes * (kLpcOrder + 1)]; in FindFirstSpectralPeaks() local
182 GetLpcPolynomials(lpc, kNum10msSubframes * (kLpcOrder + 1)); in FindFirstSpectralPeaks()
191 data[n] = static_cast<float>(lpc[i * (kLpcOrder + 1) + n]); in FindFirstSpectralPeaks()
/external/u-boot/arch/x86/cpu/ivybridge/
Dcpu.c130 struct udevice *dev, *lpc; in checkcpu() local
176 uclass_first_device(UCLASS_LPC, &lpc); in checkcpu()
177 enable_usb_bar(pci_get_controller(lpc->parent)); in checkcpu()
DMakefile10 obj-y += lpc.o
/external/u-boot/doc/device-tree-bindings/misc/
Dintel-lpc.txt8 - compatible = "intel,lpc"
45 lpc {
46 compatible = "intel,lpc";
/external/libxaac/decoder/armv7/
Dixheaacd_function_selector_arm_non_neon.c136 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD32 *lpc, WORD32 order,
141 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD16 *lpc, WORD32 order,
146 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
Dixheaacd_tns_ar_filter_fixed.s45 STR r8, [r14, #4]! @lpc[i] = 0
49 STR r8, [r14, #4] @lpc[i] = 0
77 LDR r9 , [r3 , r5] @lpc[j]
110 VLD1.32 {D10, D11}, [R8]! @lpc[j]
151 …VSHR.S64 D6, #32 @acc1=acc>>32 @acc = mac32_tns_neon(state[j - 1],lpc[j],acc, t…
190 VSHR.S64 D6, #32 @acc = mac32_tns_neon(state[j - 1],lpc[j],acc, temp_lo)@
373 LDR r9 , [r3 , r5] @lpc[j]
398 VLD1.32 {D10, D11}, [R8]! @lpc[j]
Dixheaacd_function_selector_armv7.c143 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD32 *lpc, WORD32 order,
147 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD16 *lpc, WORD32 order,
152 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/u-boot/arch/arm/dts/
Dast2500.dtsi971 lpc: lpc@1e789000 { label
972 compatible = "aspeed,ast2500-lpc", "simple-mfd";
979 lpc_bmc: lpc-bmc@0 {
980 compatible = "aspeed,ast2500-lpc-bmc";
984 lpc_host: lpc-host@80 {
985 compatible = "aspeed,ast2500-lpc-host", "simple-mfd", "syscon";
/external/libxaac/decoder/x86_64/
Dixheaacd_function_selector_x86_64.c141 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD32 *lpc, WORD32 order,
145 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD16 *lpc, WORD32 order,
150 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/x86/
Dixheaacd_function_selector_x86.c141 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD32 *lpc, WORD32 order,
145 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD16 *lpc, WORD32 order,
150 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/armv8/
Dixheaacd_function_selector_armv8.c141 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD32 *lpc, WORD32 order,
145 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD16 *lpc, WORD32 order,
150 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/libxaac/decoder/generic/
Dixheaacd_function_selector_generic.c142 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD32 *lpc, WORD32 order,
146 (WORD32 *spectrum, WORD32 size, WORD32 inc, WORD16 *lpc, WORD32 order,
151 (WORD16 *parcor, WORD16 *lpc, WORD16 *scale,
/external/u-boot/arch/x86/lib/
Dlpc-uclass.c10 UCLASS_DRIVER(lpc) = {
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D4fd86409debcc7e960114ad07c87e470.00000036.honggfuzz.cov2 �nst9 lpc`lhosg
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D4fd86409debcc7e960114ad07c87e470.00000036.honggfuzz.cov2 �nst9 lpc`lhosg
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.h35 int16_t *lpc, /* (i) decoded LPC (only used for no PL) */
/external/u-boot/arch/x86/cpu/broadwell/
DMakefile7 obj-y += lpc.o
/external/webrtc/webrtc/common_audio/signal_processing/
Dsignal_processing_unittest.cc352 int16_t lpc[kOrder + 2] = { 0 }; in TEST_F() local
357 EXPECT_EQ(0, WebRtcSpl_LevinsonDurbin(unstable_filter, lpc, refl, kOrder)); in TEST_F()
358 EXPECT_EQ(1, WebRtcSpl_LevinsonDurbin(stable_filter, lpc, refl, kOrder)); in TEST_F()
360 EXPECT_EQ(lpc_result[i], lpc[i]); in TEST_F()

12