| synopsis || arguments || prev || next |
void copy_all( kdu_params * source, int skip_components=0, int discard_levels=0, bool transpose=false, bool vflip=false, bool hflip=false)
Java: void Copy_all( Kdu_params source, int skip_components, int discard_levels, boolean transpose, boolean vflip, boolean hflip)
[Declared in "../coresys/common/kdu_params.h"]
Same as invoking copy_from with tile indices from -1 through to the number of tiles - 1, so as to copy all tile-specific and non-specific coding parameters. The various arguments have the same interpretation as their namesakes in copy_from.