HomeSort by relevance Sort by last modified time
    Searched refs:yf (Results 26 - 50 of 51) sorted by null

12 3

  /external/deqp/framework/opengl/
gluTextureTestUtil.cpp 412 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); local
415 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule.
417 float triY = triNdx ? 1.0f-yf : yf;
448 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); local
451 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule.
453 float triY = triNdx ? 1.0f-yf : yf;
691 float yf = ((float)y + 0.5f) / (float)dst.getHeight(); local
694 int triNdx = xf + yf >= 1.0f ? 1 : 0; // Top left fill rule
739 float yf = ((float)y + 0.5f) \/ (float)dst.getHeight(); local
786 float yf = ((float)y + 0.5f) \/ (float)dst.getHeight(); local
934 const float yf = ((float)y + 0.5f) \/ (float)dst.getHeight(); local
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 945 int yf; local
950 yf = filtering ? ((y >> 8) & 255) : 0;
952 src_stride, dst_width_bytes, yf);
1019 int yf; local
1024 yf = filtering ? ((y >> 8) & 255) : 0;
1026 src_stride, dst_width_words, yf);
    [all...]
scale.cc 934 int yf = (y >> 8) & 255; local
935 InterpolateRow(row, src, src_stride, src_width, yf);
1030 int yf = (y >> 8) & 255; local
1165 int yf = (y >> 8) & 255; local
1296 int yf = (y >> 8) & 255; local
    [all...]
  /external/libyuv/files/source/
scale_common.cc 1086 int yf; local
1091 yf = filtering ? ((y >> 8) & 255) : 0;
1093 dst_width_bytes, yf);
1166 int yf; local
    [all...]
scale.cc 1092 int yf = (y >> 8) & 255; local
1191 int yf = (y >> 8) & 255; local
1330 int yf = (y >> 8) & 255; local
1465 int yf = (y >> 8) & 255; local
    [all...]
  /external/deqp/framework/randomshaders/
rsgProgramExecutor.cpp 248 float yf = (float)y / (float)(gridVtxHeight-1); local
250 interpolateVertexInput(access, vtxNdx-packetStart, input->getValueRange(), xf, yf);
  /external/deqp/modules/glshared/
glsShaderPerformanceMeasurer.cpp 90 float yf = (float)y / (float)gridSizeY; local
93 dst[getVtxIndex(x, y, gridSizeX)*numComponents + compNdx] = triQuadInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]));
glsRandomShaderCase.cpp 172 float yf = (float)y / (float)m_gridHeight; local
180 dst[1] = 1.0f + yf * -2.0f;
192 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx);
glsBufferTestUtil.cpp 726 float yf = float(y) / float(numPosY-1);
728 dst[y*numPosX + x] = tcu::Vec2(2.0f*xf - 1.0f, 2.0f*yf - 1.0f);
  /external/openssh/regress/
Makefile 136 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t2.out | diff - ${.CURDIR}/rsa_openssh.pub
154 ${TEST_SSH_SSHKEYGEN} -yf $(OBJ)/t6.out1 | diff - $(OBJ)/t6.out2
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 114 float xf[4], yf[4]; local
142 yf[j] = _y.f;
151 float z0 = (float) (yf[0] * xf[1] * b * d);
152 float z1 = (float) (yf[1] * xf[0] * b * d);
153 float z2 = (float) (yf[2] * xf[3] * a * d);
154 float z3 = (float) (yf[3] * xf[2] * a * d);
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 537 float yf = float(y) / float(numPosY-1);
539 dst[y*numPosX + x] = tcu::Vec2(2.0f*xf - 1.0f, 2.0f*yf - 1.0f);
  /external/opencv/cv/src/
cvsurf.cpp 434 float yf = center.y - r*b;
436 y = cvFloor(yf); patch_rect0.y = MIN(patch_rect0.y, y);
438 y = cvCeil(yf)+1; patch_rect0.height = MAX(patch_rect0.height, y);
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderBuiltinVarTests.cpp 1971 const float yf = (float(refImage.getHeight()-y-1)+.5f) \/ float(refImage.getHeight()); local
2100 const float yf = (float(refImage.getHeight()-y-1)+.5f) \/ float(refImage.getHeight()); local
    [all...]
vktShaderRenderDerivateTests.cpp 1230 const float yf = (float(y)+0.5f) \/ float(level0.getHeight()); local
    [all...]
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 451 float yf = ((float)(y-y1) + 0.5f) / (float)(y2 - y1); local
452 bool tri = yf >= xf;
457 float t = tri ? 1.0f-yf : yf;
    [all...]
teglNativeCoordMappingTests.cpp 224 const float yf = ((2.0f * float(y)) / (float)height) - 1.0f; local
226 return tcu::Vec2(xf, yf);
  /external/deqp/modules/gles3/functional/
es3fShaderDerivateTests.cpp 1270 const float yf = (float(y)+0.5f) \/ float(level0.getHeight()); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
DisplayContent.java     [all...]
  /prebuilts/tools/linux-x86_64/kythe/web/ui/js/
main.js     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 514 ¡??%?x`5???|???k?lEB? :J?????pQ??VU??]????8)0?E?`?@h"????xMG*?yF?~??X?T?2?s?i?xP?)A7??PPr?? ?X ????????}d??I??X??k??N?`H+:?Z?9?h@v??a-?[L b?J?HJx?/'\-?r???U:E?r??ZB????1??Ep?@?yab?? ???, X????L?DK????????OIT P??????) ?0???o?qH ?
    [all...]
hrtf_g722_1C_48_jitterT2.rtp 510 ¡??%?x`5???|???k?lEB? :J?????pQ??VU??]????8)0?E?`?@h"????xMG*?yF?~??X?T?2?s?i?xP?)A7??PPr?? ?X ????????}d??I??X??k??N?`H+:?Z?9?h@v??a-?[L b?J?HJx?/'\-?r???U:E?r??ZB????1??Ep?@?yab?? ???, X????L?DK????????OIT P??????) ?0???o?qH ?
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1629 milliseconds

12 3