Home
last modified time | relevance | path

Searched refs:coef2 (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Dpitch_filter_mips.c27 int32_t coef1, coef2, coef3, coef4, coef5 = 0; in WebRtcIsacfix_PitchFilterCore() local
52 : [coef1] "=&r" (coef1), [coef2] "=&r" (coef2), [coef3] "=&r" (coef3), in WebRtcIsacfix_PitchFilterCore()
127 [coef1] "r" (coef1), [coef2] "r" (coef2), [coef3] "r" (coef3), in WebRtcIsacfix_PitchFilterCore()
/external/libopus/silk/arm/
DNSQ_neon.c42 int32x4_t coef2 = vld1q_s32(coef32 + 8); in silk_noise_shape_quantizer_short_prediction_neon() local
52 int32x4_t b2 = vqdmulhq_s32(coef2, a2); in silk_noise_shape_quantizer_short_prediction_neon()
/external/libopus/src/
Dopus_encoder.c411 float coef, coef2; in dc_reject() local
413 coef2 = 1-coef; in dc_reject()
429 m0 = coef*x0 + VERY_SMALL + coef2*m0; in dc_reject()
430 m2 = coef*x1 + VERY_SMALL + coef2*m2; in dc_reject()
434 m1 = coef*tmp0 + VERY_SMALL + coef2*m1; in dc_reject()
435 m3 = coef*tmp1 + VERY_SMALL + coef2*m3; in dc_reject()
453 m0 = coef*x + VERY_SMALL + coef2*m0; in dc_reject()
456 m1 = coef*tmp + VERY_SMALL + coef2*m1; in dc_reject()
/external/kernel-headers/original/uapi/linux/
Domap3isp.h509 __u8 coef2; member
/external/libxaac/decoder/
Dixheaacd_lpp_tran.c526 WORD32 coef2, in ixheaacd_filt_step3_lp() argument
541 WORD32 temp = ixheaacd_mult32x16hin32(prev2, coef2); in ixheaacd_filt_step3_lp()
550 temp = ixheaacd_mult32x16hin32(prev1, coef2); in ixheaacd_filt_step3_lp()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc208 auto coef2 = (coef0.square() * in operator ()() local
214 (coef1 * (y_backprop_centered - x_centered * coef2)).template cast<T>(); in operator ()()
/external/libopus/celt/
Dcelt_encoder.c538 opus_val16 coef2 = coef[2]; in celt_preemphasis() local
544 tmp = MULT16_16(coef2, x); in celt_preemphasis()