Re: [FFmpeg-devel] [PATCH v2 2/4] lavc/libxavs2: optimize data access

2019-10-13 Thread Steven Liu
> 在 2019年10月14日,11:09,hwren 写道: > > Optimize data access from multiplication to iteration. > > Signed-off-by: hwren > --- > libavcodec/libxavs2.c | 41 + > 1 file changed, 25 insertions(+), 16 deletions(-) > > diff --git a/libavcodec/libxavs2.c b/libavc

[FFmpeg-devel] [PATCH v2 2/4] lavc/libxavs2: optimize data access

2019-10-13 Thread hwren
Optimize data access from multiplication to iteration. Signed-off-by: hwren --- libavcodec/libxavs2.c | 41 + 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/libavcodec/libxavs2.c b/libavcodec/libxavs2.c index 0179a1e..7a41ca2 100644 --- a/