pub const AV1E_SET_ENABLE_TX_SIZE_SEARCH: aome_enc_control_id = 146;
Expand description

Control to turn on / off transform size search. Note: it can not work with non RD pick mode in real-time encoding, where the max transform size is only 16x16. It will be ignored if non RD pick mode is set.

  • 0 = disable, transforms always have the largest possible size
  • 1 = enable, search for the best transform size for each block (default)