[]
Decodes information for the specified element of the tree, given the threshold, and updates its value. The information that can be decoded is whether or not the value of the element is greater than, or equal to, the value of the threshold.
public virtual int update(int m, int n, int t, PktHeaderBitReader in_Renamed)
Type | Name | Description |
---|---|---|
int | m | The vertical index of the element. |
int | n | The horizontal index of the element. |
int | t | The threshold to use in decoding. It must be non-negative. |
PktHeaderBitReader | in_Renamed |
Type | Description |
---|---|
int | The updated value at position (m,n). |