| synopsis || arguments || prev |

kdu_params::finalize_all

Java: Kdu_params::Finalize_all

Overload navigation: 1, 2

void finalize_all( int tile_idx)

Java: void Finalize_all( int tile_idx)

[Declared in "../coresys/common/kdu_params.h"]

Go to class description.


Synopsis

Same as the first form of the overloaded finalize_all function, except that only those objects whose tile index agrees with the supplied argument are actually finalized. This is useful when information becomes available on a tile-by-tile basis, as can happen when transcoding an existing code-stream.


Arguments

tile_idx [int]

A value of -1 refers to the objects in the main header, while tile-specific objects to be finalized have tile indices starting from 0.


| top || synopsis || arguments || prev |