Searched refs:coef3 (Results 1 – 4 of 4) 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/libopus/silk/arm/ |
D | NSQ_neon.c | 43 int32x4_t coef3 = vld1q_s32(coef32 + 12); in silk_noise_shape_quantizer_short_prediction_neon() local 53 int32x4_t b3 = vqdmulhq_s32(coef3, a3); in silk_noise_shape_quantizer_short_prediction_neon()
|
/external/kernel-headers/original/uapi/linux/ |
D | omap3isp.h | 530 __u8 coef3; member
|
/external/libopus/celt/ |
D | celt_decoder.c | 295 opus_val16 coef3 = coef[3]; in deemphasis() local 301 tmp = SHL32(MULT16_32_Q15(coef3, tmp), 2); in deemphasis()
|