Preliminary code for variance based paritioning
Brings back most of Jim's previous patch for choosing partitioning based on variance while making it compatible with the current state of the code. Also adds a nonrd_use_partition() function to recursively encode for any arbitrary sb_type decisions within a 64x64 block; and includes some refactoring. Currently, when the VAR_BASED_PARTITIONING mode is turned on for speed 7, there is a 10+% speed-up observed. Experiments/improvements with this new partitioning method will be conducted subsequently. Change-Id: Ie6f43bfbde30583e941f450bf07c3b48828c9571
Showing
- vp9/encoder/vp9_encodeframe.c 629 additions, 153 deletionsvp9/encoder/vp9_encodeframe.c
- vp9/encoder/vp9_mcomp.c 1 addition, 1 deletionvp9/encoder/vp9_mcomp.c
- vp9/encoder/vp9_onyx_if.c 1 addition, 1 deletionvp9/encoder/vp9_onyx_if.c
- vp9/encoder/vp9_pickmode.c 0 additions, 1 deletionvp9/encoder/vp9_pickmode.c
Please register or sign in to comment