[x265] [PATCH] analysis-save/load: fix crash during analysis sharing between non-dyadic

2020-01-20 Thread Aruna Matheswaran
# HG changeset patch # User Aruna Matheswaran # Date 1579523879 -19800 # Mon Jan 20 18:07:59 2020 +0530 # Node ID acc5d16999e2faf6e75ecc1df9a01c1953ebaf8c # Parent 8e6db24c1517f6f160f0e7e62deba44fc2b69d88 analysis-save/load: fix crash during analysis sharing between non-dyadic resolutions.

Re: [x265] [PATCH] Edge Aware Quad Tree Establishment

2020-01-20 Thread Kavitha Sampath
On Mon, Jan 20, 2020 at 12:12 PM Srikanth Kurapati < srikanth.kurap...@multicorewareinc.com> wrote: > Patch does not apply on current x265 tip, please fix. > [Srikanth] - resolved > I am assuming the following will be sent as follow up patches > 1. Edge aware quadtree feature for Rd levels 5, 6 >

Re: [x265] [PATCH] Edge Aware Quad Tree Establishment

2020-01-20 Thread Srikanth Kurapati
[KS] That is not the only requirement. pelx and pely provides the starting offset of the buffer for which variance should be computed. parentCTU's pelx and pely do not return the correct x,y coordinates of the CU undergoing analysis. I once again insist you to debug, understand the computation of

[x265] [PATCH] Edge Aware Quad Tree Establishment

2020-01-20 Thread srikanth . kurapati
# HG changeset patch # User Srikanth Kurapati # Date 1579584229 -19800 # Tue Jan 21 10:53:49 2020 +0530 # Node ID e0e0270ead4189a545821b00011c47d61e6b817a # Parent acc5d16999e2faf6e75ecc1df9a01c1953ebaf8c Edge Aware Quad Tree Establishment. This patch does the following: 1. Terminates

Re: [x265] [PATCH] Improve all_angs_pred_c by remove unnecessary transpose

2020-01-20 Thread Gopi Satykrishna Akisetty
Hi Min, Smoke tests are failing with this patch. I have attached the log of linux smoke test below. Can you check it once. Thanks, Gopi. On Mon, Nov 4, 2019 at 1:54 PM chen wrote: > From 7e495390396d6a55f95ad4649e46b56fd7d2ef1c Mon Sep 17 00:00:00 2001 > From: Min Chen > Date: Mon, 4 Nov

Re: [x265] [PATCH] analysis-save/load: fix crash during analysis sharing between non-dyadic

2020-01-20 Thread Aruna Matheswaran
Pushed to default. On Mon, Jan 20, 2020 at 6:16 PM Aruna Matheswaran < ar...@multicorewareinc.com> wrote: > # HG changeset patch > # User Aruna Matheswaran > # Date 1579523879 -19800 > # Mon Jan 20 18:07:59 2020 +0530 > # Node ID acc5d16999e2faf6e75ecc1df9a01c1953ebaf8c > # Parent