Re: [x265] scan order tables

2014-07-21 Thread Steve Borho
Queued. -- Steve Borho ___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

Re: [x265] trquant: store QpParam for each component

2014-07-21 Thread Steve Borho
On 07/21, Satoshi Nakagawa wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1405905842 -32400 # Mon Jul 21 10:24:02 2014 +0900 # Node ID b40af94fd00f5f23a22854aaf498ffef32910110 # Parent eb983d29c11acc03b91e07fe93c31503fa3a4732 trquant: store QpParam for

[x265] [PATCH 0 of 4 ] 2 pass rate control - merged

2014-07-21 Thread aarthi
___ x265-devel mailing list x265-devel@videolan.org https://mailman.videolan.org/listinfo/x265-devel

[x265] [PATCH 1 of 4] rc: add 2 pass logic in rateEstimateQscale

2014-07-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1405684160 -19800 # Fri Jul 18 17:19:20 2014 +0530 # Node ID d9296f2aad7210305efd49cb949407a23ef8ded3 # Parent eb983d29c11acc03b91e07fe93c31503fa3a4732 rc: add 2 pass logic in rateEstimateQscale diff -r eb983d29c11a -r d9296f2aad72

[x265] [PATCH 2 of 4] rc: fix sliceType of 2nd pass from prev pass stats

2014-07-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1405684344 -19800 # Fri Jul 18 17:22:24 2014 +0530 # Node ID 382e20845179925356c178c0ff738410f2d0648e # Parent d9296f2aad7210305efd49cb949407a23ef8ded3 rc: fix sliceType of 2nd pass from prev pass stats avoid doing sliceAnalyse in

[x265] [PATCH 4 of 4] rc: fix warnings in ratecontrol

2014-07-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1405925049 -19800 # Mon Jul 21 12:14:09 2014 +0530 # Node ID 5a60e203133709d1a0e7438ae3a4d030d08f5476 # Parent cc4d25a063853f2a79fffa2757f3d606011ee0c9 rc: fix warnings in ratecontrol diff -r cc4d25a06385 -r 5a60e2031337

[x265] [PATCH 3 of 4] rc: generate cutree offsets for 2nd pass from stats

2014-07-21 Thread aarthi
# HG changeset patch # User Aarthi Thirumalaiaarthi at multicorewareinc.com # Date 1405661493 -19800 # Fri Jul 18 11:01:33 2014 +0530 # Node ID cc4d25a063853f2a79fffa2757f3d606011ee0c9 # Parent 382e20845179925356c178c0ff738410f2d0648e rc: generate cutree offsets for 2nd pass from stats diff

[x265] Custom LowRes scale

2014-07-21 Thread Nicolas Morey-Chaisemartin
Hi, We recently profiled x265 pre-analysis to estimate what performance we could reach using our accelerator and I was quite disappointed by the performance. When running on a Core-i7 with AVX at roughly 2.7GHz, we barely reached the 30fps mark using ultrafast preset on a 4K video. After a

Re: [x265] Custom LowRes scale

2014-07-21 Thread Deepthi Nandakumar
Thanks, this is certainly an enhancement to x265 lookahead. We would be interested in this - especially if you can also include some efficiency (bitrate vs SSIM) metrics that describe the penalty moving from X265_LOWRES_SCALE of 4 to higher scales. On Mon, Jul 21, 2014 at 8:49 PM, Nicolas

Re: [x265] Custom LowRes scale

2014-07-21 Thread Steve Borho
On 07/21, Nicolas Morey-Chaisemartin wrote: Hi, We recently profiled x265 pre-analysis to estimate what performance we could reach using our accelerator and I was quite disappointed by the performance. When running on a Core-i7 with AVX at roughly 2.7GHz, we barely reached the 30fps mark

[x265] [PATCH] level: add --high-tier and auto-configure VBV if --crf N --level M (refs #61)

2014-07-21 Thread Steve Borho
# HG changeset patch # User Steve Borho st...@borho.org # Date 1405990159 18000 # Mon Jul 21 19:49:19 2014 -0500 # Node ID 14ecc7996a6c344945eee7877fc2f8abf505ba42 # Parent 5835fa3a82811e227c95906760292844be367ed9 level: add --high-tier and auto-configure VBV if --crf N --level M (refs #61)