Searched defs:xf0 (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp361 const float xf0 = (float)(baseX + 0) / (float)gridSizeX; local
370 ADD_VERTEX(xf0, yf0);
372 ADD_VERTEX(xf0, yf1);
376 ADD_VERTEX(xf0, yf1);
/external/deqp/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp361 const float xf0 = (float)(baseX + 0) / (float)gridSizeX; local
370 ADD_VERTEX(xf0, yf0);
372 ADD_VERTEX(xf0, yf1);
376 ADD_VERTEX(xf0, yf1);
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dscale.c2911 int xf0 = 65536 - xf1; local
2913 *dst_ptr++ = (src_ptr[xi] * xf0 + src_ptr[xi + 1] * xf1) >> 16;

Completed in 113 milliseconds