Localizing NEARESTMV special cases in the code.
Removing special case handling from vp9_tree_probs_from_distribution(), tree_merge_probs(), and vp9_tokens_from_tree_offset() functions. Replacing inter_mode_offset() function with macro INTER_OFFSET which is used now for vp9_inter_mode_tree definition. Change-Id: Iff75a1499d460beb949ece543389c8754deaf178
Showing
- vp9/common/vp9_blockd.h 2 additions, 3 deletionsvp9/common/vp9_blockd.h
- vp9/common/vp9_entropy.c 1 addition, 1 deletionvp9/common/vp9_entropy.c
- vp9/common/vp9_entropymode.c 12 additions, 14 deletionsvp9/common/vp9_entropymode.c
- vp9/common/vp9_entropymv.c 3 additions, 4 deletionsvp9/common/vp9_entropymv.c
- vp9/common/vp9_treecoder.c 10 additions, 19 deletionsvp9/common/vp9_treecoder.c
- vp9/common/vp9_treecoder.h 3 additions, 5 deletionsvp9/common/vp9_treecoder.h
- vp9/decoder/vp9_decodemv.c 6 additions, 5 deletionsvp9/decoder/vp9_decodemv.c
- vp9/encoder/vp9_bitstream.c 8 additions, 10 deletionsvp9/encoder/vp9_bitstream.c
- vp9/encoder/vp9_encodemv.c 6 additions, 7 deletionsvp9/encoder/vp9_encodemv.c
- vp9/encoder/vp9_rdopt.c 6 additions, 6 deletionsvp9/encoder/vp9_rdopt.c
Loading
Please register or sign in to comment