[][src]Constant libaom_sys::AV1_SET_DECODE_TILE_ROW

pub const AV1_SET_DECODE_TILE_ROW: aom_dec_control_id = 270;

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.