Searched defs:w00 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dsmooth.c38 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 = WEBRTC_SPL_LSHIFT_W32(w00, scale1);
82 /* Perform C = sqrt(w11/w00) (C is in Q11 since (16+6)/2=11) */
102 /* crit = 0.05 * w00 (Resul
[all...]
/external/deqp/framework/randomshaders/
H A DrsgProgramExecutor.cpp112 float w00 = (1.0f-x)*(1.0f-y); local
116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.cpp167 float w00 = (1.0f-x)*(1.0f-y); local
171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;

Completed in 105 milliseconds