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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_mips.c 27 int32_t coef1, coef2, coef3, coef4, coef5 = 0; local
42 "lwl %[coef3], 11(%[coefficient]) \n\t"
46 "lwr %[coef3], 8(%[coefficient]) \n\t"
52 : [coef1] "=&r" (coef1), [coef2] "=&r" (coef2), [coef3] "=&r" (coef3),
79 "dpa.w.ph $ac0, %[w3], %[coef3] \n\t"
127 [coef1] "r" (coef1), [coef2] "r" (coef2), [coef3] "r" (coef3),
  /external/libopus/silk/arm/
NSQ_neon.c 43 int32x4_t coef3 = vld1q_s32(coef32 + 12); local
53 int32x4_t b3 = vqdmulhq_s32(coef3, a3);
  /bionic/libc/kernel/uapi/linux/
omap3isp.h 281 __u8 coef3; member in struct:omap3isp_prev_wbal
  /external/kernel-headers/original/uapi/linux/
omap3isp.h 523 * @coef3: White balance gain - COEF 3 (U8Q5).
530 __u8 coef3; member in struct:omap3isp_prev_wbal
  /external/libopus/celt/
celt_decoder.c 295 opus_val16 coef3 = coef[3]; local
301 tmp = SHL32(MULT16_32_Q15(coef3, tmp), 2);
    [all...]

Completed in 278 milliseconds