Add support for compound mode (#663)
* Enable coding of compound mode * Modify inter prediction function to support compound mode * Call motion estimation function early and store results for use by compound mode * Add compound as an RDO candidate * Increase frame coding structure pyramid size * Make ME search range dependent on frame distance
Showing
- src/api.rs 7 additions, 1 deletionsrc/api.rs
- src/context.rs 454 additions, 152 deletionssrc/context.rs
- src/encoder.rs 189 additions, 97 deletionssrc/encoder.rs
- src/entropymode.rs 2 additions, 2 deletionssrc/entropymode.rs
- src/me.rs 3 additions, 2 deletionssrc/me.rs
- src/partition.rs 146 additions, 105 deletionssrc/partition.rs
- src/predict.rs 8 additions, 0 deletionssrc/predict.rs
- src/rdo.rs 83 additions, 46 deletionssrc/rdo.rs
Loading
Please register or sign in to comment