Lines Matching defs:decode
910 decode the symbol from the tree. The "readBitFromStream" code is inlined in
1100 while(!error) /*decode all symbols until end reached, breaks at end code*/
6136 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, const unsigned char* in,
6153 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
6156 return decode(out, w, h, in.empty() ? 0 : &in[0], (unsigned)in.size(), colortype, bitdepth);
6159 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
6174 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h,
6178 return decode(out, w, h, state, in.empty() ? 0 : &in[0], in.size());
6182 unsigned decode(std::vector<unsigned char>& out, unsigned& w, unsigned& h, const std::string& filename,
6187 return decode(out, w, h, buffer, colortype, bitdepth);