Home
last modified time | relevance | path

Searched refs:width_type (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/regex/v4/
Dstates.hpp58 template<> struct is_byte<char> { typedef _narrow_type width_type; }; typedef
59 template<> struct is_byte<unsigned char>{ typedef _narrow_type width_type; }; typedef
60 template<> struct is_byte<signed char> { typedef _narrow_type width_type; }; typedef
61 template <class charT> struct is_byte { typedef _wide_type width_type; }; typedef
Dperl_matcher.hpp380 typedef typename is_byte<char_type>::width_type width_type; typedef in boost::BOOST_REGEX_DETAIL_NS::perl_matcher
/third_party/ffmpeg/libavfilter/
Daf_biquads.c114 int width_type; member
472 switch (s->width_type) { in config_filter()
898 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
899 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
937 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
938 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
986 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
987 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
1035 …{"width_type", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
1036 …{"t", "set filter-width type", OFFSET(width_type), AV_OPT_TYPE_INT, {.i64=QFACTOR}, HERTZ…
[all …]
/third_party/ffmpeg/doc/
Dfilters.texi1746 @item width_type, t
1762 Specify the band-width of a filter in width_type units.
1811 @item width_type, t
1812 Change allpass width_type.
1813 Syntax for the command is : "@var{width_type}"
3029 @item width_type, t
3045 Specify the band-width of a filter in width_type units.
3091 @item width_type, t
3092 Change bandpass width_type.
3093 Syntax for the command is : "@var{width_type}"
[all …]