Home | History | Annotate | Download | only in common

Lines Matching refs:w00

1277 			const deUint32 w00	= 16 - fX - fY + w11;
1287 dst[texelY*blockWidth + texelX].w[texelWeightNdx] = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4;