Searched refs:yf (Results 1 - 25 of 41) sorted by relevance

12

/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DGenerator.c255 PyObject *yf = gen->yieldfrom; local
258 if (yf) {
261 //Py_INCREF(yf);
262 /* YieldFrom code ensures that yf is an iterator */
264 ret = Py_TYPE(yf)->tp_iternext(yf);
266 //Py_DECREF(yf);
277 PyObject *yf = gen->yieldfrom; local
280 if (yf) {
283 //Py_INCREF(yf);
305 __Pyx_Generator_CloseIter(__pyx_GeneratorObject *gen, PyObject *yf) argument
337 PyObject *yf = gen->yieldfrom; local
383 PyObject *yf = gen->yieldfrom; local
[all...]
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_pointcoord_unittest.cc135 GLint yf = s2p(point_y + v * point_width); local
137 GLfloat t = 0.5 + (yf + 0.5 - yw) / max_point_size;
144 GLTestHelper::CheckPixels(xf, yf, 1, 1, 4, color);
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_core_sse2.c34 static void FilterFarSSE2(aec_t *aec, float yf[2][PART_LEN1]) argument
52 const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
53 const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
62 _mm_storeu_ps(&yf[0][j], g);
63 _mm_storeu_ps(&yf[1][j], h);
67 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
69 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
H A Daec_core.h156 typedef void (*WebRtcAec_FilterFar_t)(aec_t *aec, float yf[2][PART_LEN1]);
H A Daec_core.c243 static void FilterFar(aec_t *aec, float yf[2][PART_LEN1]) argument
256 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
258 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j], aec->xfBuf[1][xPos + j],
640 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
773 memset(yf[0], 0, sizeof(float) * (PART_LEN1 * 2));
776 WebRtcAec_FilterFar(aec, yf);
779 fft[0] = yf[0][0];
780 fft[1] = yf[0][PART_LEN];
782 fft[2 * i] = yf[0][i];
783 fft[2 * i + 1] = yf[
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fDepthRangeTests.cpp231 float yf = ((float)y + 0.5f) / referenceFrame.getHeight(); local
238 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
249 float rd = 1.0f - (xh + yf) * 0.5f;
250 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
381 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); local
382 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar);
H A Des2fShaderBuiltinVarTests.cpp330 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
331 const float z = (xf + yf) / 2.0f;
422 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
423 const float oow = ((xf + yf) < 1.0f)
424 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
425 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
538 const float yf = float((h-yo-1)+0.5f) / float(h); local
539 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);
/external/deqp/modules/gles3/functional/
H A Des3fFragDepthTests.cpp238 float yf = ((float)y + 0.5f) / referenceFrame.getHeight(); local
245 float d = m_evalFunc(Vec2(xf, yf));
256 float rd = 1.0f - (xh + yf) * 0.5f;
257 float d = m_evalFunc(Vec2(xf, yf));
407 float yf = ((float)y + 0.5f) / (float)referenceFrame.getHeight(); local
408 float d = m_evalFunc(Vec2(xf, yf));
H A Des3fShaderBuiltinVarTests.cpp356 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
357 const float z = (xf + yf) / 2.0f;
451 const float yf = (float(refImg.getHeight()-y-1)+.5f) / float(refImg.getHeight()); local
452 const float oow = ((xf + yf) < 1.0f)
453 ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf)
454 : projectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf);
570 const float yf = float((h-yo-1)+0.5f) / float(h); local
571 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f);
H A Des3fFragmentOutputTests.cpp409 const float yf = ((float)y - (float)cellY*cellH + 0.5f) / cellH; local
414 const bool tri = xf + yf >= 1.0f;
419 const float t = tri ? 1.0f-yf : yf;
548 float yf = (float)y / (float)(gridHeight-1); local
551 positions[(y*gridWidth + x)*4 + 1] = 2.0f*yf - 1.0f;
601 float yf = (float)y / (float)(gridHeight-1); local
603 float f0 = (xf + yf) * 0.5f;
604 float f1 = 0.5f + (xf - yf) * 0.5f;
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_internal.h157 typedef void (*WebRtcAec_FilterFar_t)(AecCore* aec, float yf[2][PART_LEN1]);
H A Daec_core_neon.c37 static void FilterFarNEON(AecCore* aec, float yf[2][PART_LEN1]) { argument
55 const float32x4_t yf_re = vld1q_f32(&yf[0][j]);
56 const float32x4_t yf_im = vld1q_f32(&yf[1][j]);
63 vst1q_f32(&yf[0][j], g);
64 vst1q_f32(&yf[1][j], h);
68 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
72 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
H A Daec_core_sse2.c32 static void FilterFarSSE2(AecCore* aec, float yf[2][PART_LEN1]) { argument
50 const __m128 yf_re = _mm_loadu_ps(&yf[0][j]);
51 const __m128 yf_im = _mm_loadu_ps(&yf[1][j]);
60 _mm_storeu_ps(&yf[0][j], g);
61 _mm_storeu_ps(&yf[1][j], h);
65 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
69 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
H A Daec_core_mips.c323 void WebRtcAec_FilterFar_mips(AecCore* aec, float yf[2][PART_LEN1]) { argument
332 float* yf0 = yf[0];
333 float* yf1 = yf[1];
H A Daec_core.c143 static void FilterFar(AecCore* aec, float yf[2][PART_LEN1]) { argument
155 yf[0][j] += MulRe(aec->xfBuf[0][xPos + j],
159 yf[1][j] += MulIm(aec->xfBuf[0][xPos + j],
1027 float xf[2][PART_LEN1], yf[2][PART_LEN1], ef[2][PART_LEN1]; local
1149 memset(yf, 0, sizeof(yf));
1152 WebRtcAec_FilterFar(aec, yf);
1155 fft[0] = yf[0][0];
1156 fft[1] = yf[0][PART_LEN];
1158 fft[2 * i] = yf[
[all...]
/external/eigen/bench/
H A Dbench_norm.cpp237 double yf = basef * internal::abs(internal::random<double>()); local
239 VectorXf vf = VectorXf::Ones(s) * yf;
242 std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
262 //std::cout << "reference\t" << internal::sqrt(double(s))*yf << "\t" << internal::sqrt(double(s))*yd << "\n";
/external/deqp/framework/common/
H A DtcuTestLog.cpp200 float yf = ((float)y + 0.5f) / (float)logImage.getHeight(); local
202 Vec4 s = access.sample2D(sampler, sampler.minFilter, xf, yf, 0)*pixelScale + pixelBias;
240 float yf = ((float)y + 0.5f) / (float)h; local
244 Vec4 s = access.sample3D(sampler, sampler.minFilter, xf, yf, zf);
/external/deqp/modules/gles3/stress/
H A Des3sLongRunningShaderTests.cpp255 const float yf = 2.0f * ((float(yi) + 0.5f) / float(height)) - 1.0f; local
257 positions[pointNdx] = Vec2(xf, yf);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dscale_argb.cc259 int yf = (y >> 8) & 255; local
260 InterpolateRow(row, src, src_stride, clip_src_width, yf);
399 int yf = (y >> 8) & 255; local
400 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
610 int yf = (y >> 8) & 255; local
611 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
H A Dscale_common.cc939 int yf; local
944 yf = filtering ? ((y >> 8) & 255) : 0;
946 src_stride, dst_width_bytes, yf);
1021 int yf; local
1026 yf = filtering ? ((y >> 8) & 255) : 0;
1028 src_stride, dst_width_words, yf);
H A Dscale.cc951 int yf = (y >> 8) & 255; local
952 InterpolateRow(row, src, src_stride, src_width, yf);
1053 int yf = (y >> 8) & 255; local
1054 InterpolateRow((uint16*)row, src, src_stride, src_width, yf);
1196 int yf = (y >> 8) & 255; local
1197 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);
1335 int yf = (y >> 8) & 255; local
1336 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);
/external/chromium_org/third_party/libyuv/source/
H A Dscale_argb.cc259 int yf = (y >> 8) & 255; local
260 InterpolateRow(row, src, src_stride, clip_src_width, yf);
399 int yf = (y >> 8) & 255; local
400 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
610 int yf = (y >> 8) & 255; local
611 InterpolateRow(dst_argb, rowptr, rowstride, dst_width * 4, yf);
H A Dscale_common.cc939 int yf; local
944 yf = filtering ? ((y >> 8) & 255) : 0;
946 src_stride, dst_width_bytes, yf);
1021 int yf; local
1026 yf = filtering ? ((y >> 8) & 255) : 0;
1028 src_stride, dst_width_words, yf);
H A Dscale.cc951 int yf = (y >> 8) & 255; local
952 InterpolateRow(row, src, src_stride, src_width, yf);
1053 int yf = (y >> 8) & 255; local
1054 InterpolateRow((uint16*)row, src, src_stride, src_width, yf);
1196 int yf = (y >> 8) & 255; local
1197 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);
1335 int yf = (y >> 8) & 255; local
1336 InterpolateRow(dst_ptr, rowptr, rowstride, dst_width, yf);
/external/deqp/modules/glshared/
H A DglsRandomShaderCase.cpp164 float yf = (float)y / (float)m_gridHeight; local
172 dst[1] = 1.0f + yf * -2.0f;
184 rsg::getVertexInterpolationCoords(xd, yd, xf, yf, compNdx);

Completed in 386 milliseconds

12