Home
last modified time | relevance | path

Searched refs:coef1 (Results 1 – 9 of 9) 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.c41 int32x4_t coef1 = vld1q_s32(coef32 + 4); in silk_noise_shape_quantizer_short_prediction_neon() local
51 int32x4_t b1 = vqdmulhq_s32(coef1, a1); in silk_noise_shape_quantizer_short_prediction_neon()
87 int32x4_t coef1 = vmovl_s16(vget_high_s16(coef16)); in silk_NSQ_noise_shape_feedback_loop_neon() local
99 int64x2_t b2 = vmlal_s32(b1, vget_low_s32(a1), vget_low_s32(coef1)); in silk_NSQ_noise_shape_feedback_loop_neon()
100 int64x2_t b3 = vmlal_s32(b2, vget_high_s32(a1), vget_high_s32(coef1)); in silk_NSQ_noise_shape_feedback_loop_neon()
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_frame_scale_neon.c76 const uint8x16_t in3, const uint8x8_t coef0, const uint8x8_t coef1, in scale_plane_bilinear_kernel() argument
82 const uint16x8_t h4 = vmlal_u8(h0, vget_low_u8(in1), coef1); in scale_plane_bilinear_kernel()
83 const uint16x8_t h5 = vmlal_u8(h1, vget_high_u8(in1), coef1); in scale_plane_bilinear_kernel()
84 const uint16x8_t h6 = vmlal_u8(h2, vget_low_u8(in3), coef1); in scale_plane_bilinear_kernel()
85 const uint16x8_t h7 = vmlal_u8(h3, vget_high_u8(in3), coef1); in scale_plane_bilinear_kernel()
93 const uint16x8_t v2 = vmlal_u8(v0, hor2, coef1); in scale_plane_bilinear_kernel()
94 const uint16x8_t v3 = vmlal_u8(v1, hor3, coef1); in scale_plane_bilinear_kernel()
108 const uint8x8_t coef1 = vdup_n_u8(c1); in scale_plane_2_to_1_bilinear() local
123 coef0, coef1, dst); in scale_plane_2_to_1_bilinear()
143 const uint8x8_t coef1 = vdup_n_u8(c1); in scale_plane_4_to_1_bilinear() local
[all …]
/external/libxaac/decoder/
Dixheaacd_lpp_tran.c525 static PLATFORM_INLINE VOID ixheaacd_filt_step3_lp(WORD len, WORD32 coef1, in ixheaacd_filt_step3_lp() argument
546 ((ixheaacd_mac32x16hin32(temp, prev1, coef1)) << 1)); in ixheaacd_filt_step3_lp()
555 ((ixheaacd_mac32x16hin32(temp, curr, coef1)) << 1)); in ixheaacd_filt_step3_lp()
/external/kernel-headers/original/uapi/linux/
Domap3isp.h532 __u8 coef1; member
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc227 auto coef1 = in operator ()() local
235 (coef1 * (y_backprop_centered - x_centered * coef2)).template cast<T>(); in operator ()()
/external/libopus/celt/
Dcelt_decoder.c294 opus_val16 coef1 = coef[1]; in deemphasis() local
300 - MULT16_32_Q15(coef1, x[j]); in deemphasis()
Dcelt_encoder.c543 opus_val16 coef1 = coef[1]; in celt_preemphasis() local
552 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp); in celt_preemphasis()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c183 static INLINE void btf_16_neon(const int16x8_t in0, int16_t coef1, in btf_16_neon() argument
188 s0_l = vmull_n_s16(vget_low_s16(in0), coef1); in btf_16_neon()
189 s0_h = vmull_n_s16(vget_high_s16(in0), coef1); in btf_16_neon()