Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 25 of 150) sorted by relevance

123456

/third_party/ffmpeg/libavfilter/
Daf_speechnorm.c52 int bypass; member
192 static double next_gain(AVFilterContext *ctx, double pi_max_peak, int bypass, double state) in next_gain() argument
199 if (bypass) { in next_gain()
208 static void next_pi(AVFilterContext *ctx, ChannelContext *cc, int bypass) in next_pi() argument
224 cc->gain_state = next_gain(ctx, cc->pi_max_peak, bypass, cc->gain_state); in next_pi()
318 …const int bypass = !(av_channel_layout_extract_channel(inlink->channel_layout, ch) & s->channels);…
325 next_pi(ctx, cc, bypass); \
361 … cc->bypass = !(av_channel_layout_extract_channel(inlink->channel_layout, ch) & s->channels); \
363 next_pi(ctx, cc, cc->bypass); \
372 if (cc->bypass) \
[all …]
Daf_asupercut.c43 int bypass; member
96 s->bypass = w0 >= 0.5; in get_coeffs()
97 if (s->bypass) in get_coeffs()
299 if (s->bypass) in filter_frame()
Dvf_deflicker.c52 int bypass; member
88 … { "bypass", "leave frames unchanged", OFFSET(bypass), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS },
386 if (!s->bypass) in filter_frame()
389 for (y = 1 - s->bypass; y < s->nb_planes; y++) { in filter_frame()
Dvf_photosensitivity.c46 int bypass; member
67 …{ "bypass", "leave frames unchanged", OFFSET(bypass), …
245 if (new_badness < s->badness_threshold || !s->last_frame_av || s->bypass) { in filter_frame()
/third_party/python/Lib/test/
Dtest_urllib.py270 bypass = urllib.request.proxy_bypass_environment
273 self.assertTrue(bypass('localhost'))
274 self.assertTrue(bypass('LocalHost')) # MixedCase
275 self.assertTrue(bypass('LOCALHOST')) # UPPERCASE
276 self.assertTrue(bypass('.localhost'))
277 self.assertTrue(bypass('newdomain.com:1234'))
278 self.assertTrue(bypass('.newdomain.com:1234'))
279 self.assertTrue(bypass('foo.d.o.t')) # issue 29142
280 self.assertTrue(bypass('d.o.t'))
281 self.assertTrue(bypass('anotherdomain.com:8888'))
[all …]
Dtest_urllib2.py1432 bypass = {
1440 self.assertTrue(_proxy_bypass_macosx_sysconf(host, bypass),
1445 self.assertFalse(_proxy_bypass_macosx_sysconf(host, bypass),
1449 bypass = {'exclude_simple': True, 'exceptions': []}
1450 self.assertTrue(_proxy_bypass_macosx_sysconf('test', bypass))
1453 bypass = {
1458 self.assertTrue(_proxy_bypass_macosx_sysconf(host, bypass),
1461 self.assertFalse(_proxy_bypass_macosx_sysconf(host, bypass),
/third_party/zlib/examples/
Dgzappend.c204 unsigned bypass; in skip() local
208 bypass = n & ~((1U << in->size) - 1); in skip()
209 if (bypass) { in skip()
210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) in skip()
212 n -= bypass; in skip()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td28 // Pipeline bypass / forwarding - These values specifies the symbolic names of
95 // a def by an instruction is available on a specific bypass and the use can
96 // read from the same bypass, then the operand use latency is reduced by one.
144 // info. Subtargets using NoItineraries can bypass the scheduler's
/third_party/mesa3d/src/freedreno/ci/
Ddeqp-freedreno-a630.toml69 # force-bypass testing
80 flakes = ["install/freedreno-a630-bypass-flakes.txt"]
82 prefix = "bypass-"
Dfreedreno-a630-fails.txt35 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.colorburn,Fail
36 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.colordodge,Fail
37 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.darken,Fail
38 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.difference,Fail
39 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.exclusion,Fail
40 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hardlight,Fail
41 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_color,Fail
42 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_hue,Fail
43 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_luminosity,Fail
44 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_saturation,Fail
[all …]
Ddeqp-freedreno-a630-vk-full.toml25 prefix = "bypass-"
Ddeqp-freedreno-a618-vk-full.toml36 prefix = "bypass-"
Ddeqp-freedreno-a630-vk.toml37 prefix = "bypass-"
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCScheduleE500mc.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
33 : FuncUnit; // CFX divide bypass path
327 let LoadLatency = 5; // Optimistic load latency assuming bypass.
DPPCScheduleE5500.td27 // The CFX has a bypass path, allowing non-divide instructions to execute
33 : FuncUnit; // CFX divide bypass path
371 let LoadLatency = 6; // Optimistic load latency assuming bypass.
DPPCScheduleA2.td160 let LoadLatency = 6; // Optimistic load latency assuming bypass.
DPPCSchedule440.td59 def P440_GPR_Bypass : Bypass; // The bypass for general-purpose regs.
60 def P440_FPR_Bypass : Bypass; // The bypass for floating-point regs.
592 let LoadLatency = 5; // Optimistic load latency assuming bypass.
/third_party/python/Modules/cjkcodecs/
D_codecs_iso2022.c465 goto bypass; in DECODER()
471 goto bypass; in DECODER()
482 goto bypass; in DECODER()
496 bypass: in DECODER()
/third_party/skia/third_party/externals/sfntly/doc/
Dunit_tests.md31 FontData tests are the longest and you may want to bypass them during
/third_party/skia/third_party/externals/expat/expat/
DMakefile.am117 @echo 'ERROR: "make -C lib all install" to bypass compilation' >&2
/third_party/curl/docs/
DBUFREF.md26 This function may also be called to bypass referenced buffer destruction while
/third_party/ltp/utils/benchmark/kernbench-0.42/
Dkernbench84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
/third_party/openGLES/extensions/QCOM/
DQCOM_binning_control.txt94 framebuffer and bypass tile memory
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/
DQCOM_binning_control.txt94 framebuffer and bypass tile memory
/third_party/vk-gl-cts/external/vulkan-docs/src/
Dvkspec.txt36 // Include or insert trivial test markup here, to bypass building full spec

123456