vpx/vp10/decoder
Ronald S. Bultje 812945a8f1 vp9/10: improve support for render_width/height.
In the decoder, map this to the output variable vpx_image_t.r_w/h.
This is intended as an improved version of VP9D_GET_DISPLAY_SIZE,
which doesn't work with parallel frame decoding. In the encoder,
map this to a codec control func (VP9E_SET_RENDER_SIZE) that takes
a w/h pair argument in a int[2] (identical to VP9D_GET_DISPLAY_SIZE).

Also add render_size to the encoder_param_get_to_decoder unit test.

See issue 1030.

Change-Id: I12124c13602d832bf4c44090db08c1009c94c7e8
2015-09-25 22:18:22 -04:00
..
decodeframe.c vp9/10: improve support for render_width/height. 2015-09-25 22:18:22 -04:00
decodeframe.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decodemv.c vp10: fix entropy counts for the hp bit. 2015-09-14 16:13:59 -04:00
decodemv.h VP9Decoder -> VP10Decoder 2015-08-13 14:43:55 -07:00
decoder.c vp9/10 decoder_remove: check pbi pointer 2015-09-24 19:51:14 -07:00
decoder.h vp10: remove duplicate frame_parallel_decode field. 2015-09-11 18:37:24 -04:00
detokenize.c Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00
detokenize.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
dsubexp.c Remove vp9_ prefix from vp10 files 2015-08-11 21:24:08 -07:00
dsubexp.h Correct guard macros in header files 2015-08-13 09:25:39 -07:00
dthread.c Replace MAX_REF_LF_DELTAS with MAX_REF_FRAMES 2015-08-20 09:52:52 -07:00
dthread.h vp10: add extern "C" to headers 2015-09-09 23:15:59 -07:00