/third_party/ffmpeg/libavfilter/ |
D | af_speechnorm.c | 52 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 …]
|
D | af_asupercut.c | 43 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()
|
D | vf_deflicker.c | 52 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()
|
D | vf_photosensitivity.c | 46 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/ |
D | test_urllib.py | 270 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 …]
|
D | test_urllib2.py | 1432 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/ |
D | gzappend.c | 204 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/ |
D | TargetItinerary.td | 28 // 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/ |
D | deqp-freedreno-a630.toml | 69 # force-bypass testing 80 flakes = ["install/freedreno-a630-bypass-flakes.txt"] 82 prefix = "bypass-"
|
D | freedreno-a630-fails.txt | 35 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 …]
|
D | deqp-freedreno-a630-vk-full.toml | 25 prefix = "bypass-"
|
D | deqp-freedreno-a618-vk-full.toml | 36 prefix = "bypass-"
|
D | deqp-freedreno-a630-vk.toml | 37 prefix = "bypass-"
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE500mc.td | 27 // 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.
|
D | PPCScheduleE5500.td | 27 // 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.
|
D | PPCScheduleA2.td | 160 let LoadLatency = 6; // Optimistic load latency assuming bypass.
|
D | PPCSchedule440.td | 59 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.c | 465 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/ |
D | unit_tests.md | 31 FontData tests are the longest and you may want to bypass them during
|
/third_party/skia/third_party/externals/expat/expat/ |
D | Makefile.am | 117 @echo 'ERROR: "make -C lib all install" to bypass compilation' >&2
|
/third_party/curl/docs/ |
D | BUFREF.md | 26 This function may also be called to bypass referenced buffer destruction while
|
/third_party/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
|
/third_party/openGLES/extensions/QCOM/ |
D | QCOM_binning_control.txt | 94 framebuffer and bypass tile memory
|
/third_party/skia/third_party/externals/opengl-registry/extensions/QCOM/ |
D | QCOM_binning_control.txt | 94 framebuffer and bypass tile memory
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | vkspec.txt | 36 // Include or insert trivial test markup here, to bypass building full spec
|