Re: [Mesa-dev] [PATCH 1/5] st/omx/dec/h265: add scaling list data

2016-09-29 Thread Leo Liu
On 09/27/2016 06:23 AM, Emil Velikov wrote: On 23 September 2016 at 17:32, Leo Liu wrote: Specified by 7.3.4 There's a word missing in there ^ - table 7.3.4 ? Yeh, something is missed, it's from subclause 7.3.4 Signed-off-by: Leo Liu --- src/gallium/state_trackers/omx/vid_dec_h265.c

Re: [Mesa-dev] [PATCH 1/5] st/omx/dec/h265: add scaling list data

2016-09-27 Thread Emil Velikov
On 23 September 2016 at 17:32, Leo Liu wrote: > Specified by 7.3.4 There's a word missing in there ^ - table 7.3.4 ? > > Signed-off-by: Leo Liu > --- > src/gallium/state_trackers/omx/vid_dec_h265.c | 126 > +- > 1 file changed, 121 insertions(+), 5 deletions(-) > > diff

[Mesa-dev] [PATCH 1/5] st/omx/dec/h265: add scaling list data

2016-09-23 Thread Leo Liu
Specified by 7.3.4 Signed-off-by: Leo Liu --- src/gallium/state_trackers/omx/vid_dec_h265.c | 126 +- 1 file changed, 121 insertions(+), 5 deletions(-) diff --git a/src/gallium/state_trackers/omx/vid_dec_h265.c b/src/gallium/state_trackers/omx/vid_dec_h265.c index 0772b