Searched refs:width_bits (Results 1 – 1 of 1) sorted by relevance
124 uint32_t width_bits = (w * bits_per_pixel + 7) & ~7; in _width_to_stride() local125 uint32_t width_bytes = width_bits / 8; in _width_to_stride()