Home
last modified time | relevance | path

Searched refs:coef2 (Results 1 – 6 of 6) 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.cl107 const FT coef2 = (tidx & 1) == 0 ? co3 : co2;
113 sum = coef2* s_srcPatch[tidy][1 + ((tidx - 1) >> 1)];
115 sum = mad(coef2, s_srcPatch[tidy][1 + ((tidx + 2) >> 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.h508 __u8 coef2; member
/external/libopus/celt/
Dcelt_encoder.c508 opus_val16 coef2 = coef[2]; in celt_preemphasis() local
514 tmp = MULT16_16(coef2, x); in celt_preemphasis()