SEGMENTATION experiment:
Some initial cleanup to aid testing and debug. Pull code to choose temporal or spatial encoding out of encodeframe.c into a dedicated function in segmentation.c. For now disable broken temporal mode. Move the coding of "temporal_update" flag and only transmit if segment map update is indicated. Rename the functions read_mb_features() and write_mb_features() to read_mb_segid() and read_mb_segid() as they only read and write the macroblock segment id not any of the features. Change-Id: Ib75118520b1144c24d35fdfc6ce46106803cabcf
Showing
- vp8/decoder/decodemv.c 7 additions, 8 deletionsvp8/decoder/decodemv.c
- vp8/decoder/decodframe.c 10 additions, 1 deletionvp8/decoder/decodframe.c
- vp8/encoder/bitstream.c 16 additions, 10 deletionsvp8/encoder/bitstream.c
- vp8/encoder/encodeframe.c 6 additions, 100 deletionsvp8/encoder/encodeframe.c
- vp8/encoder/onyx_int.h 6 additions, 0 deletionsvp8/encoder/onyx_int.h
- vp8/encoder/segmentation.c 126 additions, 0 deletionsvp8/encoder/segmentation.c
- vp8/encoder/segmentation.h 5 additions, 0 deletionsvp8/encoder/segmentation.h
Loading
Please register or sign in to comment