Home
last modified time | relevance | path

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

/external/libopus/silk/arm/
DNSQ_neon.c40 int32x4_t coef0 = vld1q_s32(coef32); in silk_noise_shape_quantizer_short_prediction_neon() local
50 int32x4_t b0 = vqdmulhq_s32(coef0, a0); in silk_noise_shape_quantizer_short_prediction_neon()
86 int32x4_t coef0 = vmovl_s16(vget_low_s16(coef16)); in silk_NSQ_noise_shape_feedback_loop_neon() local
97 int64x2_t b0 = vmull_s32(vget_low_s32(a0), vget_low_s32(coef0)); in silk_NSQ_noise_shape_feedback_loop_neon()
98 int64x2_t b1 = vmlal_s32(b0, vget_high_s32(a0), vget_high_s32(coef0)); in silk_NSQ_noise_shape_feedback_loop_neon()
/external/webrtc/webrtc/common_audio/signal_processing/
Dfilter_ar_fast_q12_mips.c20 int coef0, offset; in WebRtcSpl_FilterARFastQ12() local
128 [coef0] "=&r" (coef0), [offset] "=&r" (offset), in WebRtcSpl_FilterARFastQ12()
/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
78 const uint16x8_t h0 = vmull_u8(vget_low_u8(in0), coef0); in scale_plane_bilinear_kernel()
79 const uint16x8_t h1 = vmull_u8(vget_high_u8(in0), coef0); in scale_plane_bilinear_kernel()
80 const uint16x8_t h2 = vmull_u8(vget_low_u8(in2), coef0); in scale_plane_bilinear_kernel()
81 const uint16x8_t h3 = vmull_u8(vget_high_u8(in2), coef0); in scale_plane_bilinear_kernel()
91 const uint16x8_t v0 = vmull_u8(hor0, coef0); in scale_plane_bilinear_kernel()
92 const uint16x8_t v1 = vmull_u8(hor1, coef0); in scale_plane_bilinear_kernel()
107 const uint8x8_t coef0 = vdup_n_u8(c0); in scale_plane_2_to_1_bilinear() local
123 coef0, coef1, dst); in scale_plane_2_to_1_bilinear()
142 const uint8x8_t coef0 = vdup_n_u8(c0); in scale_plane_4_to_1_bilinear() local
[all …]
/external/libopus/celt/
Dcelt_decoder.c190 static void deemphasis_stereo_simple(celt_sig *in[], opus_val16 *pcm, int N, const opus_val16 coef0, in deemphasis_stereo_simple() argument
207 m0 = MULT16_32_Q15(coef0, tmp0); in deemphasis_stereo_simple()
208 m1 = MULT16_32_Q15(coef0, tmp1); in deemphasis_stereo_simple()
226 opus_val16 coef0; in deemphasis() local
242 coef0 = coef[0]; in deemphasis()
259 m = MULT16_32_Q15(coef0, tmp) in deemphasis()
273 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
285 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
294 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
Dcelt_encoder.c494 opus_val16 coef0; in celt_preemphasis() local
498 coef0 = coef[0]; in celt_preemphasis()
510 m = SHR32(MULT16_16(coef0, x), 15-SIG_SHIFT); in celt_preemphasis()
546 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp); in celt_preemphasis()
557 m = SHR32(MULT16_16(coef0, x), 15-SIG_SHIFT); in celt_preemphasis()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc186 auto coef0 = (variance + epsilon).rsqrt(); in operator ()() local
188 coef0.eval().reshape(one_by_depth).broadcast(bcast_spec); in operator ()()
207 (scale * coef0).eval().reshape(one_by_depth).broadcast(bcast_spec); in operator ()()
208 auto coef2 = (coef0.square() * in operator ()()
/external/kernel-headers/original/uapi/linux/
Domap3isp.h511 __u8 coef0; member