Home
last modified time | relevance | path

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

/external/libvncserver/libvncserver/
Dzrleencodetemplate.c257 int bppp; in ZRLE_ENCODE_TILE() local
264 bppp = bitsPerPackedPixel[ph->size-1]; in ZRLE_ENCODE_TILE()
275 byte = (byte << bppp) | index; in ZRLE_ENCODE_TILE()
276 nbits += bppp; in ZRLE_ENCODE_TILE()