pub const AV1_SET_DECODE_TILE_COL: aom_dec_control_id = 271;
Expand description

Codec control function to set the range of tile decoding, int parameter

A value that is greater and equal to zero indicates only the specific row/column is decoded. A value that is -1 indicates the whole row/column is decoded. A special case is both values are -1 that means the whole frame is decoded.