Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_bitplanenoise.c94 #define CHECK_BIT(x, a, b, c) { \ macro
131 CHECK_BIT(0, 1, 1 + linesize, linesize) in filter_frame()
134 CHECK_BIT(x, -1, 1, linesize) in filter_frame()
137 CHECK_BIT(x, -1, -1 + linesize, linesize) in filter_frame()
144 CHECK_BIT(0, 1, 1 - linesize, -linesize) in filter_frame()
147 CHECK_BIT(x, -1, 1, -linesize) in filter_frame()
150 CHECK_BIT(x, -1, -1 - linesize, -linesize) in filter_frame()
161 CHECK_BIT(0, 1, 1 + linesize, linesize) in filter_frame()
164 CHECK_BIT(x, -1, 1, linesize) in filter_frame()
167 CHECK_BIT(x, -1, -1 + linesize, linesize) in filter_frame()
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_wakelock.c38 #define CHECK_BIT(bitmap, pos) (((bitmap) & (1u << (pos))) ? 1 : 0) macro
135 ret = CHECK_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_active()
/third_party/musl/porting/liteos_a/user/src/signal/
Dsigaction.c16 #define CHECK_BIT(bitmap, pos) ((bitmap & (1u << pos)) ? 1 : 0) macro
/third_party/gstreamer/gstplugins_good/ext/aalib/
Dgstaatv.c59 #define CHECK_BIT(var,pos) ((var) & (1<<(pos))) macro
287 if (CHECK_BIT (input_glyph, font_x)) { in gst_aatv_render()