[][src]Constant libaom_sys::AV1_INVERT_TILE_DECODE_ORDER

pub const AV1_INVERT_TILE_DECODE_ORDER: aom_dec_control_id = 266;

Codec control function to invert the decoding order to from right to left, int parameter

The function is used in a test to confirm the decoding independence of tile columns. The function may be used in application where this order of decoding is desired. int parameter

TODO(yaowu): Rework the unit test that uses this control, and in a future release, this test-only control shall be removed.