Searched refs:pixel_mask (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
D | h264qpel.c | 29 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable 36 uint32_t mask = pixel_mask[bit_depth - 8]; \
|
D | hevc_sao.c | 32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff }; variable 43 uint32_t mask = pixel_mask[(bit_depth - 8) >> 1]; \
|
D | h264pred.c | 118 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable 130 uint32_t mask = pixel_mask[bit_depth - 8]; \
|
D | vp9dsp.c | 32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff }; variable 37 uint32_t mask = pixel_mask[(bit_depth - 8) >> 1]; \ 103 uint32_t mask = pixel_mask[(bit_depth - 8) >> 1]; \ 543 uint32_t mask = pixel_mask[(bit_depth - 8) >> 1]; \
|
D | h264dsp.c | 32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable 42 uint32_t mask = pixel_mask[bit_depth - 8]; \
|
D | hevc_pel.c | 29 static const uint32_t pixel_mask[] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff }; variable 41 uint32_t mask = pixel_mask[bit_depth - 8]; \
|