Home
last modified time | relevance | path

Searched refs:typeb (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp_template.c172 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
174 cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt); in INIT_FUNC()
175 #define init_itx_func_one(idx, typea, typeb, size, bpp, opt) \ in INIT_FUNC() argument
176 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
177 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
178 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC()
179 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC()
Dvp9dsp_init.h61 #define decl_itxfm_func(typea, typeb, size, bpp, opt) \ argument
62 void cat(ff_vp9_##typea##_##typeb##_##size##x##size##_add_, bpp, _##opt)(uint8_t *dst, \
Dvp9dsp_init.c93 #define itxfm_func(typea, typeb, size, opt) \ argument
94 void ff_vp9_##typea##_##typeb##_##size##x##size##_add_##opt(uint8_t *dst, ptrdiff_t stride, \
/third_party/python/Lib/test/
Dtest_richcmp.py147 for typeb in (int, Number):
148 if typea==typeb==int:
151 tb = typeb(b)
160 for typeb in (int, Number):
162 tb = typeb(b)
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstdecodebin3.c1225 GstStreamType typea, typeb; in sort_streams() local
1231 typeb = gst_stream_get_stream_type (sb); in sort_streams()
1237 if (typea != typeb) { in sort_streams()
1241 ret = (!(typeb & GST_STREAM_TYPE_VIDEO)) ? -1 : 1; in sort_streams()
1243 ret = (!(typeb & GST_STREAM_TYPE_VIDEO) in sort_streams()
1244 && !(typeb & GST_STREAM_TYPE_AUDIO)) ? -1 : 1; in sort_streams()
1246 ret = (typeb & GST_STREAM_TYPE_UNKNOWN) ? -1 : 1; in sort_streams()
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c289 struct symbol *typeb) in warn_for_different_enum_types() argument
295 if (typeb->type == SYM_NODE) in warn_for_different_enum_types()
296 typeb = typeb->ctype.base_type; in warn_for_different_enum_types()
298 if (typea == typeb) in warn_for_different_enum_types()
301 if (typea->type == SYM_ENUM && typeb->type == SYM_ENUM) { in warn_for_different_enum_types()
304 info(pos, " %s", show_typename(typeb)); in warn_for_different_enum_types()