Home
last modified time | relevance | path

Searched refs:pixel_mask (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dh264qpel.c29 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable
36 uint32_t mask = pixel_mask[bit_depth - 8]; \
Dhevc_sao.c32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff }; variable
43 uint32_t mask = pixel_mask[(bit_depth - 8) >> 1]; \
Dh264pred.c118 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable
130 uint32_t mask = pixel_mask[bit_depth - 8]; \
Dvp9dsp.c32 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]; \
Dh264dsp.c32 static const uint32_t pixel_mask[3] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff }; variable
42 uint32_t mask = pixel_mask[bit_depth - 8]; \
Dhevc_pel.c29 static const uint32_t pixel_mask[] = { 0xffffffff, 0x01ff01ff, 0x03ff03ff, 0x07ff07ff, 0x0fff0fff }; variable
41 uint32_t mask = pixel_mask[bit_depth - 8]; \