[x265] replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]

2014-08-25 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1408956792 -32400 # Mon Aug 25 17:53:12 2014 +0900 # Node ID 7145e57c722a94a06faec33e3041442032a1892f # Parent 6e6756f94b27c3ef30f6159f1880112a7ff978e3 replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]

Re: [x265] replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]

2014-08-25 Thread Steve Borho
On 08/25, Satoshi Nakagawa wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1408956792 -32400 # Mon Aug 25 17:53:12 2014 +0900 # Node ID 7145e57c722a94a06faec33e3041442032a1892f # Parent 6e6756f94b27c3ef30f6159f1880112a7ff978e3 replace

Re: [x265] replace g_rasterToPelX[g_zscanToRaster[idx]] by g_zscanToPelX[idx]

2014-08-25 Thread Deepthi Nandakumar
Ashok is already working on pre-calculating these inside-picture flags along with more refactors. After his refactors are in, we can check whether padding will improve performance. In fact, very likely he already has a local version of the logic in this patch. On Mon, Aug 25, 2014 at 10:46 PM,