Home
last modified time | relevance | path

Searched refs:twoway (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_kerndeint.c41 int thresh, map, order, sharp, twoway; member
56 { "twoway", "set twoway", OFFSET(twoway), AV_OPT_TYPE_BOOL, {.i64=0}, 0, 1, FLAGS },
134 const int twoway = kerndeint->twoway; in filter_frame() local
225 if (twoway) { in filter_frame()
240 if (twoway) { in filter_frame()
/third_party/rust/crates/memchr/bench/src/memmem/
H A Dmod.rs37 twoway
38 The implementation of substring search provided by the twoway crate.
163 def_impl!($inp, $q, $freq, twoway); in oneshot()
231 def_impl!($inp, $q, $freq, twoway); in prebuilt()
299 def_impl!($inp, $q, $freq, twoway); in oneshot_iter()
367 def_impl!($inp, $q, $freq, twoway); in prebuilt_iter()
H A Dimp.rs442 /// Substring search from the twoway crate.
444 /// twoway uses, obviously, Two-Way as an implementation. AIUI, it was taken
451 pub(crate) mod twoway {
458 twoway::find_bytes(haystack.as_bytes(), needle.as_bytes())
465 |_| unimplemented!("twoway does not support prebuilt searches")
475 twoway::find_bytes,
480 super::super::NoIter { imp: "twoway" }
486 twoway::rfind_bytes(haystack.as_bytes(), needle.as_bytes())
493 |_| unimplemented!("twoway does not support prebuilt searches")
503 twoway
[all...]
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs154 mod twoway; modules
810 TwoWay(twoway::Forward),
853 mk(TwoWay(twoway::Forward::new(needle))) in new()
992 tw: &twoway::Forward, in find_tw()
1049 TwoWay(twoway::Reverse),
1061 TwoWay(twoway::Reverse::new(needle)) in new()

Completed in 4 milliseconds