Home | History | Annotate | Download | only in lodepng

Lines Matching refs:huffmanDecodeSymbol

902 static unsigned huffmanDecodeSymbol(const unsigned char* in, size_t* bp,
991 unsigned code = huffmanDecodeSymbol(in, bp, &tree_cl, inbitlength);
1053 else /*if(code == (unsigned)(-1))*/ /*huffmanDecodeSymbol returns (unsigned)(-1) in case of error*/
1057 /*return error code 10 or 11 depending on the situation that happened in huffmanDecodeSymbol
1103 unsigned code_ll = huffmanDecodeSymbol(in, bp, &tree_ll, inbitlength);
1129 code_d = huffmanDecodeSymbol(in, bp, &tree_d, inbitlength);
1132 if(code_ll == (unsigned)(-1)) /*huffmanDecodeSymbol returns (unsigned)(-1) in case of error*/
1134 /*return error code 10 or 11 depending on the situation that happened in huffmanDecodeSymbol
1171 else /*if(code == (unsigned)(-1))*/ /*huffmanDecodeSymbol returns (unsigned)(-1) in case of error*/
1173 /*return error code 10 or 11 depending on the situation that happened in huffmanDecodeSymbol