Searched refs:BIT_SLICER (Results 1 – 1 of 1) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | bit_slicer.c | 253 #define BIT_SLICER(fmt, os, tf) \ macro 274 BIT_SLICER (Y8, 4, DEF_THR_FRAC) /* any format with 0 bytes between Y or G */ 275 BIT_SLICER (YUYV, 4, DEF_THR_FRAC) /* 1 byte */ 276 BIT_SLICER (RGB24_LE, 4, DEF_THR_FRAC) /* 2 bytes */ 277 BIT_SLICER (RGBA24_LE, 4, DEF_THR_FRAC) /* 3 bytes */ 278 BIT_SLICER (RGB16_LE, 4, bs->thresh_frac) 279 BIT_SLICER (RGB16_BE, 4, bs->thresh_frac)
|