| /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/opencv3/modules/imgproc/src/ |
| samplers.cpp | 300 float w00 = a1*b1, w01 = a*b1, w10 = a1*b, w11 = a*b; local 307 dst[x] = ptr[0]*w00 + ptr[1]*w01 + ptr[src_step]*w10 + ptr[src_step+1]*w11; 312 float t0 = ptr[0]*w00 + ptr[3]*w01 + ptr[src_step]*w10 + ptr[src_step+3]*w11; 313 float t1 = ptr[1]*w00 + ptr[4]*w01 + ptr[src_step+1]*w10 + ptr[src_step+4]*w11; 314 float t2 = ptr[2]*w00 + ptr[5]*w01 + ptr[src_step+2]*w10 + ptr[src_step+5]*w11; 325 ptr[src_step+k]*w10 + ptr[src_step+k+cn]*w11; 335 float w00 = a1*b1, w01 = a*b1, w10 = a1*b, w11 = a*b; local 348 dst[x*cn + k] = ptr0[k]*w00 + ptr0[k+cn]*w01 + ptr1[k]*w10 + ptr1[k+cn]*w11;
|
| /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/modules/glshared/ |
| glsTextureTestUtil.cpp | 169 float w10 = x*(1.0f-y); local 171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11; [all...] |
| /external/libvpx/libvpx/vp9/encoder/x86/ |
| vp9_dct_sse2.c | 928 __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 | 590 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 647 w10 = _mm_sub_epi32(u2, u10); 665 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING); [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/ |
| vp9_idct_intrin_sse2.c | 721 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 778 w10 = _mm_sub_epi32(u2, u10); 796 v10 = _mm_add_epi32(w10, k__DCT_CONST_ROUNDING); [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
| vp9_dct_avx2.c | 825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local [all...] |
| vp9_dct_sse2.c | 926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local [all...] |