Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp210 uint8_t bit_cut, in gif_cut_buf() argument
213 if (bit_cut != 8) { in gif_cut_buf()
215 index |= ((1 << bit_cut) - 1) << (7 - bit_offset); in gif_cut_buf()
217 bit_offset += bit_cut; in gif_cut_buf()
225 bit_num += bit_cut; in gif_cut_buf()
228 bit_num += bit_cut; in gif_cut_buf()