HomeSort by relevance Sort by last modified time
    Searched refs:coef0 (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/common_audio/signal_processing/
filter_ar_fast_q12_mips.c 20 int coef0, offset; local
35 "lh %[coef0], 0(%[coefficients]) \n\t"
47 "mult %[r0], %[coef0] \n\t"
87 "mult %[r0], %[coef0] \n\t"
128 [coef0] "=&r" (coef0), [offset] "=&r" (offset),
  /external/libopus/silk/arm/
NSQ_neon.c 40 int32x4_t coef0 = vld1q_s32(coef32); local
50 int32x4_t b0 = vqdmulhq_s32(coef0, a0);
86 int32x4_t coef0 = vmovl_s16(vget_low_s16(coef16)); local
97 int64x2_t b0 = vmull_s32(vget_low_s32(a0), vget_low_s32(coef0));
98 int64x2_t b1 = vmlal_s32(b0, vget_high_s32(a0), vget_high_s32(coef0));
  /external/libvpx/libvpx/vp9/encoder/arm/neon/
vp9_frame_scale_neon.c 76 const uint8x16_t in3, const uint8x8_t coef0, const uint8x8_t coef1,
78 const uint16x8_t h0 = vmull_u8(vget_low_u8(in0), coef0);
79 const uint16x8_t h1 = vmull_u8(vget_high_u8(in0), coef0);
80 const uint16x8_t h2 = vmull_u8(vget_low_u8(in2), coef0);
81 const uint16x8_t h3 = vmull_u8(vget_high_u8(in2), coef0);
91 const uint16x8_t v0 = vmull_u8(hor0, coef0);
92 const uint16x8_t v1 = vmull_u8(hor1, coef0);
107 const uint8x8_t coef0 = vdup_n_u8(c0); local
123 coef0, coef1, dst);
142 const uint8x8_t coef0 = vdup_n_u8(c0) local
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 171 gamma(1), coef0(0), C(1), nu(0), p(0), class_weights(0)
182 degree(_degree), gamma(_gamma), coef0(_coef0),
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
271 -2*params->gamma, -2*params->coef0 );
    [all...]
  /external/libopus/celt/
celt_decoder.c 190 static void deemphasis_stereo_simple(celt_sig *in[], opus_val16 *pcm, int N, const opus_val16 coef0,
207 m0 = MULT16_32_Q15(coef0, tmp0);
208 m1 = MULT16_32_Q15(coef0, tmp1);
226 opus_val16 coef0; local
242 coef0 = coef[0];
259 m = MULT16_32_Q15(coef0, tmp)
273 m = MULT16_32_Q15(coef0, tmp);
285 m = MULT16_32_Q15(coef0, tmp);
294 m = MULT16_32_Q15(coef0, tmp);
    [all...]
celt_encoder.c 494 opus_val16 coef0; local
498 coef0 = coef[0];
510 m = SHR32(MULT16_16(coef0, x), 15-SIG_SHIFT);
546 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp);
557 m = SHR32(MULT16_16(coef0, x), 15-SIG_SHIFT);
    [all...]
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 283 __u8 coef0; member in struct:omap3isp_prev_wbal
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 504 * @coef0: White balance gain - COEF 0 (U8Q5).
511 __u8 coef0; member in struct:omap3isp_prev_wbal
  /external/tensorflow/tensorflow/core/kernels/
fused_batch_norm_op.cc 186 auto coef0 = (variance + epsilon).rsqrt(); local
188 coef0.eval().reshape(one_by_depth).broadcast(bcast_spec);
207 (scale * coef0).eval().reshape(one_by_depth).broadcast(bcast_spec);
208 auto coef2 = (coef0.square() *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
omap3isp.h 501 * @coef0: White balance gain - COEF 0 (U8Q5).
508 __u8 coef0; member in struct:omap3isp_prev_wbal
  /external/opencv/ml/include/
ml.h 331 double coef0; // for poly/sigmoid member in struct:CvSVMParams
    [all...]

Completed in 1619 milliseconds