Home
last modified time | relevance | path

Searched refs:coef2 (Results 1 – 8 of 8) 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/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/kernel-headers/original/uapi/linux/
Domap3isp.h531 __u8 coef2; member
/external/libopus/src/
Dopus_encoder.c407 float coef, coef2; in dc_reject() local
409 coef2 = 1-coef; in dc_reject()
422 m0 = coef*x0 + VERY_SMALL + coef2*m0; in dc_reject()
423 m2 = coef*x1 + VERY_SMALL + coef2*m2; in dc_reject()
437 m0 = coef*x + VERY_SMALL + coef2*m0; in dc_reject()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc229 auto coef2 = (coef0.square() * in operator ()() local
235 (coef1 * (y_backprop_centered - x_centered * coef2)).template cast<T>(); in operator ()()
/external/libopus/celt/
Dcelt_encoder.c544 opus_val16 coef2 = coef[2]; in celt_preemphasis() local
550 tmp = MULT16_16(coef2, x); in celt_preemphasis()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c184 int16_t coef2, int16x8_t *t0, int16x8_t *t1) { in btf_16_neon() argument
190 s1_l = vmull_n_s16(vget_low_s16(in0), coef2); in btf_16_neon()
191 s1_h = vmull_n_s16(vget_high_s16(in0), coef2); in btf_16_neon()