Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lgif/
Dfx_gif.cpp175 uint8_t bit_cut, in _gif_cut_buf() argument
178 if (bit_cut != 8) { in _gif_cut_buf()
180 index |= ((1 << bit_cut) - 1) << (7 - bit_offset); in _gif_cut_buf()
182 bit_offset += bit_cut; in _gif_cut_buf()
190 bit_num += bit_cut; in _gif_cut_buf()
193 bit_num += bit_cut; in _gif_cut_buf()