HomeSort by relevance Sort by last modified time
    Searched refs:w00 (Results 1 - 6 of 6) 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;
57 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale);
61 if (w00<0) w00 = WEBRTC_SPL_WORD32_MAX;
64 /* Rescale w00 and w11 to w00prim and w11prim, so that w00prim/w11prim
67 bitsw00 = WebRtcSpl_GetSizeInBits(w00);
79 w00prim = w00 << scale1;
82 /* Perform C = sqrt(w11/w00) (C is in Q11 since (16+6)/2=11) */
101 /* crit = 0.05 * w00 (Result in Q-6) *
    [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;
324 dst[x*cn+k] = ptr[k]*w00 + ptr[k+cn]*w01 +
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 112 float w00 = (1.0f-x)*(1.0f-y); local
116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
  /external/skia/src/utils/
SkTextureCompressor_ASTC.cpp     [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 167 float w00 = (1.0f-x)*(1.0f-y); local
171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
    [all...]

Completed in 732 milliseconds