Home
last modified time | relevance | path

Searched refs:bypass (Results 1 - 22 of 22) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_speechnorm.c53 int bypass; member
164 static double next_gain(AVFilterContext *ctx, double pi_max_peak, int bypass, double state) in next_gain() argument
171 if (bypass) { in next_gain()
180 static void next_pi(AVFilterContext *ctx, ChannelContext *cc, int bypass) in next_pi() argument
196 cc->gain_state = next_gain(ctx, cc->pi_max_peak, bypass, cc->gain_state); in next_pi()
305 const int bypass = av_channel_layout_index_from_channel(&s->ch_layout, channel) < 0; \
312 next_pi(ctx, cc, bypass); \
355 cc->bypass = av_channel_layout_index_from_channel(&s->ch_layout, channel) < 0; \
357 next_pi(ctx, cc, cc->bypass); \
366 if (cc->bypass) \
[all...]
H A Davf_showfreqs.c55 uint8_t *bypass; member
176 av_freep(&s->bypass); in config_output()
182 s->bypass = av_calloc(s->nb_channels, sizeof(*s->bypass)); in config_output()
183 if (!s->bypass) in config_output()
243 s->bypass[ch] = av_channel_layout_index_from_channel(&s->ch_layout, channel) < 0; in config_output()
244 nb_draw_channels += s->bypass[ch] == 0; in config_output()
392 if (s->bypass[ch]) in plot_freqs()
403 if (s->bypass[ch]) in plot_freqs()
441 if (s->bypass[c in plot_freqs()
[all...]
H A Dvf_deflicker.c52 int bypass; member
88 { "bypass", "leave frames unchanged", OFFSET(bypass), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS },
379 if (!s->bypass) in filter_frame()
382 for (y = 1 - s->bypass; y < s->nb_planes; y++) { in filter_frame()
H A Daf_asupercut.c43 int bypass; member
70 s->bypass = w0 >= 0.5; in get_coeffs()
71 if (s->bypass) in get_coeffs()
273 if (s->bypass) in filter_frame()
H A Daf_dynaudnorm.c543 const int bypass = bypass_channel(s, frame, c); in perform_dc_correction() local
554 for (int i = 0; i < frame->nb_samples && !bypass; i++) { in perform_dc_correction()
625 const int bypass = bypass_channel(s, frame, c); in perform_compression() local
627 if (bypass) in perform_compression()
637 const int bypass = bypass_channel(s, frame, c); in perform_compression() local
650 for (int i = 0; i < frame->nb_samples && !bypass; i++) { in perform_compression()
730 const int bypass = bypass_channel(s, frame, c); in amplify_frame() local
737 for (int i = 0; i < frame->nb_samples && enabled && !bypass; i++) { in amplify_frame()
H A Dvf_photosensitivity.c46 int bypass; member
67 { "bypass", "leave frames unchanged", OFFSET(bypass), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS },
234 if (new_badness < s->badness_threshold || !s->last_frame_av || s->bypass) { in filter_frame()
H A Daf_asubboost.c121 const int bypass = av_channel_layout_index_from_channel(&s->ch_layout, channel) < 0; in filter_channels() local
125 if (bypass) { in filter_channels()
H A Daf_biquads.c131 int bypass; member
798 s->bypass = (((w0 > M_PI || w0 <= 0.) && reset) || (s->width <= 0.)) && (s->filter_type != biquad); in config_filter()
799 if (s->bypass) { in config_filter()
1280 if (s->bypass) in filter_frame()
/third_party/python/Lib/test/
H A 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('anotherdomai
[all...]
H A Dtest_urllib2.py17 # The proxy bypass method imported below has logic specific to the OSX
1450 bypass = {
1455 # Check hosts that should trigger the proxy bypass
1458 self.assertTrue(_proxy_bypass_macosx_sysconf(host, bypass),
1459 'expected bypass of %s to be True' % host)
1460 # Check hosts that should not trigger the proxy bypass
1463 self.assertFalse(_proxy_bypass_macosx_sysconf(host, bypass),
1464 'expected bypass of %s to be False' % host)
1467 bypass = {'exclude_simple': True, 'exceptions': []}
1468 self.assertTrue(_proxy_bypass_macosx_sysconf('test', bypass))
[all...]
/third_party/zlib/examples/
H A 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/python/Modules/cjkcodecs/
H A D_codecs_iso2022.c465 goto bypass; in DECODER()
471 goto bypass; in DECODER()
482 goto bypass; in DECODER()
496 bypass: in DECODER()
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench84 echo If you did not plan this, -M flag is recommended to bypass maximal load.
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_qca.c93 /* Enable Secy and Let EAPoL bypass */ in __macsec_drv_init()
105 rx_ctl_filt.bypass = 1; in __macsec_drv_init()
114 tx_ctl_filt.bypass = 1; in __macsec_drv_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c93 /* Enable Secy and Let EAPoL bypass */ in __macsec_drv_init()
105 rx_ctl_filt.bypass = 1; in __macsec_drv_init()
114 tx_ctl_filt.bypass = 1; in __macsec_drv_init()
/third_party/lzma/Asm/x86/
H A DLzFindOpt.asm440 ; jmp main_loop ; bypass for debug
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state.c897 /* set blend bypass according to docs if SINT/UINT or in r600_init_color_surface()
1165 if (rctx->alphatest_state.bypass != alphatest_bypass) { in r600_set_framebuffer_state()
1166 rctx->alphatest_state.bypass = alphatest_bypass; in r600_set_framebuffer_state()
1204 if (state->nr_cbufs == 0 && rctx->alphatest_state.bypass) { in r600_set_framebuffer_state()
1205 rctx->alphatest_state.bypass = false; in r600_set_framebuffer_state()
H A Dr600_pipe.h180 bool bypass; member
H A Devergreen_state.c1238 /* set blend bypass according to docs if SINT/UINT or in evergreen_set_color_surface_common()
1508 if (rctx->alphatest_state.bypass != alphatest_bypass) { in evergreen_set_framebuffer_state()
1509 rctx->alphatest_state.bypass = alphatest_bypass; in evergreen_set_framebuffer_state()
1551 if (state->nr_cbufs == 0 && rctx->alphatest_state.bypass) { in evergreen_set_framebuffer_state()
1552 rctx->alphatest_state.bypass = false; in evergreen_set_framebuffer_state()
H A Dr600_state_common.c96 S_028410_ALPHA_TEST_BYPASS(a->bypass)); in r600_emit_alphatest_state()
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c146 If insist on not using any of these, bypass this error by defining \
/third_party/python/Modules/expat/
H A Dxmlparse.c141 If insist on not using any of these, bypass this error by defining \

Completed in 55 milliseconds