pub const AV1E_SET_FP_MT_UNIT_TEST: aome_enc_control_id = 154;
Expand description

Codec control to enable actual frame parallel encode or simulation of frame parallel encode in FPMT unit test, unsigned int parameter

  • 0 = simulate frame parallel encode
  • 1 = actual frame parallel encode (default)

\note This is only used in FPMT unit test.