Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/x86/
Dintra_edge_sse4.c49 __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]); in av1_filter_intra_edge_sse4_1() local
58 d0 = _mm_maddubs_epi16(d0, coef0); in av1_filter_intra_edge_sse4_1()
59 d1 = _mm_maddubs_epi16(d1, coef0); in av1_filter_intra_edge_sse4_1()
77 __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]); in av1_filter_intra_edge_sse4_1() local
91 d0 = _mm_maddubs_epi16(d0, coef0); in av1_filter_intra_edge_sse4_1()
92 d1 = _mm_maddubs_epi16(d1, coef0); in av1_filter_intra_edge_sse4_1()
93 d2 = _mm_maddubs_epi16(d2, coef0); in av1_filter_intra_edge_sse4_1()
94 d3 = _mm_maddubs_epi16(d3, coef0); in av1_filter_intra_edge_sse4_1()
143 __m128i coef0 = _mm_lddqu_si128((__m128i const *)kern[strength - 1]); in av1_filter_intra_edge_high_sse4_1() local
154 d0 = _mm_mullo_epi16(d0, coef0); in av1_filter_intra_edge_high_sse4_1()
[all …]
/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.c230 static void deemphasis_stereo_simple(celt_sig *in[], opus_val16 *pcm, int N, const opus_val16 coef0, in deemphasis_stereo_simple() argument
247 m0 = MULT16_32_Q15(coef0, tmp0); in deemphasis_stereo_simple()
248 m1 = MULT16_32_Q15(coef0, tmp1); in deemphasis_stereo_simple()
266 opus_val16 coef0; in deemphasis() local
282 coef0 = coef[0]; in deemphasis()
299 m = MULT16_32_Q15(coef0, tmp) in deemphasis()
313 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
325 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
334 m = MULT16_32_Q15(coef0, tmp); in deemphasis()
Dcelt_encoder.c500 opus_val16 coef0; in celt_preemphasis() local
504 coef0 = coef[0]; in celt_preemphasis()
516 m = SHR32(MULT16_16(coef0, x), 15-SIG_SHIFT); in celt_preemphasis()
552 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp); in celt_preemphasis()
563 m = SHR32(MULT16_16(coef0, x), 15-SIG_SHIFT); in celt_preemphasis()
/external/tensorflow/tensorflow/core/kernels/
Dfused_batch_norm_op.cc207 auto coef0 = (variance + epsilon).rsqrt(); in operator ()() local
209 coef0.eval().reshape(one_by_depth).broadcast(bcast_spec); in operator ()()
228 (scale * coef0).eval().reshape(one_by_depth).broadcast(bcast_spec); in operator ()()
229 auto coef2 = (coef0.square() * in operator ()()
/external/kernel-headers/original/uapi/linux/
Domap3isp.h533 __u8 coef0; member