Extension of segmentation to 8 segments.
Also some further simplification following removal of top node code. There is an issue in regards to the shared file vp8cx.h in regard to the roi_map as this interface assumes that there are only 4 segments. I have left the value here as 4 for now meaning that the roi_map interface is broken for VP9. Note that this change would have been easier if I hadn't had to search for hard wire instances of the number 4 and <= 3. Change-Id: Ia8b6deea4be4dbd20deb1656e689dd43a5f190e8
Showing
- vp9/common/vp9_blockd.h 3 additions, 4 deletionsvp9/common/vp9_blockd.h
- vp9/common/vp9_loopfilter.h 1 addition, 1 deletionvp9/common/vp9_loopfilter.h
- vp9/common/vp9_onyx.h 6 additions, 2 deletionsvp9/common/vp9_onyx.h
- vp9/decoder/vp9_decodemv.c 16 additions, 2 deletionsvp9/decoder/vp9_decodemv.c
- vp9/decoder/vp9_decodframe.c 1 addition, 1 deletionvp9/decoder/vp9_decodframe.c
- vp9/encoder/vp9_bitstream.c 30 additions, 5 deletionsvp9/encoder/vp9_bitstream.c
- vp9/encoder/vp9_encodeframe.c 1 addition, 1 deletionvp9/encoder/vp9_encodeframe.c
- vp9/encoder/vp9_onyx_if.c 10 additions, 19 deletionsvp9/encoder/vp9_onyx_if.c
- vp9/encoder/vp9_segmentation.c 46 additions, 74 deletionsvp9/encoder/vp9_segmentation.c
- vpx/vp8cx.h 7 additions, 3 deletionsvpx/vp8cx.h
Loading
Please register or sign in to comment