Searched refs:w00 (Results 1 – 5 of 5) sorted by relevance
38 int32_t w00,w10,w11, endiff, crit; in WebRtcIlbcfix_Smooth() local47 w00 = w10 = w11 = 0; in WebRtcIlbcfix_Smooth()57 w00=WebRtcSpl_DotProductWithScale(current,current,ENH_BLOCKL,scale); in WebRtcIlbcfix_Smooth()61 if (w00<0) w00 = WEBRTC_SPL_WORD32_MAX; in WebRtcIlbcfix_Smooth()67 bitsw00 = WebRtcSpl_GetSizeInBits(w00); in WebRtcIlbcfix_Smooth()79 w00prim = w00 << scale1; in WebRtcIlbcfix_Smooth()109 if( w00 < 1) { in WebRtcIlbcfix_Smooth()110 w00=1; in WebRtcIlbcfix_Smooth()125 (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale); in WebRtcIlbcfix_Smooth()130 w00w00 = (int16_t)WEBRTC_SPL_SHIFT_W32(w00, -scale) * in WebRtcIlbcfix_Smooth()[all …]
112 float w00 = (1.0f-x)*(1.0f-y); in interpolateVertexQuad() local116 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11; in interpolateVertexQuad()
1481 const int w00 = 16 - fs - ft + w11; in infillWeight() local1483 const int weight = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4; in infillWeight()
1277 const deUint32 w00 = 16 - fX - fY + w11; in interpolateWeights() local1287 …dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >>… in interpolateWeights()
167 float w00 = (1.0f-x)*(1.0f-y); in bilinearInterpolate() local171 return quad.x()*w00 + quad.y()*w10 + quad.z()*w01 + quad.w()*w11; in bilinearInterpolate()