Home
last modified time | relevance | path

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

/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java132 cl_hash(hsize); in cl_block()
140 void cl_hash(int hsize) { in cl_hash() method in LZWEncoder
176 cl_hash(hsize_reg); // clear hash table in compress()
/external/pdfium/third_party/libtiff/
Dtif_lzw.c164 static void cl_hash(LZWCodecState*);
861 cl_hash(sp); /* clear hash table */ in LZWPreEncode()
1005 cl_hash(sp); in LZWEncode()
1033 cl_hash(sp); in LZWEncode()
1120 cl_hash(LZWCodecState* sp) in cl_hash() function