Searched defs:pixel_mask (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | h264qpel.c | 29 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable
|
D | hevc_sao.c | 32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff }; variable
|
D | h264pred.c | 118 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable
|
D | h264dsp.c | 31 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable
|
D | hevc_pel.c | 29 static const uint32_t pixel_mask[] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff }; variable
|
D | vp9dsp.c | 32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff }; variable
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | io-sim.c | 783 unsigned int pixel_mask, in _vbi_raw_video_image() 1131 unsigned int pixel_mask, in vbi_raw_video_image()
|