Decouple macroblockd_plane buffer usage
Make the macroblockd_plane contain dynamic buffer pointers instead static pointers to the memory space allocated therein. The decoder uses the buffer allocated in pbi, while encoder will use a dual buffer approach for rate-distortion optimization search. Change-Id: Ie6f24be2dcda35df7c15b4014e5ccf236fb3f76c
Showing
- vp9/common/vp9_blockd.h 3 additions, 3 deletionsvp9/common/vp9_blockd.h
- vp9/decoder/vp9_decodframe.c 18 additions, 1 deletionvp9/decoder/vp9_decodframe.c
- vp9/decoder/vp9_onyxd_if.c 14 additions, 0 deletionsvp9/decoder/vp9_onyxd_if.c
- vp9/decoder/vp9_onyxd_int.h 4 additions, 0 deletionsvp9/decoder/vp9_onyxd_int.h
- vp9/encoder/vp9_onyx_if.c 13 additions, 0 deletionsvp9/encoder/vp9_onyx_if.c
- vp9/encoder/vp9_onyx_int.h 4 additions, 0 deletionsvp9/encoder/vp9_onyx_int.h
Loading
Please register or sign in to comment