Re: [PATCH 3/9] media: rkvdec: h264: Fix pic width and height in mbs

2020-07-03 Thread Jonas Karlman
On 2020-07-03 04:48, Ezequiel Garcia wrote: > On Wed, 2020-07-01 at 21:56 +, Jonas Karlman wrote: >> The width and height in mbs is currently configured based on OUTPUT buffer >> resolution, this works for frame pictures but can cause issues for field >> pictures or when frmsize step_width is c

Re: [PATCH 3/9] media: rkvdec: h264: Fix pic width and height in mbs

2020-07-02 Thread Ezequiel Garcia
On Wed, 2020-07-01 at 21:56 +, Jonas Karlman wrote: > The width and height in mbs is currently configured based on OUTPUT buffer > resolution, this works for frame pictures but can cause issues for field > pictures or when frmsize step_width is changed to support 10-bit decoding. > > When fram

[PATCH 3/9] media: rkvdec: h264: Fix pic width and height in mbs

2020-07-01 Thread Jonas Karlman
The width and height in mbs is currently configured based on OUTPUT buffer resolution, this works for frame pictures but can cause issues for field pictures or when frmsize step_width is changed to support 10-bit decoding. When frame_mbs_only_flag is 0 the height in mbs should be height of the fie