Splitting partition_probs array into two arrays.
We only update partition_probs for inter frames but they are constant for key frames. It is not necessary to have constants inside frame context and copy them every time. This change reduces FRAME_CONTEXT size by at least 48 bytes. Change-Id: If70a53be51043f37fe7d113853217937710932a7
Showing
- vp9/common/vp9_entropymode.c 47 additions, 48 deletionsvp9/common/vp9_entropymode.c
- vp9/common/vp9_entropymode.h 3 additions, 0 deletionsvp9/common/vp9_entropymode.h
- vp9/common/vp9_onyxc_int.h 6 additions, 1 deletionvp9/common/vp9_onyxc_int.h
- vp9/decoder/vp9_decodframe.c 20 additions, 19 deletionsvp9/decoder/vp9_decodframe.c
- vp9/encoder/vp9_bitstream.c 17 additions, 20 deletionsvp9/encoder/vp9_bitstream.c
- vp9/encoder/vp9_rdopt.c 1 addition, 2 deletionsvp9/encoder/vp9_rdopt.c
Loading
Please register or sign in to comment