copyFrom 138 source/encoder/entropy.h void load(const Entropy& src) { copyFrom(src); } copyFrom 139 source/encoder/entropy.h void store(Entropy& dest) const { dest.copyFrom(*this); } copyFrom 256 source/encoder/entropy.h void copyFrom(const Entropy& src);