Re: [PATCH 1/2] venus: use on-chip interconnect API

2019-09-12 Thread Georgi Djakov
Hi Bjorn, On 9/4/19 07:22, Bjorn Andersson wrote: > On Tue 20 Aug 02:34 PDT 2019, Georgi Djakov wrote: > >> Hi Stan, >> >> On 8/14/19 11:47, Stanimir Varbanov wrote: >>> This aims to add a requests for bandwidth scaling depending >>> on the resolution and framerate (macroblocks per second). The

Re: [PATCH 1/2] venus: use on-chip interconnect API

2019-09-03 Thread Bjorn Andersson
On Tue 20 Aug 02:34 PDT 2019, Georgi Djakov wrote: > Hi Stan, > > On 8/14/19 11:47, Stanimir Varbanov wrote: > > This aims to add a requests for bandwidth scaling depending > > on the resolution and framerate (macroblocks per second). The > > exact value ff the requested bandwidth is get from a

Re: [PATCH 1/2] venus: use on-chip interconnect API

2019-08-21 Thread Stanimir Varbanov
Hi Georgi, Thanks for the review! On 8/20/19 12:34 PM, Georgi Djakov wrote: > Hi Stan, > > On 8/14/19 11:47, Stanimir Varbanov wrote: >> This aims to add a requests for bandwidth scaling depending >> on the resolution and framerate (macroblocks per second). The >> exact value ff the requested

Re: [PATCH 1/2] venus: use on-chip interconnect API

2019-08-20 Thread Georgi Djakov
Hi Stan, On 8/14/19 11:47, Stanimir Varbanov wrote: > This aims to add a requests for bandwidth scaling depending > on the resolution and framerate (macroblocks per second). The > exact value ff the requested bandwidth is get from a s/ff/of/ > pre-calculated tables for encoder and decoder. > >

[PATCH 1/2] venus: use on-chip interconnect API

2019-08-14 Thread Stanimir Varbanov
This aims to add a requests for bandwidth scaling depending on the resolution and framerate (macroblocks per second). The exact value ff the requested bandwidth is get from a pre-calculated tables for encoder and decoder. Signed-off-by: Stanimir Varbanov ---