[x265] [PATCH] regression: temporarily remove rd 0 support

2015-11-12 Thread mahesh
# HG changeset patch # User Mahesh Pittala # Date 1447394738 -19800 # Fri Nov 13 11:35:38 2015 +0530 # Node ID 3a25052d25292aa76cd13679d11a53e61a27813f # Parent 45ea73c63c12c66e5e5e777e80853c8b3cadf101 regression: temporarily remove rd 0 support currently HM decoder reporting hash mismatch w

[x265] [PATCH 2 of 2 demo only] Parallelism filter (Deblock) on idle threads

2015-11-12 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1447278442 21600 # Node ID 92bc95c580b339c17cfc223d57643ab49dc46084 # Parent 3702727fbe1817c6d55f40a9b215d8711d8c9c44 Parallelism filter (Deblock) on idle threads --- source/common/threading.h |8 + source/encoder/framefilter.cpp | 67 ++

[x265] [PATCH 1 of 2 demo only] class Deblock don't need access any private member data struct

2015-11-12 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1447263308 21600 # Node ID 3702727fbe1817c6d55f40a9b215d8711d8c9c44 # Parent df66a0f940c87df49318203de0231dca6ad8b4e4 class Deblock don't need access any private member data struct --- source/common/deblock.cpp | 16 source/common/de

[x265] [PATCH] asm: fix intrapred_planar32x32 avx2 code for main12

2015-11-12 Thread rajesh
# HG changeset patch # User Rajesh Paulraj # Date 1447331262 -19800 # Thu Nov 12 17:57:42 2015 +0530 # Node ID fcfb9bd67e1e00a745ce0bb6f151aa9851c197c1 # Parent 45ea73c63c12c66e5e5e777e80853c8b3cadf101 asm: fix intrapred_planar32x32 avx2 code for main12 sse4: intra_planar_32x32 5.09x

[x265] [PATCH 1 of 2] rc: correctly update the intra row predictors for B frames

2015-11-12 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1447239250 -19800 # Wed Nov 11 16:24:10 2015 +0530 # Node ID ca5137a54613304a6351a31c022806686898a52a # Parent 45ea73c63c12c66e5e5e777e80853c8b3cadf101 rc: correctly update the intra row predictors for B frames diff -r 45ea73c63c12 -r ca51

[x265] [PATCH 2 of 2] rc: change the predictors update algorithm

2015-11-12 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1447240285 -19800 # Wed Nov 11 16:41:25 2015 +0530 # Node ID 44c08c1f5d3c88cf9cb3dd85cd9e2c4904cebb16 # Parent ca5137a54613304a6351a31c022806686898a52a rc: change the predictors update algorithm diff -r ca5137a54613 -r 44c08c1f5d3c source/