Home
last modified time | relevance | path

Searched refs:xf (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/icu/tools/multi/proj/icu4cscan/
Dtestxml.cpp326 static void writeOkComments(XMLFile &xf, int ok, const char *comments, const char *locale) { in writeOkComments() argument
340 xf.writeln(tmp); in writeOkComments()
368 void probeCapability(XMLFile& xf, const char *locale) { in probeCapability() argument
387 writeOkComments(xf,ok, comments,locale); in probeCapability()
390 void probeColCapability(XMLFile& xf, const char *locale) { in probeColCapability() argument
409 writeOkComments(xf,ok, comments,locale); in probeColCapability()
452 XMLFile xf(stdout); in main() local
454 xf.writeln("<!DOCTYPE icuInfo SYSTEM \"http://icu-project.org/dtd/icumeta.dtd\">"); in main()
455 XMLElement icuInfo(xf, "icuInfo"); in main()
456 XMLElement icuProducts(xf, "icuProducts"); in main()
[all …]
/third_party/ffmpeg/libavfilter/
Dvf_xfade_opencl.c68 AVFrame *xf[2]; member
176 mem = (cl_mem)ctx->xf[0]->data[plane]; in xfade_frame()
180 mem = (cl_mem)ctx->xf[1]->data[plane]; in xfade_frame()
201 err = av_frame_copy_props(output, ctx->xf[0]); in xfade_frame()
288 ctx->xf[0] = ff_inlink_peek_frame(avctx->inputs[0], 0); in xfade_opencl_activate()
289 if (ctx->xf[0]) { in xfade_opencl_activate()
291 ctx->first_pts = ctx->xf[0]->pts; in xfade_opencl_activate()
293 ctx->pts = ctx->xf[0]->pts; in xfade_opencl_activate()
294 if (ctx->first_pts + ctx->offset_pts > ctx->xf[0]->pts) { in xfade_opencl_activate()
295 ctx->xf[0] = NULL; in xfade_opencl_activate()
[all …]
Dvf_xfade.c99 AVFrame *xf[2]; member
114 const AVFrame *xf[2]; member
1638 AVFrame *in = s->xf[nb]; in getpix()
1817 s->transitionf(ctx, td->xf[0], td->xf[1], td->out, td->progress, slice_start, slice_end, jobnr); in xfade_slice()
1835 td.xf[0] = a, td.xf[1] = b, td.out = out, td.progress = progress; in xfade_frame()
1876 s->xf[0] = ff_inlink_peek_frame(ctx->inputs[0], 0); in xfade_activate()
1877 if (s->xf[0]) { in xfade_activate()
1879 s->first_pts = s->xf[0]->pts; in xfade_activate()
1881 s->pts = s->xf[0]->pts; in xfade_activate()
1882 if (s->first_pts + s->offset_pts > s->xf[0]->pts) { in xfade_activate()
[all …]
/third_party/pulseaudio/src/modules/echo-cancel/
Dadrian-aec.c193 a->xf[a->j] = IIR1_highpass(a->Fx, x_); // pre-whitening of x in AEC_nlms_pw()
204 …a->dotp_xf_xf += (a->xf[a->j] * a->xf[a->j] - a->xf[a->j + NLMS_LEN - 1] * a->xf[a->j + NLMS_LEN -… in AEC_nlms_pw()
215 a->w[i] += mikro_ef * a->xf[i + a->j]; in AEC_nlms_pw()
216 a->w[i + 1] += mikro_ef * a->xf[i + a->j + 1]; in AEC_nlms_pw()
219 update_tap_weights(a->w, &a->xf[a->j], mikro_ef, NLMS_LEN); in AEC_nlms_pw()
227 memmove(a->xf + a->j + 1, a->xf, (NLMS_LEN - 1) * sizeof(REAL)); in AEC_nlms_pw()
/third_party/skia/gm/
Drasterhandleallocator.cpp247 XFORM xf; in updateHandle() local
248 xf.eM11 = ctm[SkMatrix::kMScaleX]; in updateHandle()
249 xf.eM21 = ctm[SkMatrix::kMSkewX]; in updateHandle()
250 xf.eDx = ctm[SkMatrix::kMTransX]; in updateHandle()
251 xf.eM12 = ctm[SkMatrix::kMSkewY]; in updateHandle()
252 xf.eM22 = ctm[SkMatrix::kMScaleY]; in updateHandle()
253 xf.eDy = ctm[SkMatrix::kMTransY]; in updateHandle()
254 SetWorldTransform(hdc, &xf); in updateHandle()
/third_party/ffmpeg/libavcodec/
Dcbs_vp9.c256 xf(width, name, current->name, 0, )
260 xf(width, name, current->name, subs, __VA_ARGS__)
268 #define xf(width, name, var, subs, ...) do { \ macro
297 xf(1, name.delta_coded, delta_coded, 0, ); \
308 xf(1, name.prob_coded, prob_coded, subs, __VA_ARGS__); \
310 xf(8, name.prob, prob, subs, __VA_ARGS__); \
333 #undef xf
348 #define xf(width, name, var, subs, ...) do { \ macro
368 xf(1, name.delta_coded, !!current->name, 0, ); \
374 xf(1, name.prob_coded, current->name != 255, subs, __VA_ARGS__); \
[all …]
Dcbs_av1.c550 xf(width, name, current->name, 0, MAX_UINT_BITS(width), 0, )
552 xf(width, name, current->name, range_min, range_max, 0, )
558 xf(width, name, current->name, 0, MAX_UINT_BITS(width), subs, __VA_ARGS__)
560 xf(width, name, current->name, range_min, range_max, subs, __VA_ARGS__)
562 xf(1, name, current->name, 0, 1, subs, __VA_ARGS__)
568 xf(width, name, fixed_value, value, value, 0, ); \
576 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ macro
623 xf(1, name.delta_coded, delta_coded, 0, 1, 0, ); \
648 #undef xf
664 #define xf(width, name, var, range_min, range_max, subs, ...) do { \ macro
[all …]
/third_party/libwebsockets/scripts/
Dtravis_install.sh19 sudo tar xf /tmp/openssl.tar.bz2
29 sudo tar xf /tmp/openssl.tar.bz2
39 sudo tar xf /tmp/openssl.tar.bz2
/third_party/libsnd/Scripts/
Dstatic-deps-build.mk89 (cd Build && tar xf Tarballs/$(flac_tarball))
90 (cd Build && tar xf Tarballs/$(vorbis_tarball))
91 (cd Build && tar xf Tarballs/$(opus_tarball))
101 (cd Build && tar xf Tarballs/$(ogg_tarball))
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
Dcipher_aes_hw_s390x.inc75 n = (n + 1) & 0xf;
81 rem = len & 0xf;
83 len &= ~(size_t)0xf;
135 n = (n + 1) & 0xf;
141 rem = len & 0xf;
143 len &= ~(size_t)0xf;
Dcipher_aes_gcm_hw_s390x.inc168 n = (n + 1) & 0xf;
180 rem = len & 0xf;
182 len &= ~(size_t)0xf;
233 n = (n + 1) & 0xf;
250 n = (n + 1) & 0xf;
259 rem = len & 0xf;
261 len &= ~(size_t)0xf;
/third_party/openssl/providers/implementations/ciphers/
Dcipher_aes_hw_s390x.inc75 n = (n + 1) & 0xf;
81 rem = len & 0xf;
83 len &= ~(size_t)0xf;
135 n = (n + 1) & 0xf;
141 rem = len & 0xf;
143 len &= ~(size_t)0xf;
Dcipher_aes_gcm_hw_s390x.inc168 n = (n + 1) & 0xf;
180 rem = len & 0xf;
182 len &= ~(size_t)0xf;
233 n = (n + 1) & 0xf;
250 n = (n + 1) & 0xf;
259 rem = len & 0xf;
261 len &= ~(size_t)0xf;
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DNativeLibs.mk847 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_X86)/src
853 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_X86_64)/src
859 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM)/src
865 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM_V7A)/src
871 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM_V7A_HARD)/src
877 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_ARM64_V8A)/src
883 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_MIPS)/src
889 $(TAR) xf $(ZLIB_TGZ_SOURCE) -C $(TARGET_MIPS64)/src
954 $(TAR) xf $(OPENSSL_TGZ_SOURCE) -C $(TARGET_X86)/src
963 $(TAR) xf $(OPENSSL_TGZ_SOURCE) -C $(TARGET_X86_64)/src
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_reference_plane.txt41 If the reference plane is enabled, a fragment (xf,yf,zf) will have a
42 new z coordinate generated from (xf,yf) by giving it the same z value
43 that the reference plane would have at (xf,yf).
87 then if the incoming fragment has an x value of xf and a y value of yf,
90 zf = -(d + a*xf + b*yf) / c;
/third_party/openGLES/extensions/SGIX/
DSGIX_reference_plane.txt41 If the reference plane is enabled, a fragment (xf,yf,zf) will have a
42 new z coordinate generated from (xf,yf) by giving it the same z value
43 that the reference plane would have at (xf,yf).
87 then if the incoming fragment has an x value of xf and a y value of yf,
90 zf = -(d + a*xf + b*yf) / c;
/third_party/glslang/Test/
Dspv.matFun.vert10 vec3 xf(mat3 m, vec3 v)
27 gl_Position = vec4(mxv(bName.m4, v3) + xf(bName.m3, v3), 1.0);
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fDepthRangeTests.cpp237 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
238 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
247 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
250 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
380 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
382 float d = depthRangeTransform(triQuadInterpolate(xf, yf, m_depthCoord), m_zNear, m_zFar); in iterate()
Des2fShaderBuiltinVarTests.cpp337 const float xf = (float(x)+.5f) / float(refImg.getWidth()); in iterate() local
339 const float z = (xf + yf) / 2.0f; in iterate()
429 const float xf = (float(x)+.5f) / float(refImg.getWidth()); in iterate() local
431 const float oow = ((xf + yf) < 1.0f) in iterate()
432 … ? projectedTriInterpolate(tcu::Vec3(w[0], w[1], w[2]), tcu::Vec3(w[0], w[1], w[2]), xf, yf) in iterate()
433 …rojectedTriInterpolate(tcu::Vec3(w[3], w[2], w[1]), tcu::Vec3(w[3], w[2], w[1]), 1.0f-xf, 1.0f-yf); in iterate()
545 const float xf = (float(xo)+0.5f) / float(w); in iterate() local
547 const tcu::Vec4 color (xf, yf, 0.0f, 1.0f); in iterate()
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/make_lotties_with_assets/
Dmake_lotties_with_assets.go27 xf, err := os.ReadDir(*inputDir)
32 for _, entry := range xf {
/third_party/nghttp2/
DDockerfile.android53 tar xf openssl-$OPENSSL_VERSION.tar.gz && \
63 tar xf libev-$LIBEV_VERSION.tar.gz && \
79 tar xf zlib-$ZLIB_VERSION.tar.gz && \
94 tar xf c-ares-$CARES_VERSION.tar.gz && \
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFragDepthTests.cpp244 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
245 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
254 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
257 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
406 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
408 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcFragDepthTests.cpp242 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
243 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
252 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
255 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
391 float xf = ((float)x + 0.5f) / (float)referenceFrame.getWidth(); in iterate() local
393 float d = m_evalFunc(Vec2(xf, yf)); in iterate()
/third_party/glslang/Test/baseResults/
Dspv.matFun.vert.out12 Name 14 "xf(mf33;vf3;"
100 95: 7(fvec3) FunctionCall 14(xf(mf33;vf3;) 89(param) 93(param)
110 14(xf(mf33;vf3;): 7(fvec3) Function None 11
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
DdEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log245 …ATE = ROTATE_0 | SOLID_COLOR | COLOR_FORMAT = FMT6_8_8_8_8_UNORM | MASK = 0xf | IFMT = R2D_UNORM8 …
248 …ATE = ROTATE_0 | SOLID_COLOR | COLOR_FORMAT = FMT6_8_8_8_8_UNORM | MASK = 0xf | IFMT = R2D_UNORM8 …
251 SP_2D_DST_FORMAT: { COLOR_FORMAT = FMT6_8_8_8_8_UNORM | MASK = 0xf }
292 …ATE = ROTATE_0 | SOLID_COLOR | COLOR_FORMAT = FMT6_8_8_8_8_UNORM | MASK = 0xf | IFMT = R2D_UNORM8 …
310 …ATE = ROTATE_0 | SOLID_COLOR | COLOR_FORMAT = FMT6_8_8_8_8_UNORM | MASK = 0xf | IFMT = R2D_UNORM8 …
349 !+ 0000f180 SP_2D_DST_FORMAT: { COLOR_FORMAT = FMT6_8_8_8_8_UNORM | MASK = 0xf }
944 SP_VS_OUT[0].REG: { A_REGID = r2.x | A_COMPMASK = 0xf | B_REGID = r0.x | B_COMPMASK = 0xf }
1043 …SP_FS_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 |…
1050 …RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 | RT…
1092 VFD_DEST_CNTL[0].INSTR: { WRITEMASK = 0xf | REGID = r0.x }
[all …]

1234567