Home
last modified time | relevance | path

Searched refs:coef1 (Results 1 – 7 of 7) 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/opencv3/modules/imgproc/src/opencl/
Dpyr_up.cl106 const FT coef1 = (tidx & 1) == 0 ? co1 : (FT) 0;
114 sum = mad(coef1, s_srcPatch[tidy][1 + ((tidx ) >> 1)], sum);
/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_txfm_ssse3_x86_64.asm51 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2
Dinv_txfm_ssse3_x86_64.asm74 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2
/external/kernel-headers/original/uapi/linux/
Domap3isp.h509 __u8 coef1; member
/external/libopus/celt/
Dcelt_decoder.c212 opus_val16 coef1 = coef[1]; in deemphasis() local
218 - MULT16_32_Q15(coef1, x[j]); in deemphasis()
Dcelt_encoder.c507 opus_val16 coef1 = coef[1]; in celt_preemphasis() local
516 m = MULT16_32_Q15(coef1, inp[i]) - MULT16_32_Q15(coef0, tmp); in celt_preemphasis()