Home
last modified time | relevance | path

Searched defs:fac (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DColorStateTests.cpp265 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, std::array<float, 4> fac) { in mix()
276 RGBA8 mix(const RGBA8& col1, const RGBA8& col2, const RGBA8& fac) { in mix()
386 RGBA8 fac = color; in TEST_P() local
399 RGBA8 fac = RGBA8(255, 255, 255, 255) - color; in TEST_P() local
412 RGBA8 fac(color.a, color.a, color.a, color.a); in TEST_P() local
424 RGBA8 fac = RGBA8(255, 255, 255, 255) - RGBA8(color.a, color.a, color.a, color.a); in TEST_P() local
437 RGBA8 fac = base; in TEST_P() local
450 RGBA8 fac = RGBA8(255, 255, 255, 255) - base; in TEST_P() local
463 RGBA8 fac(base.a, base.a, base.a, base.a); in TEST_P() local
475 RGBA8 fac = RGBA8(255, 255, 255, 255) - RGBA8(base.a, base.a, base.a, base.a); in TEST_P() local
[all …]
/third_party/ffmpeg/libavcodec/
Daacsbr.c82 float temp1, temp2, fac; in sbr_dequant() local
106 float fac; in sbr_dequant() local
Daacsbr_fixed.c163 SoftFloat temp1, temp2, fac; in sbr_dequant() local
189 SoftFloat temp1, temp2, fac; in sbr_dequant() local
Dcelp_filters.c52 const float *lagged, int lag, float fac, int n) in ff_celp_circ_addf()
Dwmavoice.c1451 float fac; in synth_block() local
1521 int fac = n * 2 + 1; in synth_frame() local
Damrnbdec.c688 float fac = in->pitch_fac; in apply_ir_filter() local
Devrcdec.c524 double fac = gamma; in bandwidth_expansion() local
Damrwbdec.c1007 float fac = gamma; in lpc_weighting() local
/third_party/toybox/toys/pending/
Dsyslogd.c103 char *fac = tk, *lvl; in resolve_config() local
323 int olen = len, fac, lvl; in logmsg() local
/third_party/python/Lib/test/
Dtest_ast.py1303 def _check_arguments(self, fac, check): argument
1347 def fac(args): function
1527 def fac(args): function
1548 def _check_comprehension(self, fac): argument
1563 def _simple_comp(self, fac): argument
1663 def _sequence(self, fac): argument
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp69 void *fac = nullptr; in testSetUp() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/converged/
DCompositorNativeWindow11.cpp402 HRESULT RoHelper::GetActivationFactory(const HSTRING act, const IID &interfaceId, void **fac) in GetActivationFactory()
/third_party/lame/libmp3lame/
Dquantize_pvt.c497 FLOAT fac; in reduce_side() local
/third_party/lame/frontend/
Dgtkanal.c586 int fac, nsfb, *scalefac; in plot_frame() local
/third_party/ffmpeg/libavfilter/
Dvf_colorspace.c256 double mai[3][3], fac[3][3], tmp[3][3]; in fill_whitepoint_conv_table() local
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc546 auto fac = []() { return absl::make_unique<T>(); }; in TEST() local
/third_party/astc-encoder/Source/
Dstb_image.h2208 …i__jpeg *j, short data[64], stbi__huffman *hdc, stbi__huffman *hac, stbi__int16 *fac, int b, stbi_… in stbi__jpeg_decode_block()
2293 …tbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64], stbi__huffman *hac, stbi__int16 *fac) in stbi__jpeg_decode_block_prog_ac()
/third_party/libfuse/lib/
Dfuse.c4693 fuse_module_factory_t *fac) in print_module_help()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h42 #define MAKE_HRESULT(sev,fac,code) \ argument