Searched defs:prefix_code (Results 1 – 5 of 5) sorted by relevance
25 def make_command_file(path_to_debug_info, prefix_code='', no_import=False): argument
214 const VP8LPrefixCode prefix_code = kPrefixEncodeCode[distance]; in VP8LPrefixEncodeBits() local226 const VP8LPrefixCode prefix_code = kPrefixEncodeCode[distance]; in VP8LPrefixEncode() local
409 void CPDF_LzwFilter::AddCode(FX_DWORD prefix_code, FX_BYTE append_char) in AddCode()
95 void CLZWDecoder::AddCode(FX_DWORD prefix_code, FX_BYTE append_char) in AddCode()