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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 15 @ void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0,
22 @ *ptr2 = input2 * (*ptr2) + input0 * (*ptr0));
23 @ *ptr1 = input1 * (*ptr0) + input0 * (*ptr2);
47 vdup.32 d28, r0 @ Initialize Neon register with input0
66 vmull.s32 q10, d0, d28 @ tmp32a = input0 * (*ptr0)
67 vmull.s32 q11, d1, d28 @ tmp32a = input0 * (*ptr0)
85 vmull.s32 q10, d16, d28 @ input0 * (*ptr2)
86 vmull.s32 q11, d17, d28 @ input0 * (*ptr2)
107 vmull.s32 q11, d0, d28 @ tmp32a = input0 * (*ptr0)
117 vmull.s32 q11, d16, d28 @ input0 * (*ptr2
    [all...]
codec.h 140 void WebRtcIsacfix_FilterMaLoopC(int16_t input0,
154 void WebRtcIsacfix_FilterMaLoopNeon(int16_t input0,
171 typedef void (*FilterMaLoopFix)(int16_t input0,
lattice.c 50 *ptr2 = input2 * (*ptr2) + input0 * (*ptr0));
51 *ptr1 = input1 * (*ptr0) + input0 * (*ptr2);
55 void WebRtcIsacfix_FilterMaLoopC(int16_t input0, // Filter coefficient
70 // input0, input1, and input2.
75 // Calculate *ptr2 = input2 * (*ptr2 + input0 * (*ptr0));
76 tmp32a = WEBRTC_SPL_MUL_16_32_RSFT15(input0, *ptr0); // Q15 * Q15 >> 15 = Q15
80 // Calculate *ptr1 = input1 * (*ptr0) + input0 * (*ptr2);
82 tmp32b = WEBRTC_SPL_MUL_16_32_RSFT15(input0, *ptr2); // Q15*Q15>>15 = Q15

Completed in 587 milliseconds