Searched refs:LookUpInTable (Results 1 – 2 of 2) sorted by relevance
181 bool LookUpInTable(const uint8_t* buf, uint32_t& offset, uint8_t& bit_offset);
347 if (!LookUpInTable(src_buf, src_offset, src_bit_offset)) { in Encode()368 bool CGifLZWEncoder::LookUpInTable(const uint8_t* buf, in LookUpInTable() function in CGifLZWEncoder