Home
last modified time | relevance | path

Searched refs:col_mask (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/tests/check/elements/
Dvideotestsrc.c137 fix_expected_colour (guint32 col_mask, guint8 col_expected) in fix_expected_colour() argument
140 gint last = g_bit_nth_msf (col_mask, -1); in fix_expected_colour()
141 gint first = g_bit_nth_lsf (col_mask, -1); in fix_expected_colour()
/third_party/ffmpeg/libavcodec/
Divi.c500 int col_mask = blk_size - 1; in ivi_decode_coded_blocks() local
554 col_flags[pos & col_mask] |= !!val; in ivi_decode_coded_blocks()