HomeSort by relevance Sort by last modified time
    Searched defs:state7 (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/webrtc/common_audio/signal_processing/
resample_by_2.c 82 register int32_t state7 = filtState[7]; local
105 diff = tmp2 - state7;
106 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6);
110 out32 = (state3 + state7 + 1024) >> 11;
123 filtState[7] = state7;
140 register int32_t state7 = filtState[7]; local
166 diff = tmp2 - state7;
167 state7 = MUL_ACCUM_2(kResampleAllpass2[2], diff, state6);
171 out32 = (state7 + 512) >> 10;
182 filtState[7] = state7;
    [all...]
resample_by_2_mips.c 45 register int32_t state7 = filtState[7]; local
123 "subu %[diff2], %[tmp22], %[state7] \n\t"
128 "extr.w %[state7], $ac1, 16 \n\t"
130 "addu %[state7], %[state6], %[state7] \n\t"
136 "addu %[out32], %[state3], %[state7] \n\t"
141 [out32] "=r" (out32), [diff1] "=&r" (diff1), [state7] "+r" (state7)
175 diff = tmp2 - state7;
176 state7 = MUL_ACCUM_2(kResampleAllpass1[2], diff, state6)
    [all...]

Completed in 34 milliseconds