Searched refs:CLCL_ORDER (Results 1 - 1 of 1) sorted by relevance

/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp478 static const unsigned CLCL_ORDER[NUM_CODE_LENGTH_CODES] variable
973 if(i < HCLEN) bitlen_cl[CLCL_ORDER[i]] = readBitsFromStream(bp, in, 3);
974 else bitlen_cl[CLCL_ORDER[i]] = 0; /*if not, it must stay 0*/
1838 bitlen_cl.data[i] = HuffmanTree_getLength(&tree_cl, CLCL_ORDER[i]);

Completed in 182 milliseconds