Home | History | Annotate | Download | only in dsp

Lines Matching refs:bit_mask

1188     const uint32_t bit_mask = (1 << bits_per_pixel) - 1;                       \
1198 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \