Searched refs:coef1 (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | pitch_filter_mips.c | 27 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/ |
D | pyr_up.cl | 106 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/ |
D | fwd_txfm_ssse3_x86_64.asm | 51 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2
|
D | inv_txfm_ssse3_x86_64.asm | 74 %macro BUTTERFLY_4X 7 ; dst1, dst2, coef1, coef2, round, tmp1, tmp2
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 509 __u8 coef1; member
|
/external/libopus/celt/ |
D | celt_decoder.c | 212 opus_val16 coef1 = coef[1]; in deemphasis() local 218 - MULT16_32_Q15(coef1, x[j]); in deemphasis()
|
D | celt_encoder.c | 507 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()
|