HomeSort by relevance Sort by last modified time
    Searched refs:w00 (Results 1 - 5 of 5) 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/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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 1239 LLVMValueRef w00, w01, w10, w11, wx0, wy0; local
    [all...]
  /external/deqp/framework/common/
tcuAstcUtil.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 160 float w00 = (1.0f-x)*(1.0f-y); local
164 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11;
    [all...]

Completed in 590 milliseconds