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

  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
smooth.c 38 int32_t w00,w10,w11, endiff, crit; local
47 w00 = w10 = w11 = 0;
59 w10=WebRtcSpl_DotProductWithScale(surround,current,ENH_BLOCKL,scale);
69 bitsw10 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(w10));
113 /* Calculate w11*w00, w10*w10 and w00*w00 in the same Q domain */
127 w10w10 = (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale) *
128 (int16_t)WEBRTC_SPL_SHIFT_W32(w10, -scale);
133 /* Calculate (w11*w00-w10*w10)/(w00*w00) in Q16 *
    [all...]
  /external/openssh/
blocks.c 54 M(w1 ,w15,w10,w2 ) \
62 M(w9 ,w7 ,w2 ,w10) \
63 M(w10,w8 ,w3 ,w11) \
65 M(w12,w10,w5 ,w13) \
116 uint64 w10 = load_bigendian(in + 80); local
133 F(w10,0x243185be4ee4b28cULL)
152 F(w10,0xb00327c898fb213fULL)
171 F(w10,0xc24b8b70d0f89791ULL)
190 F(w10,0x84c87814a1f0ab72ULL)
209 F(w10,0x3c9ebe0a15c9bebcULL
    [all...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 114 float w10 = x*(1.0f-y); local
116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 176 w10 = -1.39240539108367641920172649259736394e+00L, variable
322 y*(w9+y*(w10+y*(w11+y*(w12+y*(w13+y*(w14+y*(w15+y*(w16+
  /external/v8/src/regexp/arm64/
regexp-macro-assembler-arm64.cc 167 __ Ldr(w10, register_location(reg));
168 __ Add(w10, w10, by);
169 __ Str(w10, register_location(reg));
190 Pop(w10);
191 __ Add(x10, code_pointer(), Operand(w10, UXTW));
213 __ Add(w10, current_input_offset(), Operand(-char_size()));
214 __ Cmp(w10, string_start_minus_one());
221 __ Add(w10, current_input_offset(),
223 __ Cmp(w10, string_start_minus_one())
267 __ Cmp(current_input_offset(), w10); local
801 __ Mov(current_input_offset(), w10); local
    [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 162 float w10 = x*(1.0f-y); local
164 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_intrin_sse2.c 921 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
inv_txfm_sse2.c 384 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
441 w10 = _mm_sub_epi32(u2, u10);
459 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING);
    [all...]

Completed in 594 milliseconds