Searched refs:w00 (Results 1 - 5 of 5) 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/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp1481 const int w00 = 16 - fs - ft + w11;
1483 const int weight = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp2328 const deUint32 w00 = 16 - fX - fY + w11;
2338 dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;
/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 539 milliseconds