New mode_info_context storage -- undo revert
mode_info_context was stored as a grid of MODE_INFO structs. The grid now constists of pointers to MODE_INFO structs. The MODE_INFO structs are now stored as a stream (decoder only), eliminating unnecessary copies and is a little more cache friendly. Change-Id: I031d376284c6eb98a38ad5595b797f048a6cfc0d
Showing
- vp9/common/vp9_alloccommon.c 18 additions, 19 deletionsvp9/common/vp9_alloccommon.c
- vp9/common/vp9_alloccommon.h 0 additions, 1 deletionvp9/common/vp9_alloccommon.h
- vp9/common/vp9_blockd.h 12 additions, 10 deletionsvp9/common/vp9_blockd.h
- vp9/common/vp9_debugmodes.c 6 additions, 5 deletionsvp9/common/vp9_debugmodes.c
- vp9/common/vp9_entropymode.c 0 additions, 3 deletionsvp9/common/vp9_entropymode.c
- vp9/common/vp9_findnearmv.c 2 additions, 2 deletionsvp9/common/vp9_findnearmv.c
- vp9/common/vp9_findnearmv.h 23 additions, 14 deletionsvp9/common/vp9_findnearmv.h
- vp9/common/vp9_loopfilter.c 45 additions, 43 deletionsvp9/common/vp9_loopfilter.c
- vp9/common/vp9_mvref_common.c 9 additions, 6 deletionsvp9/common/vp9_mvref_common.c
- vp9/common/vp9_onyxc_int.h 4 additions, 0 deletionsvp9/common/vp9_onyxc_int.h
- vp9/common/vp9_pred_common.c 60 additions, 75 deletionsvp9/common/vp9_pred_common.c
- vp9/common/vp9_pred_common.h 17 additions, 17 deletionsvp9/common/vp9_pred_common.h
- vp9/common/vp9_reconinter.c 6 additions, 4 deletionsvp9/common/vp9_reconinter.c
- vp9/decoder/vp9_decodemv.c 18 additions, 16 deletionsvp9/decoder/vp9_decodemv.c
- vp9/decoder/vp9_decodframe.c 21 additions, 8 deletionsvp9/decoder/vp9_decodframe.c
- vp9/decoder/vp9_detokenize.c 2 additions, 2 deletionsvp9/decoder/vp9_detokenize.c
- vp9/decoder/vp9_onyxd_if.c 5 additions, 0 deletionsvp9/decoder/vp9_onyxd_if.c
- vp9/encoder/vp9_bitstream.c 41 additions, 31 deletionsvp9/encoder/vp9_bitstream.c
- vp9/encoder/vp9_encodeframe.c 147 additions, 129 deletionsvp9/encoder/vp9_encodeframe.c
- vp9/encoder/vp9_encodeintra.c 1 addition, 1 deletionvp9/encoder/vp9_encodeintra.c
Please register or sign in to comment