pub const AV1E_SET_FRAME_PARALLEL_DECODING: aome_enc_control_id = 37;
Expand description

Codec control function to enable frame parallel decoding feature, unsigned int parameter

AV1 has a bitstream feature to reduce decoding dependency between frames by turning off backward update of probability context used in encoding and decoding. This allows staged parallel processing of more than one video frames in the decoder. This control function provides a means to turn this feature on or off for bitstreams produced by encoder.

  • 0 = disable (default)
  • 1 = enable