Home | History | Annotate | Download | only in common

Lines Matching refs:w01

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